зеркало из https://github.com/mozilla/pjs.git
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
This commit is contained in:
Родитель
1d9aba9270
Коммит
6727dd009a
|
@ -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&component=Documentation'>Bugzilla Documentation</ulink>">
|
||||
<!ENTITY bzg-bugs "<ulink url='https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
@ -329,12 +329,6 @@
|
|||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Mail::Mailer (&min-mail-mailer-ver;)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
MIME::Base64 (&min-mime-base64-ver;)
|
||||
|
@ -346,6 +340,18 @@
|
|||
MIME::Parser (&min-mime-parser-ver;)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Email::Send (&min-email-send-ver;)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Email::MIME::Modifier (&min-email-mime-modifier-ver;)
|
||||
</para>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
|
||||
Optional Perl modules:
|
||||
|
@ -357,6 +363,13 @@
|
|||
</para>
|
||||
</listitem>
|
||||
|
||||
<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>
|
||||
|
@ -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,6 +417,69 @@
|
|||
Image::Magick (&min-image-magick-ver;) for converting BMP image attachments to PNG
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче