From: jocuri%softhome.net <>
Date: Sun, 2 Nov 2003 22:04:28 +0000 (+0000)
Subject: Rebuilding documentation for the 2.17.5 release; the docbook system on landfill prove...
X-Git-Tag: bugzilla-2.17.5~5
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5159ae5142a63c13992b335e33ad347adaa3ac70;p=thirdparty%2Fbugzilla.git
Rebuilding documentation for the 2.17.5 release; the docbook system on landfill proved to be broken.
---
diff --git a/docs/html/Bugzilla-Guide.html b/docs/html/Bugzilla-Guide.html
index 216216cc55..3b3283361b 100644
--- a/docs/html/Bugzilla-Guide.html
+++ b/docs/html/Bugzilla-Guide.html
@@ -4,8 +4,7 @@
>The Bugzilla Guide - 2.17.5 Development Release
No liability for the contents of this document can be accepted.
Use the concepts, examples, and other content at your own risk.
@@ -615,7 +632,9 @@ CLASS="section"
>
The people listed below have made enormous contributions to the
creation of this Guide, through their writing, dedicated hacking efforts,
@@ -798,13 +819,17 @@ CLASS="section"
>
Bugzilla is a bug- or issue-tracking system. Bug-tracking
systems allow individual or groups of developers effectively to keep track
@@ -1244,7 +1273,9 @@ CLASS="section"
>
For many years, defect-tracking software has remained principally
the domain of large software development houses. Even then, most shops
@@ -1316,13 +1347,17 @@ TARGET="_top"
CLASS="chapter"
>
If you want to use Bugzilla, first you need to create an account.
Consult with the administrator responsible for your installation of
@@ -1409,7 +1446,9 @@ CLASS="section"
>
The core of Bugzilla is the screen which displays a particular
bug. It's a good place to explain some Bugzilla concepts.
@@ -1674,7 +1713,9 @@ CLASS="section"
>
The Bugzilla Search page is is the interface where you can find
any bug report, comment, or patch currently in the Bugzilla system. You
@@ -1702,7 +1743,9 @@ CLASS="section"
>
If you run a search, a list of matching bugs will be returned.
The default search is to return all open bugs on the system - don't try
@@ -1774,7 +1817,9 @@ CLASS="section"
>
Viewing and reviewing patches in Bugzilla is often difficult due to
lack of context, improper format and the inherent readability issues that
@@ -1888,7 +1935,9 @@ CLASS="section"
>
The main way to view a patch in patch viewer is to click on the
"Diff" link next to a patch in the Attachments list on a bug. You may
@@ -1900,7 +1949,9 @@ CLASS="section"
>
3.1.6.2. Seeing the Difference Between Two Patches
To see the difference between two patches, you must first view the
newer patch in Patch Viewer. Then select the older patch from the
@@ -1913,7 +1964,9 @@ CLASS="section"
>
To get more context in a patch, you put a number in the textbox at
the top of Patch Viewer ("Patch / File / [textbox]") and hit enter.
@@ -1927,7 +1980,9 @@ CLASS="section"
>
3.1.6.4. Collapsing and Expanding Sections of a Patch
To view only a certain set of files in a patch (for example, if a
patch is absolutely huge and you want to only review part of it at a
@@ -1941,7 +1996,9 @@ CLASS="section"
>
To link to a section of a patch (for example, if you want to be
able to give someone a URL to show them which part you are talking
@@ -1954,7 +2011,9 @@ CLASS="section"
>
To go to Bonsai to get blame for the lines you are interested in,
you can click the "Lines XX-YY" link on the section header you are
@@ -1970,7 +2029,9 @@ CLASS="section"
>
If the patch is not in a format that you like, you can turn it
into a unified diff format by clicking the "Raw Unified" link at the top
@@ -1983,7 +2044,9 @@ CLASS="section"
>
Bugzilla comments are plain text - so posting HTML will result
in literal HTML tags rather than being interpreted by a browser.
@@ -2055,7 +2120,9 @@ CLASS="section"
>
Quicksearch is a single-text-box query tool which uses
metacharacters to indicate what is to be searched. For example, typing
@@ -2086,7 +2153,9 @@ CLASS="section"
>
If you are changing the fields on a bug, only comment if
either you have something pertinent to say, or Bugzilla requires it.
@@ -2108,7 +2177,9 @@ CLASS="section"
>
Use attachments, rather than comments, for large chunks of ASCII data,
such as trace, debugging output files, or log files. That way, it doesn't
@@ -2132,7 +2203,9 @@ CLASS="section"
>
Try to make sure that everything said in the summary is also
said in the first comment. Summaries are often updated and this will
@@ -2156,7 +2229,9 @@ CLASS="section"
>
Once you have logged in, you can customise various aspects of
Bugzilla via the "Edit prefs" link in the page footer.
@@ -2166,7 +2241,9 @@ CLASS="section"
>
On this tab, you can change your basic account information,
including your password, email address and real name. For security
@@ -2189,7 +2266,9 @@ CLASS="section"
>
On this tab you can reduce or increase the amount of email sent
you from Bugzilla, opting in our out depending on your relationship to
@@ -2236,7 +2315,9 @@ CLASS="section"
>
On the Search page, you can store queries in Bugzilla, so if you
regularly run a particular query it is just a drop-down menu away.
@@ -2248,7 +2329,9 @@ CLASS="section"
>
This is a purely informative page which outlines your current
permissions on this installation of Bugzilla - what product groups you
@@ -2261,13 +2344,17 @@ NAME="permissionsettings">3.3.4. Permissions
Bugzilla has been successfully installed under many different
operating systems including almost all Unix clones and
@@ -2421,7 +2508,9 @@ CLASS="section"
>
If you are running at least perl 5.6.1, you can save yourself a lot
of time by using Bundle::Bugzilla. This bundle contains every module
@@ -3031,7 +3130,9 @@ CLASS="section"
>
The CGI module parses form elements and cookies and does many
other usefule things. It come as a part of recent perl distributions, but
@@ -3073,7 +3176,9 @@ CLASS="section"
>
The Data::Dumper module provides data structure persistence for
Perl (similar to Java's serialization). It comes with later
@@ -3105,7 +3210,9 @@ CLASS="section"
>
Many of the more common date/time/calendar related Perl modules
have been grouped into a bundle similar to the MySQL modules bundle.
@@ -3138,7 +3245,9 @@ CLASS="section"
>
The DBI module is a generic Perl module used the
MySQL-related modules. As long as your Perl installation was done
@@ -3170,7 +3279,9 @@ CLASS="section"
>
The Perl/MySQL interface requires a few mutually-dependent Perl
modules. These modules are grouped together into the the
@@ -3213,7 +3324,9 @@ CLASS="section"
>
File::Spec is a perl module that allows file operations, such as
generating full path names, to work cross platform.
@@ -3243,7 +3356,9 @@ CLASS="section"
>
File::Temp is used to generate a temporary filename that is
guaranteed to be unique. It comes as a standard part of perl
@@ -3273,7 +3388,9 @@ CLASS="section"
>
When you install Template Toolkit, you'll get asked various
questions about features to enable. The defaults are fine, except
@@ -3305,7 +3422,9 @@ CLASS="section"
>
The GD library was written by Thomas Boutell a long while ago to
programmatically generate images in C. Since then it's become the
@@ -3437,7 +3558,9 @@ CLASS="section"
>
The Chart module provides Bugzilla with on-the-fly charting
abilities. It can be installed in the usual fashion after it has been
@@ -3464,7 +3587,9 @@ CLASS="section"
>
In addition to GD listed above, the reporting interface of Bugzilla
needs to have the GD::Graph module installed.
@@ -3527,7 +3654,9 @@ CLASS="section"
>
GD::Text::Align, as the name implies, is used to draw aligned
strings of text. It is needed by the reporting interface.
@@ -3557,7 +3686,9 @@ CLASS="section"
>
PatchReader is only needed if you want to use Patch Viewer, a
Bugzilla feature to format patches in a pretty HTML fashion. There are a
@@ -3626,7 +3759,9 @@ CLASS="section"
>
You should untar the Bugzilla files into a directory that you're
willing to make writable by the default web server user (probably
@@ -3794,7 +3931,9 @@ CLASS="section"
>
After you've gotten all the software installed and working you're
ready to start preparing the database for its life as the back end to
@@ -3949,7 +4088,9 @@ CLASS="section"
>
You should run through the parameters on the Edit Parameters page
(link in the footer) and set them all to appropriate values.
@@ -4113,13 +4256,17 @@ CLASS="section"
>
As well as the text-based dependency graphs, Bugzilla also
supports dependency graphing, using a package called 'dot'.
@@ -4181,7 +4328,9 @@ CLASS="section"
>
By now you have a fully functional Bugzilla, but what good are
bugs if they're not annoying? To help make those bugs more annoying you
@@ -4325,7 +4476,9 @@ CLASS="section"
>
Many aspects of the Bugzilla installation can be affected by the
the operating system you choose to install it on. Sometimes it can be made
@@ -4775,7 +4950,9 @@ CLASS="section"
>
Making Bugzilla work on windows is still a very painful processes.
The Bugzilla Team is working to make it easier, but that goal is not
@@ -4799,7 +4976,9 @@ CLASS="section"
>
Unfortunately, Bugzilla still doesn't run "out of the box" on
Windows. There is work in progress to make this easier, but until that
@@ -4946,7 +5129,9 @@ CLASS="section"
>
As is the case on Unix based systems, any web server should be
able to handle Bugzilla; however, the Bugzilla Team still recommends
@@ -5169,7 +5358,9 @@ CLASS="section"
>
Linux-Mandrake 8.0 includes every required and optional library
for Bugzilla. The easiest way to install them is by using the
@@ -5459,7 +5652,9 @@ CLASS="section"
>
Ben FrantzDale reported success using AOL Server with Bugzilla. He
reported his experience and what appears below is based on that.
@@ -6012,7 +6215,9 @@ CLASS="section"
>
The following error message may appear due to a bug in DBD::mysql
(over which the Bugzilla team have no control):
@@ -6129,7 +6338,9 @@ CLASS="section"
>
Bugzilla is configured by changing various parameters, accessed
from the "Edit parameters" link in the page footer. Here are
@@ -6573,13 +6794,17 @@ CLASS="section"
>
When you first run checksetup.pl after installing Bugzilla, it
will prompt you for the administrative username (email address) and
@@ -6622,13 +6847,17 @@ CLASS="section"
>
Your users can create their own user accounts by clicking the
"New Account" link at the bottom of each page (assuming they
@@ -6699,7 +6928,9 @@ CLASS="section"
>
To see a specific user, search for their login name
in the box provided on the "Edit Users" page. To see all users,
@@ -6928,13 +7159,17 @@ CLASS="section"
>
Versions are the revisions of the product, such as "Flinders
3.1", "Flinders 95", and "Flinders 2000". Version is not a multi-select
@@ -7075,7 +7314,9 @@ CLASS="section"
>
Milestones are "targets" that you plan to get a bug fixed by. For
example, you have a bug that you plan to fix for your 3.0 release, it
@@ -7176,7 +7417,9 @@ CLASS="section"
>
Voting allows users to be given a pot of votes which they can allocate
to bugs, to indicate that they'd like them fixed.
@@ -7236,7 +7479,9 @@ CLASS="section"
>
TCP/IP defines 65,000 some ports for trafic. Of those, Bugzilla
only needs 1... 2 if you need to use features that require e-mail such
@@ -7531,7 +7780,9 @@ CLASS="section"
>
MySQL ships by default with many settings that should be changed.
By defaults it allows anybody to connect from localhost without a
@@ -7658,7 +7909,9 @@ CLASS="section"
>
There are many files that are placed in the Bugzilla directory
area that should not be accessable from the web. Because of the way
@@ -8057,7 +8312,9 @@ CLASS="section"
>
There are two different ways of editing of Bugzilla's templates,
and which you use depends mainly on how you upgrade Bugzilla. The
@@ -8233,7 +8492,9 @@ CLASS="section"
>
The syntax of the Template Toolkit language is beyond the scope of
this guide. It's reasonably easy to pick up by looking at the current
@@ -8313,7 +8574,9 @@ CLASS="section"
>
Some CGIs have the ability to use more than one template. For
example, buglist.cgi can output bug lists as RDF or two
@@ -8373,7 +8636,9 @@ CLASS="section"
>
5.7.5. Configuring Bugzilla to Detect the User's Language
Begining in version 2.18 (first introduced in version
2.17.4), it's now possible to have the users web browser tell Bugzilla
@@ -8601,7 +8868,9 @@ CLASS="section"
>
A.4.1.
I have a user who doesn't want to receive any more email from Bugzilla.
@@ -11063,7 +11430,9 @@ CLASS="qandaentry"
CLASS="question"
>
A.4.2.
I'm evaluating/testing Bugzilla, and don't want it to send email to
@@ -11087,7 +11456,9 @@ CLASS="qandaentry"
CLASS="question"
>
A.4.3.
I want whineatnews.pl to whine at something more, or other than, only new
@@ -11118,7 +11489,9 @@ CLASS="qandaentry"
CLASS="question"
>
A.4.4.
I don't like/want to use Procmail to hand mail off to bug_email.pl.
@@ -11134,7 +11507,9 @@ CLASS="answer"
You can call bug_email.pl directly from your aliases file, with
an entry like this:
A.8.1.
What kind of style should I use for templatization?
@@ -11892,7 +12315,9 @@ CLASS="qandaentry"
CLASS="question"
>
A.8.2.
What bugs are in Bugzilla right now?
@@ -11936,7 +12361,9 @@ CLASS="qandaentry"
CLASS="question"
>
A.8.3.
How can I change the default priority to a null value? For instance, have the default
@@ -11965,7 +12392,9 @@ CLASS="qandaentry"
CLASS="question"
>
A.8.4.
What's the best way to submit patches? What guidelines should I follow?
@@ -12040,7 +12469,9 @@ TARGET="_top"
CLASS="appendix"
>
This information comes straight from my life. I was forced to learn
how Bugzilla organizes database because of nitpicky requests from users
@@ -12181,7 +12616,9 @@ CLASS="section"
>
If you were like me, at this point you're totally clueless about
the internals of MySQL, and if it weren't for this executive order from
@@ -12293,7 +12730,9 @@ CLASS="section"
>
There are a suite of Unix utilities for querying Bugzilla from the
command line. They live in the
@@ -12686,7 +13131,9 @@ CLASS="command"
CLASS="appendix"
>
I created this section to answer questions about Bugzilla competitors
and variants, then found a wonderful site which covers an awful lot of what
@@ -12703,7 +13150,9 @@ CLASS="section"
>
Red Hat's old fork of Bugzilla which was based on version 2.8 is now
obsolete. The newest version in use is based on version 2.17.1 and is in
@@ -12735,7 +13184,9 @@ CLASS="section"
>
Fenris was a fork from Bugzilla made by Loki Games; when
Loki went into receivership, it died. While Loki's other code lives on,
@@ -12749,7 +13200,9 @@ CLASS="section"
>
Issuezilla was another fork from Bugzilla, made by collab.net and
hosted at tigris.org. It is also dead; the primary focus of bug-tracking
@@ -12766,7 +13219,9 @@ CLASS="section"
>
SourceForge is a way of coordinating geographically
distributed free software and open source projects over the Internet.
@@ -12828,11 +13287,15 @@ TARGET="_top"
CLASS="appendix"
>
The purpose of this License is to make a manual, textbook, or other
written document "free" in the sense of freedom: to assure everyone the
@@ -12873,7 +13338,9 @@ CLASS="section"
>
This License applies to any manual or other work that contains a
notice placed by the copyright holder saying it can be distributed under
@@ -12936,7 +13403,9 @@ CLASS="section"
>
You may copy and distribute the Document in any medium, either
commercially or noncommercially, provided that this License, the
@@ -12956,7 +13425,9 @@ CLASS="section"
>
If you publish printed copies of the Document numbering more than
100, and the Document's license notice requires Cover Texts, you must
@@ -12998,7 +13469,9 @@ CLASS="section"
>
You may copy and distribute a Modified Version of the Document
under the conditions of sections 2 and 3 above, provided that you release
@@ -13134,7 +13607,9 @@ CLASS="section"
>
You may combine the Document with other documents released under
this License, under the terms defined in section 4 above for modified
@@ -13163,7 +13638,9 @@ CLASS="section"
>
You may make a collection consisting of the Document and other
documents released under this License, and replace the individual copies
@@ -13182,7 +13659,9 @@ CLASS="section"
>
A compilation of the Document or its derivatives with other
separate and independent documents or works, in or on a volume of a
@@ -13204,7 +13683,9 @@ CLASS="section"
>
Translation is considered a kind of modification, so you may
distribute translations of the Document under the terms of section 4.
@@ -13222,7 +13703,9 @@ CLASS="section"
>
You may not copy, modify, sublicense, or distribute the Document
except as expressly provided for under this License. Any other attempt to
@@ -13237,7 +13720,9 @@ CLASS="section"
>
The Free Software Foundation may publish new, revised versions of
the GNU Free Documentation License from time to time. Such new versions
@@ -13263,13 +13748,17 @@ CLASS="section"
>
To use this License in a document you have written, include a copy
of the License in the document and put the following copyright and
license notices just after the title page:
Copyright (c) YEAR YOUR NAME. Permission is granted to copy,
@@ -13296,13 +13785,17 @@ CLASS="BLOCKQUOTE"
CLASS="GLOSSARY"
>
There are a suite of Unix utilities for querying Bugzilla from the
command line. They live in the
diff --git a/docs/html/conventions.html b/docs/html/conventions.html
index 54a0caabfe..5ba3317d3d 100644
--- a/docs/html/conventions.html
+++ b/docs/html/conventions.html
@@ -4,8 +4,7 @@
>Document Conventions
The people listed below have made enormous contributions to the
creation of this Guide, through their writing, dedicated hacking efforts,
diff --git a/docs/html/cust-change-permissions.html b/docs/html/cust-change-permissions.html
index 302695d0bf..cb123985d2 100644
--- a/docs/html/cust-change-permissions.html
+++ b/docs/html/cust-change-permissions.html
@@ -4,8 +4,7 @@
>Change Permission Customization
There are two different ways of editing of Bugzilla's templates,
and which you use depends mainly on how you upgrade Bugzilla. The
@@ -249,7 +252,9 @@ CLASS="section"
>
The syntax of the Template Toolkit language is beyond the scope of
this guide. It's reasonably easy to pick up by looking at the current
@@ -329,7 +334,9 @@ CLASS="section"
>
Some CGIs have the ability to use more than one template. For
example, buglist.cgi can output bug lists as RDF or two
@@ -389,7 +396,9 @@ CLASS="section"
>
5.7.5. Configuring Bugzilla to Detect the User's Language
Begining in version 2.18 (first introduced in version
2.17.4), it's now possible to have the users web browser tell Bugzilla
diff --git a/docs/html/database.html b/docs/html/database.html
index 3473e6589f..d9bc26c2ca 100644
--- a/docs/html/database.html
+++ b/docs/html/database.html
@@ -4,8 +4,7 @@
>The Bugzilla Database
This information comes straight from my life. I was forced to learn
how Bugzilla organizes database because of nitpicky requests from users
@@ -133,7 +134,9 @@ CLASS="section"
>
If you were like me, at this point you're totally clueless about
the internals of MySQL, and if it weren't for this executive order from
@@ -245,7 +248,9 @@ CLASS="section"
>
Bugzilla optimizes database lookups by storing all relatively
static information in the
diff --git a/docs/html/disclaimer.html b/docs/html/disclaimer.html
index be0eb763e2..23e2557856 100644
--- a/docs/html/disclaimer.html
+++ b/docs/html/disclaimer.html
@@ -4,8 +4,7 @@
>Disclaimer
No liability for the contents of this document can be accepted.
Use the concepts, examples, and other content at your own risk.
diff --git a/docs/html/extraconfig.html b/docs/html/extraconfig.html
index 12e95fd921..ff8540d10d 100644
--- a/docs/html/extraconfig.html
+++ b/docs/html/extraconfig.html
@@ -4,8 +4,7 @@
>Optional Additional Configuration
As well as the text-based dependency graphs, Bugzilla also
supports dependency graphing, using a package called 'dot'.
@@ -141,7 +144,9 @@ CLASS="section"
>
By now you have a fully functional Bugzilla, but what good are
bugs if they're not annoying? To help make those bugs more annoying you
@@ -285,7 +292,9 @@ CLASS="section"
>
A.4.1.
I have a user who doesn't want to receive any more email from Bugzilla.
@@ -1728,7 +1807,9 @@ CLASS="qandaentry"
CLASS="question"
>
A.4.2.
I'm evaluating/testing Bugzilla, and don't want it to send email to
@@ -1752,7 +1833,9 @@ CLASS="qandaentry"
CLASS="question"
>
A.4.3.
I want whineatnews.pl to whine at something more, or other than, only new
@@ -1783,7 +1866,9 @@ CLASS="qandaentry"
CLASS="question"
>
A.4.4.
I don't like/want to use Procmail to hand mail off to bug_email.pl.
@@ -1799,7 +1884,9 @@ CLASS="answer"
You can call bug_email.pl directly from your aliases file, with
an entry like this:
A.8.1.
What kind of style should I use for templatization?
@@ -2557,7 +2692,9 @@ CLASS="qandaentry"
CLASS="question"
>
A.8.2.
What bugs are in Bugzilla right now?
@@ -2601,7 +2738,9 @@ CLASS="qandaentry"
CLASS="question"
>
A.8.3.
How can I change the default priority to a null value? For instance, have the default
@@ -2630,7 +2769,9 @@ CLASS="qandaentry"
CLASS="question"
>
A.8.4.
What's the best way to submit patches? What guidelines should I follow?
diff --git a/docs/html/gfdl-0.html b/docs/html/gfdl-0.html
index 89e5dcdfbc..7b74083107 100644
--- a/docs/html/gfdl-0.html
+++ b/docs/html/gfdl-0.html
@@ -4,8 +4,7 @@
>PREAMBLE
The purpose of this License is to make a manual, textbook, or other
written document "free" in the sense of freedom: to assure everyone the
diff --git a/docs/html/gfdl-1.html b/docs/html/gfdl-1.html
index e02d681147..45a1d994a6 100644
--- a/docs/html/gfdl-1.html
+++ b/docs/html/gfdl-1.html
@@ -4,8 +4,7 @@
>APPLICABILITY AND DEFINITIONS
This License applies to any manual or other work that contains a
notice placed by the copyright holder saying it can be distributed under
diff --git a/docs/html/gfdl-10.html b/docs/html/gfdl-10.html
index 7ae9965c7a..080f8b7f8e 100644
--- a/docs/html/gfdl-10.html
+++ b/docs/html/gfdl-10.html
@@ -4,8 +4,7 @@
>FUTURE REVISIONS OF THIS LICENSE
The Free Software Foundation may publish new, revised versions of
the GNU Free Documentation License from time to time. Such new versions
diff --git a/docs/html/gfdl-2.html b/docs/html/gfdl-2.html
index 62ccdb5544..bd6c41c3ff 100644
--- a/docs/html/gfdl-2.html
+++ b/docs/html/gfdl-2.html
@@ -4,8 +4,7 @@
>VERBATIM COPYING
You may copy and distribute the Document in any medium, either
commercially or noncommercially, provided that this License, the
diff --git a/docs/html/gfdl-3.html b/docs/html/gfdl-3.html
index bd5e7cf315..0db6ed8afe 100644
--- a/docs/html/gfdl-3.html
+++ b/docs/html/gfdl-3.html
@@ -4,8 +4,7 @@
>COPYING IN QUANTITY
If you publish printed copies of the Document numbering more than
100, and the Document's license notice requires Cover Texts, you must
diff --git a/docs/html/gfdl-4.html b/docs/html/gfdl-4.html
index 75c1f0008d..c5d7d5957a 100644
--- a/docs/html/gfdl-4.html
+++ b/docs/html/gfdl-4.html
@@ -4,8 +4,7 @@
>MODIFICATIONS
You may copy and distribute a Modified Version of the Document
under the conditions of sections 2 and 3 above, provided that you release
diff --git a/docs/html/gfdl-5.html b/docs/html/gfdl-5.html
index f990ada41e..eed6fc5c40 100644
--- a/docs/html/gfdl-5.html
+++ b/docs/html/gfdl-5.html
@@ -4,8 +4,7 @@
>COMBINING DOCUMENTS
You may combine the Document with other documents released under
this License, under the terms defined in section 4 above for modified
diff --git a/docs/html/gfdl-6.html b/docs/html/gfdl-6.html
index 45606b76bb..724af41bae 100644
--- a/docs/html/gfdl-6.html
+++ b/docs/html/gfdl-6.html
@@ -4,8 +4,7 @@
>COLLECTIONS OF DOCUMENTS
You may make a collection consisting of the Document and other
documents released under this License, and replace the individual copies
diff --git a/docs/html/gfdl-7.html b/docs/html/gfdl-7.html
index db76787170..d22a95f7f5 100644
--- a/docs/html/gfdl-7.html
+++ b/docs/html/gfdl-7.html
@@ -4,8 +4,7 @@
>AGGREGATION WITH INDEPENDENT WORKS
A compilation of the Document or its derivatives with other
separate and independent documents or works, in or on a volume of a
diff --git a/docs/html/gfdl-8.html b/docs/html/gfdl-8.html
index 9b9207c0f1..8b89b2fed4 100644
--- a/docs/html/gfdl-8.html
+++ b/docs/html/gfdl-8.html
@@ -4,8 +4,7 @@
>TRANSLATION
Translation is considered a kind of modification, so you may
distribute translations of the Document under the terms of section 4.
diff --git a/docs/html/gfdl-9.html b/docs/html/gfdl-9.html
index 5d919bdbd5..b23394dc6d 100644
--- a/docs/html/gfdl-9.html
+++ b/docs/html/gfdl-9.html
@@ -4,8 +4,7 @@
>TERMINATION
You may not copy, modify, sublicense, or distribute the Document
except as expressly provided for under this License. Any other attempt to
diff --git a/docs/html/gfdl-howto.html b/docs/html/gfdl-howto.html
index 91adeaf356..1a45954f3d 100644
--- a/docs/html/gfdl-howto.html
+++ b/docs/html/gfdl-howto.html
@@ -4,8 +4,7 @@
>How to use this License for your documents
To use this License in a document you have written, include a copy
of the License in the document and put the following copyright and
license notices just after the title page:
Copyright (c) YEAR YOUR NAME. Permission is granted to copy,
diff --git a/docs/html/gfdl.html b/docs/html/gfdl.html
index e050037e37..55e19a9d67 100644
--- a/docs/html/gfdl.html
+++ b/docs/html/gfdl.html
@@ -4,8 +4,7 @@
>GNU Free Documentation License
Groups allow the administrator
to isolate bugs or products that should only be seen by certain people.
diff --git a/docs/html/hintsandtips.html b/docs/html/hintsandtips.html
index c8311f1e58..c3b2ed8e4d 100644
--- a/docs/html/hintsandtips.html
+++ b/docs/html/hintsandtips.html
@@ -4,8 +4,7 @@
>Hints and Tips
Bugzilla comments are plain text - so posting HTML will result
in literal HTML tags rather than being interpreted by a browser.
@@ -145,7 +148,9 @@ CLASS="section"
>
Quicksearch is a single-text-box query tool which uses
metacharacters to indicate what is to be searched. For example, typing
@@ -176,7 +181,9 @@ CLASS="section"
>
If you are changing the fields on a bug, only comment if
either you have something pertinent to say, or Bugzilla requires it.
@@ -198,7 +205,9 @@ CLASS="section"
>
Use attachments, rather than comments, for large chunks of ASCII data,
such as trace, debugging output files, or log files. That way, it doesn't
@@ -222,7 +231,9 @@ CLASS="section"
>
Try to make sure that everything said in the summary is also
said in the first comment. Summaries are often updated and this will
diff --git a/docs/html/how.html b/docs/html/how.html
index fad287977c..9b0f26f485 100644
--- a/docs/html/how.html
+++ b/docs/html/how.html
@@ -4,8 +4,7 @@
>How do I use Bugzilla?
If you want to use Bugzilla, first you need to create an account.
Consult with the administrator responsible for your installation of
@@ -160,7 +163,9 @@ CLASS="section"
>
The core of Bugzilla is the screen which displays a particular
bug. It's a good place to explain some Bugzilla concepts.
@@ -425,7 +430,9 @@ CLASS="section"
>
The Bugzilla Search page is is the interface where you can find
any bug report, comment, or patch currently in the Bugzilla system. You
@@ -453,7 +460,9 @@ CLASS="section"
>
If you run a search, a list of matching bugs will be returned.
The default search is to return all open bugs on the system - don't try
@@ -525,7 +534,9 @@ CLASS="section"
>
Viewing and reviewing patches in Bugzilla is often difficult due to
lack of context, improper format and the inherent readability issues that
@@ -639,7 +652,9 @@ CLASS="section"
>
The main way to view a patch in patch viewer is to click on the
"Diff" link next to a patch in the Attachments list on a bug. You may
@@ -651,7 +666,9 @@ CLASS="section"
>
3.1.6.2. Seeing the Difference Between Two Patches
To see the difference between two patches, you must first view the
newer patch in Patch Viewer. Then select the older patch from the
@@ -664,7 +681,9 @@ CLASS="section"
>
To get more context in a patch, you put a number in the textbox at
the top of Patch Viewer ("Patch / File / [textbox]") and hit enter.
@@ -678,7 +697,9 @@ CLASS="section"
>
3.1.6.4. Collapsing and Expanding Sections of a Patch
To view only a certain set of files in a patch (for example, if a
patch is absolutely huge and you want to only review part of it at a
@@ -692,7 +713,9 @@ CLASS="section"
>
To link to a section of a patch (for example, if you want to be
able to give someone a URL to show them which part you are talking
@@ -705,7 +728,9 @@ CLASS="section"
>
To go to Bonsai to get blame for the lines you are interested in,
you can click the "Lines XX-YY" link on the section header you are
@@ -721,7 +746,9 @@ CLASS="section"
>
If the patch is not in a format that you like, you can turn it
into a unified diff format by clicking the "Raw Unified" link at the top
diff --git a/docs/html/http.html b/docs/html/http.html
index 5036e2af1a..8f3b76d05e 100644
--- a/docs/html/http.html
+++ b/docs/html/http.html
@@ -4,8 +4,7 @@
>HTTP Server Configuration
Ben FrantzDale reported success using AOL Server with Bugzilla. He
reported his experience and what appears below is based on that.
diff --git a/docs/html/index.html b/docs/html/index.html
index 1b71b29580..3c91d11aaf 100644
--- a/docs/html/index.html
+++ b/docs/html/index.html
@@ -4,8 +4,7 @@
>The Bugzilla Guide - 2.17.5 Development Release
This is the documentation for Bugzilla, the mozilla.org
diff --git a/docs/html/installation.html b/docs/html/installation.html
index 6777aff141..ac764366b1 100644
--- a/docs/html/installation.html
+++ b/docs/html/installation.html
@@ -4,8 +4,7 @@
>Installation
This is the 2.17.5 version of The Bugzilla Guide. It is so named
to match the current version of Bugzilla.
diff --git a/docs/html/os-specific.html b/docs/html/os-specific.html
index 4fb1203fd9..f3d786844f 100644
--- a/docs/html/os-specific.html
+++ b/docs/html/os-specific.html
@@ -4,8 +4,7 @@
>OS Specific Installation Notes
Many aspects of the Bugzilla installation can be affected by the
the operating system you choose to install it on. Sometimes it can be made
@@ -94,7 +95,9 @@ CLASS="section"
>
Making Bugzilla work on windows is still a very painful processes.
The Bugzilla Team is working to make it easier, but that goal is not
@@ -118,7 +121,9 @@ CLASS="section"
>
Unfortunately, Bugzilla still doesn't run "out of the box" on
Windows. There is work in progress to make this easier, but until that
@@ -265,7 +274,9 @@ CLASS="section"
>
As is the case on Unix based systems, any web server should be
able to handle Bugzilla; however, the Bugzilla Team still recommends
@@ -488,7 +503,9 @@ CLASS="section"
>
Linux-Mandrake 8.0 includes every required and optional library
for Bugzilla. The easiest way to install them is by using the
diff --git a/docs/html/parameters.html b/docs/html/parameters.html
index 3a43de73c6..3cb7af23ff 100644
--- a/docs/html/parameters.html
+++ b/docs/html/parameters.html
@@ -4,8 +4,7 @@
>Bugzilla Configuration
Bugzilla is configured by changing various parameters, accessed
from the "Edit parameters" link in the page footer. Here are
diff --git a/docs/html/patches.html b/docs/html/patches.html
index 64610173b3..c2791a34cb 100644
--- a/docs/html/patches.html
+++ b/docs/html/patches.html
@@ -4,8 +4,7 @@
>Useful Patches and Utilities for Bugzilla
Versions are the revisions of the product, such as "Flinders
3.1", "Flinders 95", and "Flinders 2000". Version is not a multi-select
@@ -220,7 +227,9 @@ CLASS="section"
>
Milestones are "targets" that you plan to get a bug fixed by. For
example, you have a bug that you plan to fix for your 3.0 release, it
diff --git a/docs/html/rewrite.html b/docs/html/rewrite.html
index 9fea98fa28..e986b814e0 100644
--- a/docs/html/rewrite.html
+++ b/docs/html/rewrite.html
@@ -7,8 +7,7 @@
magic
TCP/IP defines 65,000 some ports for trafic. Of those, Bugzilla
only needs 1... 2 if you need to use features that require e-mail such
@@ -188,7 +191,9 @@ CLASS="section"
>
MySQL ships by default with many settings that should be changed.
By defaults it allows anybody to connect from localhost without a
@@ -315,7 +320,9 @@ CLASS="section"
>
There are many files that are placed in the Bugzilla directory
area that should not be accessable from the web. Because of the way
diff --git a/docs/html/stepbystep.html b/docs/html/stepbystep.html
index ecff8481b1..48e443702b 100644
--- a/docs/html/stepbystep.html
+++ b/docs/html/stepbystep.html
@@ -4,8 +4,7 @@
>Step-by-step Install
Bugzilla has been successfully installed under many different
operating systems including almost all Unix clones and
@@ -227,7 +228,9 @@ CLASS="section"
>
If you are running at least perl 5.6.1, you can save yourself a lot
of time by using Bundle::Bugzilla. This bundle contains every module
@@ -837,7 +850,9 @@ CLASS="section"
>
The CGI module parses form elements and cookies and does many
other usefule things. It come as a part of recent perl distributions, but
@@ -879,7 +896,9 @@ CLASS="section"
>
The Data::Dumper module provides data structure persistence for
Perl (similar to Java's serialization). It comes with later
@@ -911,7 +930,9 @@ CLASS="section"
>
Many of the more common date/time/calendar related Perl modules
have been grouped into a bundle similar to the MySQL modules bundle.
@@ -944,7 +965,9 @@ CLASS="section"
>
The DBI module is a generic Perl module used the
MySQL-related modules. As long as your Perl installation was done
@@ -976,7 +999,9 @@ CLASS="section"
>
The Perl/MySQL interface requires a few mutually-dependent Perl
modules. These modules are grouped together into the the
@@ -1019,7 +1044,9 @@ CLASS="section"
>
File::Spec is a perl module that allows file operations, such as
generating full path names, to work cross platform.
@@ -1049,7 +1076,9 @@ CLASS="section"
>
File::Temp is used to generate a temporary filename that is
guaranteed to be unique. It comes as a standard part of perl
@@ -1079,7 +1108,9 @@ CLASS="section"
>
When you install Template Toolkit, you'll get asked various
questions about features to enable. The defaults are fine, except
@@ -1111,7 +1142,9 @@ CLASS="section"
>
The GD library was written by Thomas Boutell a long while ago to
programmatically generate images in C. Since then it's become the
@@ -1243,7 +1278,9 @@ CLASS="section"
>
The Chart module provides Bugzilla with on-the-fly charting
abilities. It can be installed in the usual fashion after it has been
@@ -1270,7 +1307,9 @@ CLASS="section"
>
In addition to GD listed above, the reporting interface of Bugzilla
needs to have the GD::Graph module installed.
@@ -1333,7 +1374,9 @@ CLASS="section"
>
GD::Text::Align, as the name implies, is used to draw aligned
strings of text. It is needed by the reporting interface.
@@ -1363,7 +1406,9 @@ CLASS="section"
>
PatchReader is only needed if you want to use Patch Viewer, a
Bugzilla feature to format patches in a pretty HTML fashion. There are a
@@ -1432,7 +1479,9 @@ CLASS="section"
>
You should untar the Bugzilla files into a directory that you're
willing to make writable by the default web server user (probably
@@ -1600,7 +1651,9 @@ CLASS="section"
>
After you've gotten all the software installed and working you're
ready to start preparing the database for its life as the back end to
@@ -1755,7 +1808,9 @@ CLASS="section"
>
You should run through the parameters on the Edit Parameters page
(link in the footer) and set them all to appropriate values.
diff --git a/docs/html/troubleshooting.html b/docs/html/troubleshooting.html
index b820ea5097..07bfcda238 100644
--- a/docs/html/troubleshooting.html
+++ b/docs/html/troubleshooting.html
@@ -4,8 +4,7 @@
>Troubleshooting
The following error message may appear due to a bug in DBD::mysql
(over which the Bugzilla team have no control):
@@ -190,7 +195,9 @@ CLASS="section"
>
When you first run checksetup.pl after installing Bugzilla, it
will prompt you for the administrative username (email address) and
@@ -122,13 +125,17 @@ CLASS="section"
>
Your users can create their own user accounts by clicking the
"New Account" link at the bottom of each page (assuming they
@@ -199,7 +206,9 @@ CLASS="section"
>
To see a specific user, search for their login name
in the box provided on the "Edit Users" page. To see all users,
diff --git a/docs/html/userpreferences.html b/docs/html/userpreferences.html
index d242af1042..d6bbde5d0e 100644
--- a/docs/html/userpreferences.html
+++ b/docs/html/userpreferences.html
@@ -4,8 +4,7 @@
>User Preferences
Once you have logged in, you can customise various aspects of
Bugzilla via the "Edit prefs" link in the page footer.
@@ -83,7 +84,9 @@ CLASS="section"
>
On this tab, you can change your basic account information,
including your password, email address and real name. For security
@@ -106,7 +109,9 @@ CLASS="section"
>
On this tab you can reduce or increase the amount of email sent
you from Bugzilla, opting in our out depending on your relationship to
@@ -153,7 +158,9 @@ CLASS="section"
>
On the Search page, you can store queries in Bugzilla, so if you
regularly run a particular query it is just a drop-down menu away.
@@ -165,7 +172,9 @@ CLASS="section"
>
This is a purely informative page which outlines your current
permissions on this installation of Bugzilla - what product groups you
diff --git a/docs/html/using.html b/docs/html/using.html
index 4be1d9ffc2..ce518187a2 100644
--- a/docs/html/using.html
+++ b/docs/html/using.html
@@ -4,8 +4,7 @@
>Using Bugzilla
Fenris was a fork from Bugzilla made by Loki Games; when
Loki went into receivership, it died. While Loki's other code lives on,
diff --git a/docs/html/variant-issuezilla.html b/docs/html/variant-issuezilla.html
index b3e4df1e91..599b04a7e4 100644
--- a/docs/html/variant-issuezilla.html
+++ b/docs/html/variant-issuezilla.html
@@ -4,8 +4,7 @@
>Issuezilla
Issuezilla was another fork from Bugzilla, made by collab.net and
hosted at tigris.org. It is also dead; the primary focus of bug-tracking
diff --git a/docs/html/variant-perforce.html b/docs/html/variant-perforce.html
index cc8293ec21..7f90944f7c 100644
--- a/docs/html/variant-perforce.html
+++ b/docs/html/variant-perforce.html
@@ -4,8 +4,7 @@
>Perforce SCM
Red Hat's old fork of Bugzilla which was based on version 2.8 is now
obsolete. The newest version in use is based on version 2.17.1 and is in
diff --git a/docs/html/variant-scarab.html b/docs/html/variant-scarab.html
index 071eaafb4e..d7684ed263 100644
--- a/docs/html/variant-scarab.html
+++ b/docs/html/variant-scarab.html
@@ -4,8 +4,7 @@
>Scarab
SourceForge is a way of coordinating geographically
distributed free software and open source projects over the Internet.
diff --git a/docs/html/variants.html b/docs/html/variants.html
index da31e3a569..731738863d 100644
--- a/docs/html/variants.html
+++ b/docs/html/variants.html
@@ -4,8 +4,7 @@
>Bugzilla Variants and Competitors
Voting allows users to be given a pot of votes which they can allocate
to bugs, to indicate that they'd like them fixed.
diff --git a/docs/html/whatis.html b/docs/html/whatis.html
index 9621bf09a8..e92d899a3b 100644
--- a/docs/html/whatis.html
+++ b/docs/html/whatis.html
@@ -4,8 +4,7 @@
>What is Bugzilla?
Bugzilla is a bug- or issue-tracking system. Bug-tracking
systems allow individual or groups of developers effectively to keep track
diff --git a/docs/html/why.html b/docs/html/why.html
index 06100733c9..d1e3b813e6 100644
--- a/docs/html/why.html
+++ b/docs/html/why.html
@@ -4,8 +4,7 @@
>Why Should We Use Bugzilla?