summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormozilla%colinogilvie.co.uk <>2006-07-15 07:11:34 +0200
committermozilla%colinogilvie.co.uk <>2006-07-15 07:11:34 +0200
commite630191abbcbcb70367f166669587d352e48e853 (patch)
tree7ae4f835fc728992e99435884e13bd8a3af45189 /docs
parent8edadae9b3cc512c22fca344ffd56abf4e4f7318 (diff)
downloadbugzilla-e630191abbcbcb70367f166669587d352e48e853.tar.gz
bugzilla-e630191abbcbcb70367f166669587d352e48e853.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')
-rw-r--r--docs/xml/Bugzilla-Guide.xml2
-rw-r--r--docs/xml/installation.xml14
-rw-r--r--docs/xml/modules.xml8
3 files changed, 11 insertions, 13 deletions
diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml
index 52dc293f2..1ed005807 100644
--- a/docs/xml/Bugzilla-Guide.xml
+++ b/docs/xml/Bugzilla-Guide.xml
@@ -66,7 +66,7 @@
<!ENTITY min-gd-graph-ver "any">
<!ENTITY min-gd-text-align-ver "any">
<!ENTITY min-chart-base-ver "1.0">
-<!ENTITY min-xml-parser-ver "any">
+<!ENTITY min-xml-twig-ver "any">
<!ENTITY min-patchreader-ver "0.9.4">
<!ENTITY min-image-magick-ver "any">
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index 59199e864..bb2cca7e7 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.123 2006/07/13 16:55:41 mozilla%colinogilvie.co.uk Exp $ -->
+<!-- $Id: installation.xml,v 1.124 2006/07/14 22:11:34 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>
diff --git a/docs/xml/modules.xml b/docs/xml/modules.xml
index 59c58530e..151358cbd 100644
--- a/docs/xml/modules.xml
+++ b/docs/xml/modules.xml
@@ -199,11 +199,11 @@
</para>
<para>
- XML::Parser:
+ XML::Twig:
<literallayout>
- CPAN Download Page: <ulink url="http://search.cpan.org/dist/XML-Parser/"/>
- PPM Download Link: Part of core distribution.
- Documentation: <ulink url="http://www.perldoc.com/perl5.6.1/lib/XML/Parser.html"/>
+ CPAN Download Page: <ulink url="http://search.cpan.org/dist/XML-Twig/"/>
+ PPM Download Link: <ulink url="http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/XML-Twig-3.22.zip"/>
+ Documentation: <ulink url="http://standards.ieee.org/resources/spasystem/twig/twig_stable.html"/>
</literallayout>
</para>