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
5067d824
Commit
5067d824
authored
Apr 04, 2008
by
justdave%syndicomm.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Full recompile of the docs so everyone can see what the current SGML docs…
Full recompile of the docs so everyone can see what the current SGML docs actually look like in HTML.
parent
98bf36b1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
149 additions
and
95 deletions
+149
-95
Bugzilla-Guide.xml
docs/en/xml/Bugzilla-Guide.xml
+149
-95
No files found.
docs/en/xml/Bugzilla-Guide.xml
View file @
5067d824
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" [
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" [
<!-- Include macros -->
<!-- Include macros -->
<!ENTITY about SYSTEM "about.xml">
<!ENTITY about SYSTEM "about.sgml">
<!ENTITY conventions SYSTEM "conventions.xml">
<!ENTITY conventions SYSTEM "conventions.sgml">
<!ENTITY doc-index SYSTEM "index.xml">
<!ENTITY doc-index SYSTEM "index.sgml">
<!ENTITY faq SYSTEM "faq.xml">
<!ENTITY faq SYSTEM "faq.sgml">
<!ENTITY gfdl SYSTEM "gfdl.xml">
<!ENTITY gfdl SYSTEM "gfdl.sgml">
<!ENTITY glossary SYSTEM "glossary.xml">
<!ENTITY glossary SYSTEM "glossary.sgml">
<!ENTITY installation SYSTEM "installation.xml">
<!ENTITY installation SYSTEM "installation.sgml">
<!ENTITY administration SYSTEM "administration.xml">
<!ENTITY administration SYSTEM "administration.sgml">
<!ENTITY using SYSTEM "using.xml">
<!ENTITY using SYSTEM "using.sgml">
<!ENTITY integration SYSTEM "integration.xml">
<!ENTITY integration SYSTEM "integration.sgml">
<!ENTITY index SYSTEM "index.xml">
<!ENTITY future SYSTEM "future.sgml">
<!ENTITY customization SYSTEM "customization.xml">
<!ENTITY index SYSTEM "index.sgml">
<!ENTITY patches SYSTEM "patches.xml">
<!ENTITY database SYSTEM "database.sgml">
<!ENTITY introduction SYSTEM "introduction.xml">
<!ENTITY patches SYSTEM "patches.sgml">
<!ENTITY modules SYSTEM "modules.xml">
<!ENTITY variants SYSTEM "variants.sgml">
<!ENTITY requiredsoftware SYSTEM "requiredsoftware.sgml">
<!-- Things to change for a stable release:
<!ENTITY revhistory SYSTEM "revhistory.sgml">
* bz-ver to current stable
* bz-nexver to next stable
* bz-date to the release date
* bz-devel to "IGNORE"
- COMPILE DOCS AND CHECKIN -
Also, tag and tarball before completing
* bz-ver to devel version
* bz-devel to "INCLUDE"
For a devel release, simple bump bz-ver and bz-date
-->
<!ENTITY bz-ver "2.19">
<!ENTITY bz-nextver "2.20">
<!ENTITY bz-date "2004-07-10">
<!ENTITY % bz-devel "INCLUDE">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
<!ENTITY bz "http://www.bugzilla.org/">
<!ENTITY bz "http://www.bugzilla.org/">
<!ENTITY bzg-bugs "<ulink url='http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation'>
Bugzilla Documentation
</ulink>
">
<!ENTITY bz-ver "2.14">
<!ENTITY bz-cvs-ver "2.15">
<!ENTITY bzg-date "August 10, 2001">
<!ENTITY bzg-ver "2.14">
<!ENTITY bzg-cvs-ver "2.15.0">
<!ENTITY bzg-auth "Matthew P. Barnson">
<!ENTITY bzg-auth-email "<email>
barnboy@trilobyte.net
</email>
">
<!ENTITY mysql "http://www.mysql.com/">
<!ENTITY mysql "http://www.mysql.com/">
<!ENTITY newest-perl-ver "5.8.3">
<!ENTITY perl-ver "5.6.1">
<!-- For minimum versions -->
<!ENTITY min-mysql-ver "3.23.41">
<!ENTITY min-perl-ver "5.6.0">
<!ENTITY min-perl-ver-win "5.8.1">
<!ENTITY min-template-ver "2.08">
<!ENTITY min-file-temp-ver "any">
<!ENTITY min-appconfig-ver "1.52">
<!ENTITY min-text-wrap-ver "2001.0131">
<!ENTITY min-file-spec-ver "0.82">
<!ENTITY min-data-dumper-ver "any">
<!ENTITY min-dbd-mysql-ver "2.1010">
<!ENTITY min-dbi-ver "1.36">
<!ENTITY min-date-format-ver "2.21">
<!ENTITY min-cgi-ver "2.93">
<!-- Optional modules -->
<!ENTITY min-gd-ver "1.20">
<!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-mime-parser-ver "any">
<!ENTITY min-patchreader-ver "0.9.4">
]>
]>
<!-- Coding standards for this document
<!-- Coding standards for this document
* Other than the GFDL, please use the "section" tag instead of "sect1",
* Other than the GFDL, please use the "section" tag instead of "sect1", "sect2", etc.
"sect2", etc.
* Use Entities to include files for new chapters in Bugzilla-Guide.sgml.
* 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.
linuxdoc
.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
(needsfix)
* 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
try to avoid clutter and feel free to waste space in the code to make it more readable.
more readable.
-->
-->
...
@@ -94,32 +58,113 @@
...
@@ -94,32 +58,113 @@
<!-- Header -->
<!-- Header -->
<bookinfo>
<bookinfo>
<title>
The Bugzilla Guide -
&bz-ver;
<title>
The Bugzilla Guide
</title>
<![%bz-devel;[Development ]]>
Release
</title>
<pubdate>
2001-04-25
</pubdate>
<revhistory>
<revision>
<revnumber>
v2.11
</revnumber>
<date>
20 December 2000
</date>
<authorinitials>
MPB
</authorinitials>
<revremark>
Converted the README, FAQ, and DATABASE information into
SGML docbook format.
</revremark>
</revision>
<revision>
<revnumber>
2.11.1
</revnumber>
<date>
06 March 2001
</date>
<authorinitials>
MPB
</authorinitials>
<revremark>
Took way too long to revise this for 2.12 release. Updated
FAQ to use qandaset tags instead of literallayout, cleaned
up administration section, added User Guide section,
miscellaneous FAQ updates and third-party integration
information. From this point on all new tags are lowercase
in preparation for the 2.13 release of the Guide in XML
format instead of SGML.
</revremark>
</revision>
<revision>
<revnumber>
2.12.0
</revnumber>
<date>
24 April 2001
</date>
<authorinitials>
MPB
</authorinitials>
<revremark>
Things fixed this release: Elaborated on queryhelp
interface, added FAQ regarding moving bugs from one keyword
to another, clarified possible problems with the Landfill
tutorial, fixed a boatload of typos and unclear sentence
structures. Incorporated the README into the UNIX
installation section, and changed the README to indicate the
deprecated status. Things I know need work: Used
"simplelist" a lot, where I should have used "procedure" to
tag things. Need to lowercase all tags to be XML compliant.
</revremark>
</revision>
<revision>
<revnumber>
2.14.0
</revnumber>
<date>
07 August 2001
</date>
<authorinitials>
MPB
</authorinitials>
<revremark>
Attempted to integrate relevant portions of the UNIX and
Windows installation instructions, moved some data from FAQ
to Install, removed references to README from text, added
Mac OS X install instructions, fixed a bunch
of tpyos (Mark Harig), linked text that referenced other
parts of the Guide, and nuked the old MySQL permissions
section.
</revremark>
</revision>
</revhistory>
<authorgroup>
<authorgroup>
<corpauthor>
The Bugzilla Team
</corpauthor>
</authorgroup>
<pubdate>
&bz-date;
</pubdate>
<author>
<firstname>
Matthew
</firstname>
<othername>
P.
</othername>
<surname>
Barnson
</surname>
<affiliation>
<address><email>
barnboy@trilobyte.net
</email></address>
</affiliation>
</author>
<collab>
<collabname>
Zach Lipton
</collabname>
<affiliation>
<address><email>
zach AT zachlipton DOT com
</email></address>
</affiliation>
</collab>
</authorgroup>
<abstract>
<abstract>
<para>
<para>
This is the documentation for Bugzilla, a
This is the documentation for Bugzilla, the Mozilla
bug-tracking system from mozilla.org.
bug-tracking system.
Bugzilla is an enterprise-class piece of software
that tracks millions of bugs and issues for hundreds of
organizations around the world.
</para>
</para>
<para>
<para>
The most current version of this document can always be found on the
Bugzilla is an enterprise-class set of software utilities
<ulink
url=
"http://www.bugzilla.org/documentation.html"
>
Bugzilla
that, when used together, power issue-tracking for hundreds of
Documentation Page
</ulink>
.
organizations around the world, tracking millions of bugs.
While it is easy to use and quite flexible, it is
difficult for a novice to install and maintain. Although we
have provided step-by-step directions, Bugzilla is not always
easy to get working. Please be sure the person responsible
for installing and maintaining this software is a qualified
professional for the operating system upon which you install
Bugzilla.
</para>
<para>
THIS DOCUMENTATION IS MAINTAINED IN DOCBOOK 4.1.2 XML FORMAT.
IF YOU WISH TO MAKE CORRECTIONS, PLEASE MAKE THEM IN PLAIN
TEXT OR SGML DIFFS AGAINST THE SOURCE. I CANNOT ACCEPT
ADDITIONS TO THE GUIDE WRITTEN IN HTML!
</para>
</para>
</abstract>
</abstract>
<keywordset>
<keywordset>
<keyword>
Bugzilla
</keyword>
<keyword>
Bugzilla
</keyword>
<keyword>
Guide
</keyword>
<keyword>
Guide
</keyword>
...
@@ -136,28 +181,37 @@
...
@@ -136,28 +181,37 @@
<!-- About This Guide -->
<!-- About This Guide -->
&about;
&about;
<!-- Using Bugzilla -->
&using;
<!-- Installing Bugzilla -->
<!-- Installing Bugzilla -->
&installation;
&installation;
<!-- Administering Bugzilla -->
<!-- Administering Bugzilla -->
&administration;
&administration;
<!--
Customizing Bugzilla
-->
<!--
Integrating Bugzilla with Third-Party Tools
-->
&
customiz
ation;
&
integr
ation;
<!-- Using Bugzilla -->
<!-- The Future of Bugzilla -->
&using;
&future;
<!-- Major Bugzilla Variants -->
&variants;
<!-- Appendix: The Frequently Asked Questions -->
<!-- Appendix: The Frequently Asked Questions -->
&faq;
&faq;
<!-- Appendix: Required Bugzilla Software Links -->
&requiredsoftware;
<!-- Appendix: The Database Schema -->
&database;
<!-- Appendix: Custom Patches -->
<!-- Appendix: Custom Patches -->
&patches;
&patches;
<!-- Appendix: Manually Installing Perl Modules -->
<!-- Appendix: The GNU Free Documentation License -->
&modules;
<!-- Appendix: GNU Free Documentation License -->
&gfdl;
&gfdl;
<!-- Glossary -->
<!-- Glossary -->
...
@@ -184,7 +238,7 @@ sgml-local-ecat-files:nil
...
@@ -184,7 +238,7 @@ sgml-local-ecat-files:nil
sgml-minimize-attributes:nil
sgml-minimize-attributes:nil
sgml-namecase-general:t
sgml-namecase-general:t
sgml-omittag:t
sgml-omittag:t
sgml-parent-document:("Bugzilla-Guide.
x
ml" "book" "chapter")
sgml-parent-document:("Bugzilla-Guide.
sg
ml" "book" "chapter")
sgml-shorttag:t
sgml-shorttag:t
sgml-tag-region-if-active:t
sgml-tag-region-if-active:t
End:
End:
...
...
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