summaryrefslogtreecommitdiffstats
path: root/docs/sgml/Bugzilla-Guide.sgml
blob: 30deb5c4a41cf5c6d2523daeb72847e18a5b59dc (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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [

<!-- Include macros -->
<!ENTITY about SYSTEM "about.sgml">
<!ENTITY conventions SYSTEM "conventions.sgml">
<!ENTITY doc-index SYSTEM "index.sgml">
<!ENTITY faq SYSTEM "faq.sgml">
<!ENTITY gfdl SYSTEM "gfdl.sgml">
<!ENTITY glossary SYSTEM "glossary.sgml">
<!ENTITY installation SYSTEM "installation.sgml">
<!ENTITY administration SYSTEM "administration.sgml">
<!ENTITY using SYSTEM "using.sgml">
<!ENTITY integration SYSTEM "integration.sgml">
<!ENTITY future SYSTEM "future.sgml">
<!ENTITY index SYSTEM "index.sgml">
<!ENTITY database SYSTEM "database.sgml">
<!ENTITY patches SYSTEM "patches.sgml">
<!ENTITY variants SYSTEM "variants.sgml">
<!ENTITY requiredsoftware SYSTEM "requiredsoftware.sgml">
<!ENTITY revhistory SYSTEM "revhistory.sgml">

<!ENTITY bz "http://www.mozilla.org/projects/bugzilla">
<!ENTITY bz-ver "2.14">
<!ENTITY bz-cvs-ver "2.15">
<!ENTITY bzg-date "August 10, 2001">
<!ENTITY bzg-ver "2.14.0">
<!ENTITY bzg-cvs-ver "2.15.0">
<!ENTITY bzg-auth "Matthew P. Barnson">
<!ENTITY bzg-auth-email "<email>barnboy@NOSPAM.trilobyte.net</email>">
<!ENTITY mysql "http://www.mysql.com/">
<!ENTITY perl-ver "5.6.1">

]>


<!-- 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.sgml.
*  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.linuxdoc.org, and
check out the KDE guidelines (they are nice, too)
http://i18n.kde.org/doc/markup.html
*  All tags should be lowercase (needsfix)
*  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</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>

      <author>
	<firstname>Matthew</firstname>
	<othername>P.</othername>
	<surname>Barnson</surname>
	<affiliation>
	  <address><email>barnboy@NOSPAM.trilobyte.net</email></address>
	</affiliation>
      </author>

      <collab>
	<collabname>Zach Lipton</collabname>
	<affiliation>
	  <address><email>zach@NOSPAM.zachlipton.com</email></address>
	</affiliation>
      </collab>

      <editor>
	<firstname>I.</firstname>
	<surname>Freely</surname>
	<othername>P.</othername>
	<affiliation>
	  <address><email>ipfreely@freely.eye-p.net</email></address>
	</affiliation>
      </editor>

    </authorgroup>

    <abstract>
      <para>
	This is the documentation for Bugzilla, the Mozilla
	bug-tracking system.
      </para>
      <para>
	Bugzilla is an enterprise-class set of software utilities
	that, when used together, power issue-tracking for hundreds of
	organizations around the world, tracking millions of bugs.
	While it is easy to use and quite flexible, it is very
	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 on operating system upon which you install
	Bugzilla.
      </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 -->
&about;

<!-- Using Bugzilla -->
&using;

<!-- Installing Bugzilla -->
&installation;

<!-- Administering Bugzilla -->
&administration;

<!-- Integrating Bugzilla with Third-Party Tools -->
&integration;

<!-- The Future of Bugzilla -->
&future;

<!-- Appendix: The Frequently Asked Questions -->
&faq;

<!-- Appendix: Required Bugzilla Software Links -->
&requiredsoftware

<!-- Appendix: The Database Schema -->
&database;

<!-- Appendix: Major Bugzilla Variants -->
&variants;

<!-- Appendix: Custom Patches -->
&patches;

<!-- Appendix: The GNU Free Documentation License -->
&gfdl;

<!-- Glossary -->
&glossary;

<!-- Index -->
&index;


</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.sgml" "book" "chapter")
sgml-shorttag:t
sgml-tag-region-if-active:t
End:
-->