summaryrefslogtreecommitdiffstats
path: root/docs/xml/about.xml
blob: 28cc9d8c73fb087393c9160275cc0557b1f2170e (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
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY conventions SYSTEM "conventions.xml"> ] > -->

<chapter id="about">
<title>About This Guide</title>

  <section id="copyright">
    <title>Copyright Information</title>
    <blockquote>
      <attribution>Copyright (c) 2000-2004 The Bugzilla Team</attribution>
      <para>
	Permission is granted to copy, distribute and/or modify this
	document under the terms of the GNU Free Documentation
	License, Version 1.1 or any later version published by the
	Free Software Foundation; with no Invariant Sections, no
	Front-Cover Texts, and with no Back-Cover Texts. A copy of
	the license is included in <xref linkend="gfdl"/>.
      </para>
    </blockquote>
    <para>
      If you have any questions regarding this document, its
      copyright, or publishing this document in non-electronic form,
      please contact the Bugzilla Team. 
    </para>
  </section>

  <section id="disclaimer">
    <title>Disclaimer</title>
    <para>
      No liability for the contents of this document can be accepted.
      Follow the instructions herein at your own risk.
      This document may contain errors
      and inaccuracies that may damage your system, cause your partner 
      to leave you, your boss to fire you, your cats to
      pee on your furniture and clothing, and global thermonuclear
      war. Proceed with caution.
    </para>
    <para>
      Naming of particular products or brands should not be seen as
      endorsements, with the exception of the term "GNU/Linux". We
      wholeheartedly endorse the use of GNU/Linux; it is an extremely 
      versatile, stable,
      and robust operating system that offers an ideal operating
      environment for Bugzilla.
    </para>
    <para>
      Although the Bugzilla development team has taken great care to
      ensure that all exploitable bugs or options have been
      fixed, security holes surely exist. Great care should be taken both in 
      the installation and usage of this software. The Bugzilla development
      team members assume no liability for your use of this software. You have 
      the source code, and are responsible for auditing it yourself to ensure
      your security needs are met.
    </para>
  </section>

<!-- Section 2: New Versions -->

  <section id="newversions">
    <title>New Versions</title>
    <para>
      This is the &bz-ver; version of The Bugzilla Guide. It is so named 
      to match the current version of Bugzilla. 
      <![%bz-devel;[
        This version of the guide, like its associated Bugzilla version, is a
        development version. 
      ]]>
    </para>
    <para>
      The newest version of this guide can always be found at <ulink
      url="http://www.bugzilla.org"/>; however, you should read the version
      which came with the Bugzilla release you are using.
    </para>
    <para>
      The latest version of this document can always be checked out via CVS.
      Please follow the <ulink url="http://www.mozilla.org/cvs.html">Mozilla CVS</ulink>
      instructions and check out the <filename>mozilla/webtools/bugzilla/docs/</filename>
      subtree.
    </para>
    <para>
      The Bugzilla Guide is currently only available in English. 
      If you would like to volunteer to translate it, please contact
      <ulink url="mailto:justdave@syndicomm.com">Dave Miller</ulink>.
    </para>
  </section>

  <section id="credits">
    <title>Credits</title>
    <para>
      The people listed below have made enormous contributions to the
      creation of this Guide, through their writing, dedicated hacking efforts,
      numerous e-mail and IRC support sessions, and overall excellent
      contribution to the Bugzilla community:
    </para>

    <para>
      <simplelist type="inline">
        <member>Matthew P. Barnson</member>
        <member>Kevin Brannen</member>
        <member>Dawn Endico</member>
        <member>Ben FrantzDale</member>
        <member>Eric Hanson</member>
        <member>Tara Hernandez</member>
        <member>Dave Lawrence</member>
        <member>Zach Lipton</member>
        <member>Gervase Markham</member>
        <member>Andrew Pearson</member>
        <member>Joe Robins</member>
        <member>Spencer Smith</member>
        <member>Jacob Steenhagen</member>
        <member>Ron Teitelbaum</member>
        <member>Terry Weissman</member>
        <member>Martin Wulffeld</member>
      </simplelist>.
    </para>
    
    <para>
      Last but not least, all the members of the 
      <ulink url="news://news.mozilla.org/netscape/public/mozilla/webtools">
      netscape.public.mozilla.webtools</ulink>
      newsgroup. Without your discussions, insight, suggestions, and patches,
      this could never have happened.
    </para>
  </section>

  <!-- conventions used here (didn't want to give it a chapter of its own) -->
&conventions;
 </chapter> 

<!-- 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: -->