r=kiko r=mkanat r=mrbball a=LpSolit git-svn-id: svn://10.0.0.236/trunk@263258 18797224-902f-48f8-a5cc-f745e15eee43
136 lines
4.3 KiB
XML
136 lines
4.3 KiB
XML
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
This Source Code Form is "Incompatible With Secondary Licenses", as
|
|
defined by the Mozilla Public License, v. 2.0.
|
|
-->
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
|
<!ENTITY % myents SYSTEM "bugzilla.ent">
|
|
%myents;
|
|
]>
|
|
|
|
<!-- Coding standards for this document
|
|
|
|
* 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.
|
|
* Try to use Entities for frequently-used passages of text as well.
|
|
* Ensure all documents compile cleanly to HTML after modification.
|
|
The warning, "DTDDECL catalog types not supported" is normal.
|
|
* Try to index important terms wherever possible.
|
|
* Use "glossterm" whenever you introduce a new term.
|
|
* Follow coding standards at http://www.tldp.org, and
|
|
check out the KDE guidelines (they are nice, too)
|
|
http://i18n.kde.org/doc/markup.html
|
|
* All tags should be lowercase.
|
|
* Please use sensible spacing. The comments at the very end of each
|
|
file define reasonable defaults for PSGML mode in EMACS.
|
|
* 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.
|
|
|
|
-->
|
|
|
|
<book id="index">
|
|
|
|
<!-- Header -->
|
|
|
|
<bookinfo>
|
|
<title>The Bugzilla Guide - &bz-ver;
|
|
<!-- BZ-DEVEL -->Development <!-- /BZ-DEVEL -->
|
|
Release</title>
|
|
|
|
<authorgroup>
|
|
<corpauthor>The Bugzilla Team</corpauthor>
|
|
</authorgroup>
|
|
|
|
<pubdate>&bz-date;</pubdate>
|
|
|
|
<abstract>
|
|
<para>
|
|
This is the documentation for Bugzilla, a
|
|
bug-tracking system from mozilla.org.
|
|
Bugzilla is an enterprise-class piece of software
|
|
that tracks millions of bugs and issues for hundreds of
|
|
organizations around the world.
|
|
</para>
|
|
|
|
<para>
|
|
The most current version of this document can always be found on the
|
|
<ulink url="http://www.bugzilla.org/docs/">Bugzilla
|
|
Documentation Page</ulink>.
|
|
</para>
|
|
|
|
</abstract>
|
|
|
|
<keywordset>
|
|
<keyword>Bugzilla</keyword>
|
|
<keyword>Guide</keyword>
|
|
<keyword>installation</keyword>
|
|
<keyword>FAQ</keyword>
|
|
<keyword>administration</keyword>
|
|
<keyword>integration</keyword>
|
|
<keyword>MySQL</keyword>
|
|
<keyword>Mozilla</keyword>
|
|
<keyword>webtools</keyword>
|
|
</keywordset>
|
|
</bookinfo>
|
|
|
|
<!-- About This Guide -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="about.xml"/>
|
|
|
|
<!-- Installing Bugzilla -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="installation.xml"/>
|
|
|
|
<!-- Administering Bugzilla -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="administration.xml"/>
|
|
|
|
<!-- Securing Bugzilla -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="security.xml"/>
|
|
|
|
<!-- Using Bugzilla -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="using.xml"/>
|
|
|
|
<!-- Customizing Bugzilla -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="customization.xml"/>
|
|
|
|
<!-- Appendix: Troubleshooting -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="troubleshooting.xml"/>
|
|
|
|
<!-- Appendix: Custom Patches -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="patches.xml"/>
|
|
|
|
<!-- Appendix: Manually Installing Perl Modules -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="modules.xml"/>
|
|
|
|
<!-- Appendix: GNU Free Documentation License -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gfdl.xml"/>
|
|
|
|
<!-- Glossary -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glossary.xml"/>
|
|
|
|
</book>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-always-quote-attributes:t
|
|
sgml-auto-insert-required-elements:t
|
|
sgml-balanced-tag-edit:t
|
|
sgml-exposed-tags:nil
|
|
sgml-general-insert-case:lower
|
|
sgml-indent-data:t
|
|
sgml-indent-step:2
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
sgml-minimize-attributes:nil
|
|
sgml-namecase-general:t
|
|
sgml-omittag:t
|
|
sgml-parent-document:("Bugzilla-Guide.xml" "book" "chapter")
|
|
sgml-shorttag:t
|
|
sgml-tag-region-if-active:t
|
|
End:
|
|
-->
|