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/installation.xml | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) (limited to 'docs/xml/installation.xml') 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) -- cgit v1.2.3-24-g4f1b