summaryrefslogtreecommitdiffstats
path: root/docs/sgml/Bugzilla-Guide.sgml
diff options
context:
space:
mode:
authorbarnboy%trilobyte.net <>2001-11-21 01:36:24 +0100
committerbarnboy%trilobyte.net <>2001-11-21 01:36:24 +0100
commitb54d65e4bb69d4b71177649cf9a401a1c259afcd (patch)
tree86a7fa3bf1ad5bf0da65206084de8ad9269ffd3a /docs/sgml/Bugzilla-Guide.sgml
parentb2bd185ee6b0b796c31d7c3192a166149004881c (diff)
downloadbugzilla-b54d65e4bb69d4b71177649cf9a401a1c259afcd.tar.gz
bugzilla-b54d65e4bb69d4b71177649cf9a401a1c259afcd.tar.xz
Initial conversion to XML format from SGML.
Note this is a work-in-progress. It compiles cleanly, but I am not yet submitting compiled HTML and text. There is one notable problem: nsgmls barfs on the <imagedata> tag in database.sgml during validation. openjade handles it fine. Weird.
Diffstat (limited to 'docs/sgml/Bugzilla-Guide.sgml')
-rw-r--r--docs/sgml/Bugzilla-Guide.sgml34
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/sgml/Bugzilla-Guide.sgml b/docs/sgml/Bugzilla-Guide.sgml
index 8f2136bd8..6d49d9be8 100644
--- a/docs/sgml/Bugzilla-Guide.sgml
+++ b/docs/sgml/Bugzilla-Guide.sgml
@@ -1,4 +1,4 @@
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" [
<!-- Include macros -->
<!ENTITY about SYSTEM "about.sgml">
@@ -148,16 +148,16 @@ try to avoid clutter and feel free to waste space in the code to make it more re
Bugzilla is an enterprise-class set of software utilities
that, when used together, power issue-tracking for hundreds of
organizations around the world, tracking millions of bugs.
- While it is easy to use and quite flexible, it is very
+ While it is easy to use and quite flexible, it is
difficult for a novice to install and maintain. Although we
have provided step-by-step directions, Bugzilla is not always
easy to get working. Please be sure the person responsible
for installing and maintaining this software is a qualified
- professional on operating system upon which you install
+ professional for the operating system upon which you install
Bugzilla.
</para>
<para>
- THIS DOCUMENTATION IS MAINTAINED IN DOCBOOK 4.1 SGML FORMAT.
+ THIS DOCUMENTATION IS MAINTAINED IN DOCBOOK 4.1.2 XML FORMAT.
IF YOU WISH TO MAKE CORRECTIONS, PLEASE MAKE THEM IN PLAIN
TEXT OR SGML DIFFS AGAINST THE SOURCE. I CANNOT ACCEPT
ADDITIONS TO THE GUIDE WRITTEN IN HTML!
@@ -165,18 +165,18 @@ try to avoid clutter and feel free to waste space in the code to make it more re
</abstract>
- <KEYWORDSET>
- <KEYWORD>Bugzilla</KEYWORD>
- <KEYWORD>Guide</KEYWORD>
- <KEYWORD>installation</KEYWORD>
- <KEYWORD>FAQ</KEYWORD>
- <KEYWORD>administration</KEYWORD>
- <KEYWORD>integration</KEYWORD>
- <KEYWORD>MySQL</KEYWORD>
- <KEYWORD>Mozilla</KEYWORD>
- <KEYWORD>webtools</KEYWORD>
- </KEYWORDSET>
- </BOOKINFO>
+ <keywordset>
+ <keyword>Bugzilla</keyword>
+ <keyword>Guide</keyword>
+ <keyword>installation</keyword>
+ <keyword>FAQ</keyword>
+ <keyword>administration</keyword>
+ <keyword>integration</keyword>
+ <keyword>MySQL</keyword>
+ <keyword>Mozilla</keyword>
+ <keyword>webtools</keyword>
+ </keywordset>
+ </bookinfo>
<!-- About This Guide -->
&about;
@@ -203,7 +203,7 @@ try to avoid clutter and feel free to waste space in the code to make it more re
&faq;
<!-- Appendix: Required Bugzilla Software Links -->
-&requiredsoftware
+&requiredsoftware;
<!-- Appendix: The Database Schema -->
&database;