From: mozilla%colinogilvie.co.uk <> Date: Fri, 30 Dec 2005 23:39:01 +0000 (+0000) Subject: Bug 303782: Docs missing prerequsite for required MIME::Base64 and MIME::Parser X-Git-Tag: bugzilla-2.22rc1~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92ac33e160dc34a04cb9968ea808c85e200b4f0c;p=thirdparty%2Fbugzilla.git Bug 303782: Docs missing prerequsite for required MIME::Base64 and MIME::Parser Patch by: victory ; r=colin --- diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index d03ac1b71c..421faf1186 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -57,7 +57,9 @@ - + + + @@ -65,8 +67,8 @@ - + ]> diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index e0f9ede9df..49779b670e 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -352,13 +352,25 @@ Text::Wrap (&min-text-wrap-ver;) - + Mail::Mailer (&min-mail-mailer-ver;) - + + + + MIME::Base64 (&min-mime-base64-ver;) + + + + + + MIME::Parser (&min-mime-parser-ver;) + + + Storable (&min-storable-ver;) @@ -409,11 +421,10 @@ (&min-patchreader-ver;) for pretty HTML view of patches - + - MIME::Parser - (&min-mime-parser-ver;) for the optional email interface + Image::Magick (&min-image-magick-ver;) for converting BMP image attachments to PNG @@ -509,25 +520,16 @@ -
- MIME::Parser (&min-mime-parser-ver;) - - The MIME::Parser module is only required if you want to use the - email interface - located in the contrib directory. - -
-
PatchReader (&min-patchreader-ver;) - The PatchReader module is only required if you want to use + The PatchReader module is only required if you want to use Patch Viewer, a Bugzilla feature to show code patches in your web browser in a more - readable form. + readable form.
- +
Mail Transfer Agent (MTA) diff --git a/docs/xml/modules.xml b/docs/xml/modules.xml index d031b19c01..59c58530eb 100644 --- a/docs/xml/modules.xml +++ b/docs/xml/modules.xml @@ -147,6 +147,25 @@ Documentation: + + + MIME::Base64: + + CPAN Download Page: + PPM Download Link: + Documentation: + + + + + MIME::Parser (part of MIME-tools): + + CPAN Download Page: + PPM Download Link: + Documentation: + + +
@@ -179,15 +198,6 @@ - - MIME::Parser (part of MIME-tools): - - CPAN Download Page: - PPM Download Link: - Documentation: - - - XML::Parser: @@ -205,5 +215,14 @@ Documentation: + + + Image::Magick: + + CPAN Download Page: + PPM Download Link: Included in Windows binary package. + Documentation: + +