summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/glossary.xml
diff options
context:
space:
mode:
authorjake%bugzilla.org <>2008-04-04 13:46:31 +0200
committerjake%bugzilla.org <>2008-04-04 13:46:31 +0200
commit1f0fa1587da75d64582ddade2c21efeec3bea8b1 (patch)
treeabb46498f4c4565f7908894cd772121f35442310 /docs/en/xml/glossary.xml
parentfce46de5f3c6d57e5591951073575ec29aca486c (diff)
downloadbugzilla-1f0fa1587da75d64582ddade2c21efeec3bea8b1.tar.gz
bugzilla-1f0fa1587da75d64582ddade2c21efeec3bea8b1.tar.xz
The source files for the Bugzilla Guide have long been using the XML version of DocBook but still residing in the sgml/ directory with an extension of .sgml.
In an effort to maintain CVS history, the raw files were copied on the CVS server to the xml/ directory and renamed to have .xml for the extension; any checkins before this one did have the .sgml extension.
Diffstat (limited to 'docs/en/xml/glossary.xml')
-rw-r--r--docs/en/xml/glossary.xml67
1 files changed, 52 insertions, 15 deletions
diff --git a/docs/en/xml/glossary.xml b/docs/en/xml/glossary.xml
index 15b7fe948..807b7e647 100644
--- a/docs/en/xml/glossary.xml
+++ b/docs/en/xml/glossary.xml
@@ -129,8 +129,7 @@
</glossdiv>
<glossdiv id="gloss-c">
- <title>
- </title>
+ <title>C</title>
<glossentry id="gloss-cgi">
<glossterm>Common Gateway Interface</glossterm>
@@ -252,14 +251,31 @@
should familiarize yourself with all of the documentation, some high
points are:
</para>
- <itemizedlist>
- <listitem>
- <para><ulink url="http://www.mysql.com/doc/P/r/Privilege_system.html">MySQL
- Privilege System</ulink> - Much more detailed information about
- the suggestions in <xref linkend="security-mysql"/>.
- </para>
- </listitem>
- </itemizedlist>
+ <variablelist>
+ <varlistentry>
+ <term><ulink url="http://www.mysql.com/doc/en/Backup.html">Backup</ulink></term>
+ <listitem>
+ <para>Methods for backing up your Bugzilla database.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><ulink url="http://www.mysql.com/doc/en/Option_files.html">Option Files</ulink></term>
+ <listitem>
+ <para>Information about how to configure MySQL using
+ <filename>my.cnf</filename>.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><ulink url="http://www.mysql.com/doc/en/Privilege_system.html">Privilege System</ulink></term>
+ <listitem>
+ <para>Much more detailed information about the suggestions in
+ <xref linkend="security-mysql"/>.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
</glossdef>
</glossentry>
</glossdiv>
@@ -410,13 +426,34 @@
<glossdiv id="gloss-z">
<title>Z</title>
- <glossentry id="zarro-boogs-found" xreflabel="Zarro Boogs Found">
+ <glossentry id="gloss-zarro">
<glossterm>Zarro Boogs Found</glossterm>
<glossdef>
- <para>This is the cryptic response sent by Bugzilla when a query
- returned no results. It is just a goofy way of saying "Zero Bugs
- Found".</para>
+ <para>This is just a goofy way of saying that there were no bugs
+ found matching your query. When asked to explain this message,
+ Terry had the following to say:
+ </para>
+
+ <blockquote>
+ <attribution>Terry Weissman</attribution>
+ <para>I've been asked to explain this ... way back when, when
+ Netscape released version 4.0 of its browser, we had a release
+ party. Naturally, there had been a big push to try and fix every
+ known bug before the release. Naturally, that hadn't actually
+ happened. (This is not unique to Netscape or to 4.0; the same thing
+ has happened with every software project I've ever seen.) Anyway,
+ at the release party, T-shirts were handed out that said something
+ like "Netscape 4.0: Zarro Boogs". Just like the software, the
+ T-shirt had no known bugs. Uh-huh.
+ </para>
+
+ <para>So, when you query for a list of bugs, and it gets no results,
+ you can think of this as a friendly reminder. Of *course* there are
+ bugs matching your query, they just aren't in the bugsystem yet...
+ </para>
+ </blockquote>
+
</glossdef>
</glossentry>
</glossdiv>
@@ -437,7 +474,7 @@ 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-parent-document:("Bugzilla-Guide.xml" "book" "chapter")
sgml-shorttag:t
sgml-tag-region-if-active:t
End: