summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/installation.xml
diff options
context:
space:
mode:
authormozilla%colinogilvie.co.uk <>2008-04-04 13:47:54 +0200
committermozilla%colinogilvie.co.uk <>2008-04-04 13:47:54 +0200
commitcad06674fc04c2cdebb3d3a93efaab7a97cde03d (patch)
tree24112f15c7d2bfd54f0adece5b0655540eaa5d02 /docs/en/xml/installation.xml
parent933c3101ca4d1840643769c76f64ef4fd4b87e0e (diff)
downloadbugzilla-cad06674fc04c2cdebb3d3a93efaab7a97cde03d.tar.gz
bugzilla-cad06674fc04c2cdebb3d3a93efaab7a97cde03d.tar.xz
Bug 344727: Documentation still thinks we need XML::Parser, but we now need XML::Twig
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat
Diffstat (limited to 'docs/en/xml/installation.xml')
-rw-r--r--docs/en/xml/installation.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index c0f40ed00..7faa1619c 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.123 2008/04/04 06:47:53 mozilla%colinogilvie.co.uk Exp $ -->
+<!-- $Id: installation.xml,v 1.124 2008/04/04 06:47:54 mozilla%colinogilvie.co.uk Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -410,8 +410,8 @@
<listitem>
<para>
- <link linkend="install-modules-xml-parser">XML::Parser</link>
- (&min-xml-parser-ver;) for the XML interface
+ <link linkend="install-modules-xml-twig">XML::Twig</link>
+ (&min-xml-twig-ver;) for the XML interface
</para>
</listitem>
@@ -508,15 +508,13 @@
</para>
</section>
- <section id="install-modules-xml-parser">
- <title>XML::Parser (&min-xml-parser-ver;)</title>
+ <section id="install-modules-xml-twig">
+ <title>XML::Twig (&min-xml-twig-ver;)</title>
- <para>The XML::Parser module is only required if you want to import
+ <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.
- XML::Parser requires that the
- <classname>expat</classname> library is already installed on your machine.
</para>
</section>