about.xml 6.27 KB
Newer Older
1
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
<!ENTITY conventions SYSTEM "conventions.xml"> ] > -->
3

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

7 8
  <section id="copyright">
    <title>Copyright Information</title>
9 10 11 12

    <para>This document is copyright (c) 2000-2004 by the various
    Bugzilla contributors who wrote it.</para>
    
13 14 15 16
    <blockquote>
      <para>
	Permission is granted to copy, distribute and/or modify this
	document under the terms of the GNU Free Documentation
17
	License, Version 1.1 or any later version published by the
18
	Free Software Foundation; with no Invariant Sections, no
19
	Front-Cover Texts, and with no Back-Cover Texts. A copy of
20
	the license is included in <xref linkend="gfdl"/>.
21 22 23 24 25
      </para>
    </blockquote>
    <para>
      If you have any questions regarding this document, its
      copyright, or publishing this document in non-electronic form,
26
      please contact the Bugzilla Team. 
27 28
    </para>
  </section>
29

30 31 32
  <section id="disclaimer">
    <title>Disclaimer</title>
    <para>
33
      No liability for the contents of this document can be accepted.
34
      Follow the instructions herein at your own risk.
35 36 37 38 39
      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.
40 41 42
    </para>
    <para>
      Naming of particular products or brands should not be seen as
43
      endorsements, with the exception of the term "GNU/Linux". We
44 45
      wholeheartedly endorse the use of GNU/Linux; it is an extremely 
      versatile, stable,
46 47 48 49 50
      and robust operating system that offers an ideal operating
      environment for Bugzilla.
    </para>
    <para>
      Although the Bugzilla development team has taken great care to
51 52
      ensure that all exploitable bugs have been fixed, security holes surely 
      exist in any piece of code. Great care should be taken both in 
53
      the installation and usage of this software. The Bugzilla development
54
      team members assume no liability for your use of Bugzilla. You have 
55
      the source code, and are responsible for auditing it yourself to ensure
56 57 58
      your security needs are met.
    </para>
  </section>
59 60 61

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

62 63 64
  <section id="newversions">
    <title>New Versions</title>
    <para>
65 66 67
      This is the &bz-ver; version of The Bugzilla Guide. It is so named 
      to match the current version of Bugzilla. 
      <![%bz-devel;[
68 69
        This version of the guide, like its associated Bugzilla version, is a
        development version. 
70
      ]]>
71 72
    </para>
    <para>
gerv%gerv.net's avatar
gerv%gerv.net committed
73
      The latest version of this guide can always be found at <ulink
74 75
      url="http://www.bugzilla.org"/>, or checked out via CVS by
      following the <ulink url="http://www.mozilla.org/cvs.html">Mozilla 
gerv%gerv.net's avatar
gerv%gerv.net committed
76 77
      CVS</ulink> instructions and check out the 
      <filename>mozilla/webtools/bugzilla/docs/</filename>
78
      subtree. However, you should read the version
79
      which came with the Bugzilla release you are using.
80
    </para>
81
    <para>
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
      The Bugzilla Guide, or a section of it, is also available in
      the following languages:
      <ulink url="http://bugzilla-de.sourceforge.net/docs/html/">German</ulink>.
    </para>
    
    <para>  
      In addition, there are Bugzilla template localisation projects in
      the following languages. They may have translated documentation 
      available: 
      <ulink url="http://sourceforge.net/projects/bugzilla-be/">Belarusian</ulink>,
      <ulink url="http://sourceforge.net/projects/bugzilla-br/">Brazilian Portuguese</ulink>,
      <ulink url="http://sourceforge.net/projects/bugzilla-cn/">Chinese</ulink>,
      <ulink url="http://sourceforge.net/projects/bugzilla-fr/">French</ulink>,
      <ulink url="http://sourceforge.net/projects/bugzilla-de/">German</ulink>,
      <ulink url="http://sourceforge.net/projects/bugzilla-kr/">Korean</ulink>,
      <ulink url="http://sourceforge.net/projects/bugzilla-ru/">Russian</ulink> and
      <ulink url="http://sourceforge.net/projects/bugzilla-es/">Spanish</ulink>.
    </para>
    
    <para>  
      If you would like to volunteer to translate the Guide into additional
      languages, please contact
104
      <ulink url="mailto:justdave@syndicomm.com">Dave Miller</ulink>.
105 106
    </para>
  </section>
107

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

117
    <para>
118
      <simplelist type="inline">
119 120 121
        <member>Matthew P. Barnson</member>
        <member>Kevin Brannen</member>
        <member>Dawn Endico</member>
122 123
        <member>Ben FrantzDale</member>
        <member>Eric Hanson</member>
124 125 126
        <member>Tara Hernandez</member>
        <member>Dave Lawrence</member>
        <member>Zach Lipton</member>
127
        <member>Gervase Markham</member>
128
        <member>Andrew Pearson</member>
129 130
        <member>Joe Robins</member>
        <member>Spencer Smith</member>
131 132 133 134 135 136 137 138
        <member>Jacob Steenhagen</member>
        <member>Ron Teitelbaum</member>
        <member>Terry Weissman</member>
        <member>Martin Wulffeld</member>
      </simplelist>.
    </para>
    
    <para>
139
      Also, thanks are due to the members of the 
gerv%gerv.net's avatar
gerv%gerv.net committed
140
      <ulink url="news://news.mozilla.org/netscape.public.mozilla.webtools">
141 142 143
      netscape.public.mozilla.webtools</ulink>
      newsgroup. Without your discussions, insight, suggestions, and patches,
      this could never have happened.
144 145
    </para>
  </section>
146 147 148

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

151 152 153
<!-- Keep this comment at the end of the file 
Local variables: 
mode: sgml 
154
sgml-always-quote-attributes:t
155 156
sgml-auto-insert-required-elements:t
sgml-balanced-tag-edit:t
157
sgml-exposed-tags:nil
158 159 160
sgml-general-insert-case:lower
sgml-indent-data:t 
sgml-indent-step:2 
161
sgml-local-catalogs:nil
162 163 164 165
sgml-local-ecat-files:nil 
sgml-minimize-attributes:nil
sgml-namecase-general:t 
sgml-omittag:t
166
sgml-parent-document:("Bugzilla-Guide.xml" "book" "chapter")
167 168 169
sgml-shorttag:t 
sgml-tag-region-if-active:t 
End: -->