From ec5385475d6f160be79af47c0325ccfd5bc73848 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Sun, 2 Nov 2003 11:11:54 +0000 Subject: Recompile docs (again) for release (for one lousy stinking paragraph) --- docs/html/Bugzilla-Guide.html | 56 ++++++++++++++++++++++++------------------ docs/html/administration.html | 8 +++--- docs/html/conventions.html | 2 +- docs/html/copyright.html | 2 +- docs/html/cust-templates.html | 8 +++--- docs/html/dbdoc.html | 4 +-- docs/html/extraconfig.html | 6 ++--- docs/html/faq.html | 4 +-- docs/html/gfdl-howto.html | 2 +- docs/html/gfdl.html | 2 +- docs/html/glossary.html | 4 +-- docs/html/hintsandtips.html | 4 +-- docs/html/index.html | 10 +++++++- docs/html/installation.html | 14 +++++------ docs/html/stepbystep.html | 4 +-- docs/html/troubleshooting.html | 4 +-- docs/html/using.html | 4 +-- 17 files changed, 77 insertions(+), 61 deletions(-) (limited to 'docs/html') diff --git a/docs/html/Bugzilla-Guide.html b/docs/html/Bugzilla-Guide.html index 686797c10..216216cc5 100644 --- a/docs/html/Bugzilla-Guide.html +++ b/docs/html/Bugzilla-Guide.html @@ -53,7 +53,7 @@ CLASS="corpauthor" >The Bugzilla Team

2003-10-31

2003-11-01

The most current version of this document can always be found on the + Bugzilla Documentation Page. +

1.1. Copyright Information
1.5. Document Conventions


3.2.1. Autolinkification

3.2.1. Autolinkification

Bugzilla comments are plain text - so posting HTML will result in literal HTML tags rather than being interpreted by a browser. @@ -2124,7 +2132,7 @@ CLASS="section" >


3.2.5. Filing Bugs

3.2.5. Filing Bugs

Try to make sure that everything said in the summary is also said in the first comment. Summaries are often updated and this will @@ -3941,7 +3949,7 @@ CLASS="section" >


4.1.7. 4.1.7. checksetup.pl


4.1.8. Configuring Bugzilla

4.1.8. Configuring Bugzilla

You should run through the parameters on the Edit Parameters page (link in the footer) and set them all to appropriate values. @@ -4111,7 +4119,7 @@ CLASS="section" >

4.2.1. Dependency Charts

4.2.1. Dependency Charts

As well as the text-based dependency graphs, Bugzilla also supports dependency graphing, using a package called 'dot'. @@ -4173,7 +4181,7 @@ CLASS="section" >


4.2.2. Bug Graphs

4.2.2. Bug Graphs

As long as you installed the GD and Graph::Base Perl modules you might as well turn on the nifty Bugzilla bug reporting graphs.


4.2.3. The Whining Cron

4.2.3. The Whining Cron

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 @@ -6014,7 +6022,7 @@ CLASS="section" >


4.5.1. Bundle::Bugzilla makes me upgrade to Perl 5.6.1

4.5.1. Bundle::Bugzilla makes me upgrade to Perl 5.6.1

Try executing


4.5.2. DBD::Sponge::db prepare failed

4.5.2. DBD::Sponge::db prepare failed

The following error message may appear due to a bug in DBD::mysql (over which the Bugzilla team have no control): @@ -8077,7 +8085,7 @@ CLASS="section" >


5.7.1. What to Edit

5.7.1. What to Edit

There are two different ways of editing of Bugzilla's templates, and which you use depends mainly on how you upgrade Bugzilla. The @@ -8225,7 +8233,7 @@ CLASS="section" >


5.7.2. How To Edit Templates

5.7.2. How To Edit Templates

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 @@ -8305,7 +8313,7 @@ CLASS="section" >


5.7.3. Template Formats

5.7.3. Template Formats

Some CGIs have the ability to use more than one template. For example, buglist.cgi can output bug lists as RDF or two @@ -8365,7 +8373,7 @@ CLASS="section" >


5.7.4. Particular Templates

5.7.4. Particular Templates

There are a few templates you may be particularly interested in customizing for your installation. @@ -11126,7 +11134,7 @@ CLASS="answer" You can call bug_email.pl directly from your aliases file, with an entry like this:

bugzilla-daemon: "|/usr/local/bin/bugzilla/contrib/bug_email.pl" @@ -11542,7 +11550,7 @@ CLASS="answer" >

Microsoft has some advice on this matter, as well:

"Set application mappings. In the ISM, map the extension for the script @@ -12173,7 +12181,7 @@ CLASS="section" >


B.2.1. Bugzilla Database Basics

B.2.1. Bugzilla Database Basics

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 @@ -12285,7 +12293,7 @@ CLASS="section" >


B.2.1.1. Bugzilla Database Tables

B.2.1.1. Bugzilla Database Tables

Imagine your MySQL database as a series of spreadsheets, and you won't be too far off. If you use this command:

Appendix E. GNU Free Documentation License

Version 1.1, March 2000

Copyright (C) 2000 Free Software Foundation, Inc. 59 Temple Place, @@ -13261,7 +13269,7 @@ NAME="gfdl-howto">How to use this License for your documents

Copyright (c) YEAR YOUR NAME. Permission is granted to copy, @@ -13294,7 +13302,7 @@ CLASS="glossdiv" >

0-9, high ascii

0-9, high ascii
5.7.1. What to Edit
5.7.2. How To Edit Templates
5.7.3. Template Formats
5.7.4. Particular Templates
1.5. Document Conventions

1.1. Copyright Information

5.7.1. What to Edit

5.7.1. What to Edit

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 +249,7 @@ CLASS="section" >

5.7.2. How To Edit Templates

5.7.2. How To Edit Templates

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 +329,7 @@ CLASS="section" >

5.7.3. Template Formats

5.7.3. Template Formats

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 +389,7 @@ CLASS="section" >

5.7.4. Particular Templates

5.7.4. Particular Templates

There are a few templates you may be particularly interested in customizing for your installation. diff --git a/docs/html/dbdoc.html b/docs/html/dbdoc.html index 679056d4f..60eefe996 100644 --- a/docs/html/dbdoc.html +++ b/docs/html/dbdoc.html @@ -133,7 +133,7 @@ CLASS="section" >

B.2.1. Bugzilla Database Basics

B.2.1. Bugzilla Database Basics

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 +245,7 @@ CLASS="section" >

B.2.1.1. Bugzilla Database Tables

B.2.1.1. Bugzilla Database Tables

Imagine your MySQL database as a series of spreadsheets, and you won't be too far off. If you use this command:

4.2.1. Dependency Charts

4.2.1. Dependency Charts

As well as the text-based dependency graphs, Bugzilla also supports dependency graphing, using a package called 'dot'. @@ -141,7 +141,7 @@ CLASS="section" >

4.2.2. Bug Graphs

4.2.2. Bug Graphs

As long as you installed the GD and Graph::Base Perl modules you might as well turn on the nifty Bugzilla bug reporting graphs.

4.2.3. The Whining Cron

4.2.3. The Whining Cron

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 diff --git a/docs/html/faq.html b/docs/html/faq.html index 63819fed0..9971ec1cc 100644 --- a/docs/html/faq.html +++ b/docs/html/faq.html @@ -1799,7 +1799,7 @@ CLASS="answer" You can call bug_email.pl directly from your aliases file, with an entry like this:

bugzilla-daemon: "|/usr/local/bin/bugzilla/contrib/bug_email.pl" @@ -2215,7 +2215,7 @@ CLASS="answer" >

Microsoft has some advice on this matter, as well:

"Set application mappings. In the ISM, map the extension for the script diff --git a/docs/html/gfdl-howto.html b/docs/html/gfdl-howto.html index 91ffb1c02..91adeaf35 100644 --- a/docs/html/gfdl-howto.html +++ b/docs/html/gfdl-howto.html @@ -79,7 +79,7 @@ NAME="gfdl-howto">How to use this License for your documents

Copyright (c) YEAR YOUR NAME. Permission is granted to copy, diff --git a/docs/html/gfdl.html b/docs/html/gfdl.html index d95515e04..e050037e3 100644 --- a/docs/html/gfdl.html +++ b/docs/html/gfdl.html @@ -142,7 +142,7 @@ HREF="gfdl-howto.html" >

Version 1.1, March 2000

Copyright (C) 2000 Free Software Foundation, Inc. 59 Temple Place, diff --git a/docs/html/glossary.html b/docs/html/glossary.html index b6e7e3bb9..437cadef6 100644 --- a/docs/html/glossary.html +++ b/docs/html/glossary.html @@ -68,7 +68,7 @@ CLASS="glossdiv" >

0-9, high ascii

0-9, high ascii

3.2.1. Autolinkification

3.2.1. Autolinkification

Bugzilla comments are plain text - so posting HTML will result in literal HTML tags rather than being interpreted by a browser. @@ -222,7 +222,7 @@ CLASS="section" >

3.2.5. Filing Bugs

3.2.5. Filing Bugs

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/index.html b/docs/html/index.html index e02d6215f..1b71b2958 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -56,7 +56,7 @@ CLASS="corpauthor" >The Bugzilla Team

2003-10-31

2003-11-01

4.1.7. checksetup.pl
4.1.8. Configuring Bugzilla
4.2.1. Dependency Charts
4.2.2. Bug Graphs
4.2.3. The Whining Cron
4.5.1. Bundle::Bugzilla makes me upgrade to Perl 5.6.1
4.5.2. DBD::Sponge::db prepare failed

4.1.7. 4.1.7. checksetup.pl

4.1.8. Configuring Bugzilla

4.1.8. Configuring Bugzilla

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 e3de155e5..b820ea509 100644 --- a/docs/html/troubleshooting.html +++ b/docs/html/troubleshooting.html @@ -83,7 +83,7 @@ CLASS="section" >

4.5.1. Bundle::Bugzilla makes me upgrade to Perl 5.6.1

4.5.1. Bundle::Bugzilla makes me upgrade to Perl 5.6.1

Try executing

4.5.2. DBD::Sponge::db prepare failed

4.5.2. DBD::Sponge::db prepare failed

The following error message may appear due to a bug in DBD::mysql (over which the Bugzilla team have no control): diff --git a/docs/html/using.html b/docs/html/using.html index af8d24425..4be1d9ffc 100644 --- a/docs/html/using.html +++ b/docs/html/using.html @@ -125,7 +125,7 @@ HREF="hintsandtips.html" >

3.2.1. Autolinkification
3.2.5. Filing Bugs