summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-11-21 02:57:16 +0100
committerlpsolit%gmail.com <>2006-11-21 02:57:16 +0100
commitb692a5a6388d604b1b698b6832c54308b0ff6f66 (patch)
tree71f2623018830c8fb6ec75f10871bbd57fa54cc8 /docs
parent5658dc1c82fc3f8073c3e92e63f36f9ecac987a9 (diff)
downloadbugzilla-b692a5a6388d604b1b698b6832c54308b0ff6f66.tar.gz
bugzilla-b692a5a6388d604b1b698b6832c54308b0ff6f66.tar.xz
Bug 360520: Docs need to be changed to include info about the Email:: modules instead of the Mail:: modules - Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=Colin
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/Bugzilla-Guide.xml4
-rw-r--r--docs/xml/installation.xml94
2 files changed, 87 insertions, 11 deletions
diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml
index b72d37639..f73151eb6 100644
--- a/docs/xml/Bugzilla-Guide.xml
+++ b/docs/xml/Bugzilla-Guide.xml
@@ -42,7 +42,7 @@
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
<!ENTITY bz "http://www.bugzilla.org/">
-<!ENTITY bzg-bugs "<ulink url='http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&amp;component=Documentation'>Bugzilla Documentation</ulink>">
+<!ENTITY bzg-bugs "<ulink url='https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&amp;component=Documentation'>Bugzilla Documentation</ulink>">
<!ENTITY mysql "http://www.mysql.com/">
<!ENTITY min-perl-ver "5.8.0">
@@ -98,7 +98,7 @@
<para>
The most current version of this document can always be found on the
- <ulink url="http://www.bugzilla.org/documentation.html">Bugzilla
+ <ulink url="http://www.bugzilla.org/docs/">Bugzilla
Documentation Page</ulink>.
</para>
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index 598089286..bd2aa01db 100644
--- a/docs/xml/installation.xml
+++ b/docs/xml/installation.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.131 2006/10/17 05:58:41 mkanat%bugzilla.org Exp $ -->
+<!-- $Id: installation.xml,v 1.132 2006/11/20 17:57:16 lpsolit%gmail.com Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -258,7 +258,7 @@
<para>Many people complain that Perl modules will not install for
them. Most times, the error messages complain that they are missing a
file in
- <quote>@INC</quote>.
+ <quote>@INC</quote>.
Virtually every time, this error is due to permissions being set too
restrictively for you to compile Perl modules or not having the
necessary Perl development libraries installed on your system.
@@ -331,25 +331,31 @@
<listitem>
<para>
- Mail::Mailer (&min-mail-mailer-ver;)
+ MIME::Base64 (&min-mime-base64-ver;)
</para>
</listitem>
<listitem>
<para>
- MIME::Base64 (&min-mime-base64-ver;)
+ MIME::Parser (&min-mime-parser-ver;)
</para>
</listitem>
<listitem>
<para>
- MIME::Parser (&min-mime-parser-ver;)
+ Email::Send (&min-email-send-ver;)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Email::MIME::Modifier (&min-email-mime-modifier-ver;)
</para>
</listitem>
</orderedlist>
Optional Perl modules:
- <orderedlist>
+ <orderedlist>
<listitem>
<para>
<link linkend="install-modules-gd">GD</link>
@@ -359,6 +365,13 @@
<listitem>
<para>
+ Template::Plugin::GD::Image
+ (&min-gd-ver;) for Graphical Reports
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<link linkend="install-modules-chart-base">Chart::Base</link>
(&min-chart-base-ver;) for bug charting
</para>
@@ -387,8 +400,8 @@
<listitem>
<para>
- <link linkend="install-modules-soap-lite">SOAP::Lite</link>
- (&min-soap-lite-ver;) for the web service interface
+ LWP::UserAgent
+ (&min-lwp-useragent-ver;) for Automatic Update Notifications
</para>
</listitem>
@@ -404,7 +417,70 @@
Image::Magick (&min-image-magick-ver;) for converting BMP image attachments to PNG
</para>
</listitem>
- </orderedlist>
+
+ <listitem>
+ <para>
+ Net::LDAP
+ (&min-net-ldap-ver;) for LDAP Authentication
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <link linkend="install-modules-soap-lite">SOAP::Lite</link>
+ (&min-soap-lite-ver;) for the web service interface
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ HTML::Parser
+ (&min-html-parser-ver;) for More HTML in Product/Group Descriptions
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ HTML::Scrubber
+ (&min-html-scrubber-ver;) for More HTML in Product/Group Descriptions
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Email::MIME::Attachment::Stripper
+ (&min-email-mime-attachment-stripper-ver;) for Inbound Email
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Email::Reply
+ (&min-email-reply-ver;) for Inbound Email
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ mod_perl2
+ (&min-mod_perl2-ver;) for mod_perl
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ CGI
+ (&min-cgi-ver;) for mod_perl
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Apache::DBI
+ (&min-apache-dbi-ver;) for mod_perl2
+ </para>
+ </listitem>
+ </orderedlist>
</para>
<section id="install-modules-dbd-mysql">