From: barnboy%trilobyte.net <> Date: Wed, 21 Nov 2001 00:36:24 +0000 (+0000) Subject: Initial conversion to XML format from SGML. X-Git-Tag: bugzilla-2.16rc1~315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b54d65e4bb69d4b71177649cf9a401a1c259afcd;p=thirdparty%2Fbugzilla.git 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 tag in database.sgml during validation. openjade handles it fine. Weird. --- diff --git a/docs/sgml/Bugzilla-Guide.sgml b/docs/sgml/Bugzilla-Guide.sgml index 8f2136bd80..6d49d9be81 100644 --- a/docs/sgml/Bugzilla-Guide.sgml +++ b/docs/sgml/Bugzilla-Guide.sgml @@ -1,4 +1,4 @@ - @@ -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. - 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 - - Bugzilla - Guide - installation - FAQ - administration - integration - MySQL - Mozilla - webtools - - + + Bugzilla + Guide + installation + FAQ + administration + integration + MySQL + Mozilla + webtools + + &about; @@ -203,7 +203,7 @@ try to avoid clutter and feel free to waste space in the code to make it more re &faq; -&requiredsoftware +&requiredsoftware; &database; diff --git a/docs/sgml/administration.sgml b/docs/sgml/administration.sgml index 98e7263120..39e80c6501 100644 --- a/docs/sgml/administration.sgml +++ b/docs/sgml/administration.sgml @@ -8,7 +8,7 @@ - So you followed to the + So you followed to the letter, and logged into Bugzilla for the very first time with your super-duper god account. You sit, contentedly staring at the Bugzilla Query Screen, the worst of the whole mad business of @@ -623,7 +623,7 @@ Formerly, and in some spots still, called "Programs" - Products are + Products are the broadest category in Bugzilla, and you should have the least of these. If your company makes computer games, you should have one product per game, and possibly a few special diff --git a/docs/sgml/database.sgml b/docs/sgml/database.sgml index 7ff52134cb..bf4aaf4f0c 100644 --- a/docs/sgml/database.sgml +++ b/docs/sgml/database.sgml @@ -13,7 +13,7 @@ - + @@ -359,7 +359,7 @@ http://www.devshed.com/Server_Side/MySQL/
- MySQL Permissions & Grant Tables + MySQL Permissions & Grant Tables The following portion of documentation comes from my @@ -480,7 +480,7 @@ mysql> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP,RELOAD,SHUTDOWN,PROCESS, FILE, ON keystone.* - TO <$sys_dbuser name>@localhost + TO <$sys_dbuser name>@localhost IDENTIFIED BY '(password)' WITH GRANT OPTION; @@ -488,7 +488,7 @@ OR mysql> GRANT ALL PRIVELEGES ON keystone.* - TO <$sys_dbuser name>@localhost + TO <$sys_dbuser name>@localhost IDENTIFIED BY '(password)' WITH GRANT OPTION; diff --git a/docs/sgml/faq.sgml b/docs/sgml/faq.sgml index 79fa528c43..3bf11f4984 100644 --- a/docs/sgml/faq.sgml +++ b/docs/sgml/faq.sgml @@ -6,7 +6,7 @@ - + General Questions @@ -270,7 +270,7 @@ - + Red Hat Bugzilla @@ -496,7 +496,7 @@ - + Loki Bugzilla (AKA Fenris) @@ -515,7 +515,7 @@ - + Pointy-Haired-Boss Questions @@ -1011,7 +1011,7 @@ if ($::FORM{sub} eq 'PutFooter') { your Bugzilla install can run untended for years. If your Bugzilla strategy is critical to your business workflow, hire somebody with reasonable UNIX or Perl skills to handle your process management and - bug-tracking maintenance & customization. + bug-tracking maintenance & customization. @@ -1032,7 +1032,7 @@ if ($::FORM{sub} eq 'PutFooter') { - + Bugzilla Installation @@ -1078,7 +1078,7 @@ if ($::FORM{sub} eq 'PutFooter') { - + Bugzilla Security @@ -1133,7 +1133,7 @@ if ($::FORM{sub} eq 'PutFooter') { - + Bugzilla Email @@ -1263,7 +1263,7 @@ if ($::FORM{sub} eq 'PutFooter') { - + Bugzilla Database @@ -1451,7 +1451,7 @@ if ($::FORM{sub} eq 'PutFooter') { - + Bugzilla and Win32 @@ -1662,7 +1662,7 @@ A: Sure! Here ya go! - + Bugzilla Usage @@ -1754,7 +1754,7 @@ A: Sure! Here ya go! - + Bugzilla Hacking @@ -1862,7 +1862,7 @@ A: Sure! Here ya go! - + @@ -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. - 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 - - Bugzilla - Guide - installation - FAQ - administration - integration - MySQL - Mozilla - webtools - - + + Bugzilla + Guide + installation + FAQ + administration + integration + MySQL + Mozilla + webtools + + &about; @@ -203,7 +203,7 @@ try to avoid clutter and feel free to waste space in the code to make it more re &faq; -&requiredsoftware +&requiredsoftware; &database; diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml index 98e7263120..39e80c6501 100644 --- a/docs/xml/administration.xml +++ b/docs/xml/administration.xml @@ -8,7 +8,7 @@ - So you followed to the + So you followed to the letter, and logged into Bugzilla for the very first time with your super-duper god account. You sit, contentedly staring at the Bugzilla Query Screen, the worst of the whole mad business of @@ -623,7 +623,7 @@ Formerly, and in some spots still, called "Programs" - Products are + Products are the broadest category in Bugzilla, and you should have the least of these. If your company makes computer games, you should have one product per game, and possibly a few special diff --git a/docs/xml/database.xml b/docs/xml/database.xml index 7ff52134cb..bf4aaf4f0c 100644 --- a/docs/xml/database.xml +++ b/docs/xml/database.xml @@ -13,7 +13,7 @@ - + @@ -359,7 +359,7 @@ http://www.devshed.com/Server_Side/MySQL/
- MySQL Permissions & Grant Tables + MySQL Permissions & Grant Tables The following portion of documentation comes from my @@ -480,7 +480,7 @@ mysql> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP,RELOAD,SHUTDOWN,PROCESS, FILE, ON keystone.* - TO <$sys_dbuser name>@localhost + TO <$sys_dbuser name>@localhost IDENTIFIED BY '(password)' WITH GRANT OPTION; @@ -488,7 +488,7 @@ OR mysql> GRANT ALL PRIVELEGES ON keystone.* - TO <$sys_dbuser name>@localhost + TO <$sys_dbuser name>@localhost IDENTIFIED BY '(password)' WITH GRANT OPTION; diff --git a/docs/xml/faq.xml b/docs/xml/faq.xml index 79fa528c43..3bf11f4984 100644 --- a/docs/xml/faq.xml +++ b/docs/xml/faq.xml @@ -6,7 +6,7 @@ - + General Questions @@ -270,7 +270,7 @@ - + Red Hat Bugzilla @@ -496,7 +496,7 @@ - + Loki Bugzilla (AKA Fenris) @@ -515,7 +515,7 @@ - + Pointy-Haired-Boss Questions @@ -1011,7 +1011,7 @@ if ($::FORM{sub} eq 'PutFooter') { your Bugzilla install can run untended for years. If your Bugzilla strategy is critical to your business workflow, hire somebody with reasonable UNIX or Perl skills to handle your process management and - bug-tracking maintenance & customization. + bug-tracking maintenance & customization. @@ -1032,7 +1032,7 @@ if ($::FORM{sub} eq 'PutFooter') { - + Bugzilla Installation @@ -1078,7 +1078,7 @@ if ($::FORM{sub} eq 'PutFooter') { - + Bugzilla Security @@ -1133,7 +1133,7 @@ if ($::FORM{sub} eq 'PutFooter') { - + Bugzilla Email @@ -1263,7 +1263,7 @@ if ($::FORM{sub} eq 'PutFooter') { - + Bugzilla Database @@ -1451,7 +1451,7 @@ if ($::FORM{sub} eq 'PutFooter') { - + Bugzilla and Win32 @@ -1662,7 +1662,7 @@ A: Sure! Here ya go! - + Bugzilla Usage @@ -1754,7 +1754,7 @@ A: Sure! Here ya go! - + Bugzilla Hacking @@ -1862,7 +1862,7 @@ A: Sure! Here ya go! - +