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
3b3210dd
Commit
3b3210dd
authored
Apr 04, 2008
by
justdave%syndicomm.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump docs build date to test the xml rebuild script on the website
parent
20da4911
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
55 deletions
+32
-55
Bugzilla-Guide.xml
docs/en/xml/Bugzilla-Guide.xml
+32
-55
No files found.
docs/en/xml/Bugzilla-Guide.xml
View file @
3b3210dd
...
@@ -11,13 +11,11 @@
...
@@ -11,13 +11,11 @@
<!ENTITY administration SYSTEM "administration.xml">
<!ENTITY administration SYSTEM "administration.xml">
<!ENTITY using SYSTEM "using.xml">
<!ENTITY using SYSTEM "using.xml">
<!ENTITY integration SYSTEM "integration.xml">
<!ENTITY integration SYSTEM "integration.xml">
<!ENTITY future SYSTEM "future.xml">
<!ENTITY index SYSTEM "index.xml">
<!ENTITY index SYSTEM "index.xml">
<!ENTITY
database SYSTEM "database
.xml">
<!ENTITY
customization SYSTEM "customization
.xml">
<!ENTITY patches SYSTEM "patches.xml">
<!ENTITY patches SYSTEM "patches.xml">
<!ENTITY variants SYSTEM "variants.xml">
<!ENTITY introduction SYSTEM "introduction.xml">
<!ENTITY introduction SYSTEM "introduction.xml">
<!ENTITY
revhistory SYSTEM "revhistory
.xml">
<!ENTITY
modules SYSTEM "modules
.xml">
<!-- Things to change for a stable release:
<!-- Things to change for a stable release:
* bz-ver to current stable
* bz-ver to current stable
...
@@ -32,20 +30,19 @@
...
@@ -32,20 +30,19 @@
For a devel release, simple bump bz-ver and bz-date
For a devel release, simple bump bz-ver and bz-date
-->
-->
<!ENTITY bz-ver "2.17.
5
">
<!ENTITY bz-ver "2.17.
7
">
<!ENTITY bz-nextver "2.18">
<!ENTITY bz-nextver "2.18">
<!ENTITY bz-date "200
3-11-01
">
<!ENTITY bz-date "200
4-02-25
">
<!ENTITY % bz-devel "INCLUDE">
<!ENTITY % bz-devel "INCLUDE">
<!ENTITY bz "http://www.bugzilla.org/">
<!ENTITY bz "http://www.bugzilla.org/">
<!ENTITY bzg-auth "The Bugzilla Team">
<!ENTITY bzg-bugs "<ulink url='http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation'>
Bugzilla Documentation
</ulink>
">
<!ENTITY bzg-bugs "<ulink url='http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation'>
Bugzilla Documentation
</ulink>
">
<!ENTITY mysql "http://www.mysql.com/">
<!ENTITY mysql "http://www.mysql.com/">
<!ENTITY newest-perl-ver "5.8">
<!ENTITY newest-perl-ver "5.8
.2
">
<!-- For minimum versions -->
<!-- For minimum versions -->
<!ENTITY min-mysql-ver "3.23.41">
<!ENTITY min-mysql-ver "3.23.41">
<!ENTITY min-perl-ver "5.6">
<!ENTITY min-perl-ver "5.6
.0
">
<!ENTITY min-template-ver "2.08">
<!ENTITY min-template-ver "2.08">
<!ENTITY min-file-temp-ver "any">
<!ENTITY min-file-temp-ver "any">
<!ENTITY min-appconfig-ver "1.52">
<!ENTITY min-appconfig-ver "1.52">
...
@@ -55,7 +52,7 @@
...
@@ -55,7 +52,7 @@
<!ENTITY min-dbd-mysql-ver "2.1010">
<!ENTITY min-dbd-mysql-ver "2.1010">
<!ENTITY min-dbi-ver "1.32">
<!ENTITY min-dbi-ver "1.32">
<!ENTITY min-date-format-ver "2.21">
<!ENTITY min-date-format-ver "2.21">
<!ENTITY min-cgi-ver "2.
88
">
<!ENTITY min-cgi-ver "2.
93
">
<!-- Optional modules -->
<!-- Optional modules -->
<!ENTITY min-gd-ver "1.20">
<!ENTITY min-gd-ver "1.20">
<!ENTITY min-gd-graph-ver "any">
<!ENTITY min-gd-graph-ver "any">
...
@@ -70,21 +67,23 @@
...
@@ -70,21 +67,23 @@
<!-- Coding standards for this document
<!-- Coding standards for this document
* Other than the GFDL, please use the "section" tag instead of "sect1", "sect2", etc.
* Other than the GFDL, please use the "section" tag instead of "sect1",
"sect2", etc.
* Use Entities to include files for new chapters in Bugzilla-Guide.xml.
* Use Entities to include files for new chapters in Bugzilla-Guide.xml.
* Try to use Entities for frequently-used passages of text as well.
* Try to use Entities for frequently-used passages of text as well.
* Ensure all documents compile cleanly to HTML after modification.
* Ensure all documents compile cleanly to HTML after modification.
The warning, "DTDDECL catalog types not supported" is normal.
The warning, "DTDDECL catalog types not supported" is normal.
* Try to index important terms wherever possible.
* Try to index important terms wherever possible.
* Use "glossterm" whenever you introduce a new term.
* Use "glossterm" whenever you introduce a new term.
* Follow coding standards at http://www.tldp.org, and
* Follow coding standards at http://www.tldp.org, and
check out the KDE guidelines (they are nice, too)
check out the KDE guidelines (they are nice, too)
http://i18n.kde.org/doc/markup.html
http://i18n.kde.org/doc/markup.html
* All tags should be lowercase.
* All tags should be lowercase.
* Please use sensible spacing. The comments at the very end of each
* Please use sensible spacing. The comments at the very end of each
file define reasonable defaults for PSGML mode in EMACS.
file define reasonable defaults for PSGML mode in EMACS.
Double-indent tags, use double spacing whenever possible, and
* Double-indent tags, use double spacing whenever possible, and
try to avoid clutter and feel free to waste space in the code to make it more readable.
try to avoid clutter and feel free to waste space in the code to make it
more readable.
-->
-->
...
@@ -93,18 +92,10 @@ try to avoid clutter and feel free to waste space in the code to make it more re
...
@@ -93,18 +92,10 @@ try to avoid clutter and feel free to waste space in the code to make it more re
<!-- Header -->
<!-- Header -->
<bookinfo>
<bookinfo>
<title>
The Bugzilla Guide -
&bz-ver;
<![%bz-devel;[Development ]]>
Release
</title>
<title>
The Bugzilla Guide -
&bz-ver;
<![%bz-devel;[Development ]]>
Release
</title>
<authorgroup>
<authorgroup>
<author>
<firstname>
Matthew
</firstname>
<othername>
P.
</othername>
<surname>
Barnson
</surname>
</author>
<author>
<firstname>
Jacob
</firstname>
<surname>
Steenhagen
</surname>
</author>
<corpauthor>
The Bugzilla Team
</corpauthor>
<corpauthor>
The Bugzilla Team
</corpauthor>
</authorgroup>
</authorgroup>
...
@@ -112,28 +103,17 @@ try to avoid clutter and feel free to waste space in the code to make it more re
...
@@ -112,28 +103,17 @@ try to avoid clutter and feel free to waste space in the code to make it more re
<abstract>
<abstract>
<para>
<para>
This is the documentation for Bugzilla,
the mozilla.org
This is the documentation for Bugzilla,
a
bug-tracking system.
bug-tracking system
from mozilla.org
.
Bugzilla is an enterprise-class piece of software
Bugzilla is an enterprise-class piece of software
that
powers issue-tracking
for hundreds of
that
tracks millions of bugs and issues
for hundreds of
organizations around the world
, tracking millions of bugs
.
organizations around the world.
</para>
</para>
<para>
<para>
This documentation is maintained in DocBook 4.1.2 XML format.
Changes are best submitted as plain text or XML diffs, attached
to a bug filed in the
&bzg-bugs;
component.
</para>
<![%bz-devel;[
<para>
This is a development version of this guide. Information in it
is subject to change before the
&bz-nextver;
release of this guide
(which will correspond with the
&bz-nextver;
release of Bugzilla).
</para>
]]>
<para>
The most current version of this document can always be found on the
The most current version of this document can always be found on the
<ulink
url=
"http://www.bugzilla.org/documentation.html"
>
Bugzilla Documentation Page
</ulink>
.
<ulink
url=
"http://www.bugzilla.org/documentation.html"
>
Bugzilla
Documentation Page
</ulink>
.
</para>
</para>
</abstract>
</abstract>
...
@@ -154,29 +134,26 @@ try to avoid clutter and feel free to waste space in the code to make it more re
...
@@ -154,29 +134,26 @@ try to avoid clutter and feel free to waste space in the code to make it more re
<!-- About This Guide -->
<!-- About This Guide -->
&about;
&about;
<!-- Introduction -->
&introduction;
<!-- Using Bugzilla -->
&using;
<!-- Installing Bugzilla -->
<!-- Installing Bugzilla -->
&installation;
&installation;
<!-- Administering Bugzilla -->
<!-- Administering Bugzilla -->
&administration;
&administration;
<!-- Customizing Bugzilla -->
&customization;
<!-- Using Bugzilla -->
&using;
<!-- Appendix: The Frequently Asked Questions -->
<!-- Appendix: The Frequently Asked Questions -->
&faq;
&faq;
<!-- Appendix: The Database Schema -->
&database;
<!-- Appendix: Custom Patches -->
<!-- Appendix: Custom Patches -->
&patches;
&patches;
<!-- Appendix: Ma
jor Bugzilla Variant
s -->
<!-- Appendix: Ma
nually Installing Perl Module
s -->
&
variant
s;
&
module
s;
<!-- Appendix: GNU Free Documentation License -->
<!-- Appendix: GNU Free Documentation License -->
&gfdl;
&gfdl;
...
...
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