summaryrefslogtreecommitdiffstats
path: root/docs/xml/Bugzilla-Guide.xml
blob: 72db6e7fae3eaa9b43220796da48766518ba90e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?xml version="1.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;
]>

<!-- Things to change for a stable release:
     * bz-ver to current stable
     * bz-nexver to next stable
     * bz-date to the release date
     * Remove the BZ-DEVEL comments
     - COMPILE DOCS AND CHECKIN -
       Also, tag and tarball before completing
     * bz-ver to devel version
 
     For a devel release, simple bump bz-ver and bz-date
-->


<!-- 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/documentation.html">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" />

<!-- Customizing Bugzilla -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="customization.xml" />

<!-- Using Bugzilla -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="using.xml" />

<!-- Appendix: The Frequently Asked Questions -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="faq.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" />

<!-- Index -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="index.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:
-->