From 92ac33e160dc34a04cb9968ea808c85e200b4f0c Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" <> Date: Fri, 30 Dec 2005 23:39:01 +0000 Subject: Bug 303782: Docs missing prerequsite for required MIME::Base64 and MIME::Parser Patch by: victory ; r=colin --- docs/xml/Bugzilla-Guide.xml | 6 ++++-- docs/xml/installation.xml | 38 ++++++++++++++++++++------------------ docs/xml/modules.xml | 37 ++++++++++++++++++++++++++++--------- 3 files changed, 52 insertions(+), 29 deletions(-) (limited to 'docs') diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index d03ac1b71..421faf118 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 e0f9ede9d..49779b670 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 d031b19c0..59c58530e 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: + +
-- cgit v1.2.3-24-g4f1b