Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
e630191a
Commit
e630191a
authored
Jul 15, 2006
by
mozilla%colinogilvie.co.uk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
parent
8edadae9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
13 deletions
+11
-13
Bugzilla-Guide.xml
docs/xml/Bugzilla-Guide.xml
+1
-1
installation.xml
docs/xml/installation.xml
+6
-8
modules.xml
docs/xml/modules.xml
+4
-4
No files found.
docs/xml/Bugzilla-Guide.xml
View file @
e630191a
...
...
@@ -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">
...
...
docs/xml/installation.xml
View file @
e630191a
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.12
3 2006/07/13 16:55:41
mozilla%colinogilvie.co.uk Exp $ -->
<!-- $Id: installation.xml,v 1.12
4 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>
...
...
docs/xml/modules.xml
View file @
e630191a
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment