summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-07-13 10:19:01 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-07-13 10:19:01 +0200
commitfe2d78c8efa51cbb6b3e38ed746e80db63c9e082 (patch)
tree339ce1a967551e433acb19030f0692b5d6aaff24 /docs
parent2d597e06c3285017460a820e1cf66988dcc64e8b (diff)
downloadbugzilla-fe2d78c8efa51cbb6b3e38ed746e80db63c9e082.tar.gz
bugzilla-fe2d78c8efa51cbb6b3e38ed746e80db63c9e082.tar.xz
Bug 236651: Remove obsolete instructions from the "2.1.5 Perl Modules" section
r=reed
Diffstat (limited to 'docs')
-rw-r--r--docs/en/xml/installation.xml134
1 files changed, 10 insertions, 124 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index b1f4b9ccb..6ff99c459 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -314,8 +314,7 @@
<listitem>
<para>
- <link linkend="install-modules-dbd-mysql">DBD::mysql</link>
- (&min-dbd-mysql-ver;) if using MySQL
+ DBD::mysql (&min-dbd-mysql-ver;) if using MySQL
</para>
</listitem>
@@ -363,8 +362,7 @@
<listitem>
<para>
- <link linkend="install-modules-template">Template</link>
- (&min-template-ver;)
+ Template (&min-template-ver;)
</para>
</listitem>
@@ -379,8 +377,7 @@
<orderedlist>
<listitem>
<para>
- <link linkend="install-modules-gd">GD</link>
- (&min-gd-ver;) for bug charting
+ GD (&min-gd-ver;) for bug charting
</para>
</listitem>
@@ -393,29 +390,25 @@
<listitem>
<para>
- <link linkend="install-modules-chart-lines">Chart::Lines</link>
- (&min-chart-lines-ver;) for bug charting
+ Chart::Lines (&min-chart-lines-ver;) for bug charting
</para>
</listitem>
<listitem>
<para>
- <link linkend="install-modules-gd-graph">GD::Graph</link>
- (&min-gd-graph-ver;) for bug charting
+ GD::Graph (&min-gd-graph-ver;) for bug charting
</para>
</listitem>
<listitem>
<para>
- <link linkend="install-modules-gd-text">GD::Text</link>
- (&min-gd-text-ver;) for bug charting
+ GD::Text (&min-gd-text-ver;) for bug charting
</para>
</listitem>
<listitem>
<para>
- <link linkend="install-modules-xml-twig">XML::Twig</link>
- (&min-xml-twig-ver;) for bug import/export
+ XML::Twig (&min-xml-twig-ver;) for bug import/export
</para>
</listitem>
@@ -434,8 +427,7 @@
<listitem>
<para>
- <link linkend="install-modules-patchreader">PatchReader</link>
- (&min-patchreader-ver;) for pretty HTML view of patches
+ PatchReader (&min-patchreader-ver;) for pretty HTML view of patches
</para>
</listitem>
@@ -462,8 +454,7 @@
<listitem>
<para>
- <link linkend="install-modules-soap-lite">SOAP::Lite</link>
- (&min-soap-lite-ver;) for the web service interface
+ SOAP::Lite (&min-soap-lite-ver;) for the web service interface
</para>
</listitem>
@@ -531,113 +522,8 @@
</listitem>
</orderedlist>
</para>
-
- <section id="install-modules-dbd-mysql">
- <title>DBD::mysql</title>
-
- <para>The installation process will ask you a few questions about the
- desired compilation target and your MySQL installation. For most of the
- questions the provided default will be adequate, but when asked if your
- desired target is the MySQL or mSQL packages, you should
- select the MySQL-related ones. Later you will be asked if you wish to
- provide backwards compatibility with the older MySQL packages; you
- should answer YES to this question. The default is NO.</para>
-
- <para>A host of 'localhost' should be fine. A testing user of 'test',
- with a null password, should have sufficient access to run
- tests on the 'test' database which MySQL creates upon installation.
- </para>
- </section>
-
- <section id="install-modules-template">
- <title>Template Toolkit (&min-template-ver;)</title>
-
- <para>When you install Template Toolkit, you'll get asked various
- questions about features to enable. The defaults are fine, except
- that it is recommended you use the high speed XS Stash of the Template
- Toolkit, in order to achieve best performance.
- </para>
- </section>
-
- <section id="install-modules-gd">
- <title>GD (&min-gd-ver;)</title>
-
- <para>The GD module is only required if you want graphical reports.
- </para>
-
- <note>
- <para>The Perl GD module requires some other libraries that may or
- may not be installed on your system, including
- <classname>libpng</classname>
- and
- <classname>libgd</classname>.
- The full requirements are listed in the Perl GD module README.
- If compiling GD fails, it's probably because you're
- missing a required library.</para>
- </note>
-
- <tip>
- <para>The version of the GD module you need is very closely tied
- to the <classname>libgd</classname> version installed on your system.
- If you have a version 1.x of <classname>libgd</classname> the 2.x
- versions of the GD module won't work for you.
- </para>
- </tip>
- </section>
-
- <section id="install-modules-chart-lines">
- <title>Chart::Lines (&min-chart-lines-ver;)</title>
-
- <para>The Chart::Lines module is only required if you want graphical
- reports.
- Note that earlier versions that 0.99c used GIFs, which are no longer
- supported by the latest versions of GD.</para>
- </section>
-
- <section id="install-modules-gd-graph">
- <title>GD::Graph (&min-gd-graph-ver;)</title>
-
- <para>The GD::Graph module is only required if you want graphical
- reports.
- </para>
- </section>
-
- <section id="install-modules-gd-text">
- <title>GD::Text (&min-gd-text-ver;)</title>
-
- <para>The GD::Text module is only required if you want graphical
- reports.
- </para>
- </section>
-
- <section id="install-modules-xml-twig">
- <title>XML::Twig (&min-xml-twig-ver;)</title>
-
- <para>The XML::Twig module is only required if you want to import
- XML bugs using the <filename>importxml.pl</filename>
- script. This is required to use Bugzilla's "move bugs" feature;
- you may also want to use it for migrating from another bug database.
- </para>
- </section>
-
- <section id="install-modules-soap-lite">
- <title>SOAP::Lite (&min-soap-lite-ver;)</title>
- <para>Installing SOAP::Lite enables your Bugzilla installation to be
- accessible at a standardized Web Service interface (SOAP/XML-RPC)
- by third-party applications via HTTP(S).
- </para>
- </section>
-
- <section id="install-modules-patchreader">
- <title>PatchReader (&min-patchreader-ver;)</title>
-
- <para>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.
- </para>
- </section>
</section>
+
<section id="install-MTA">
<title>Mail Transfer Agent (MTA)</title>