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. git-svn-id: svn://10.0.0.236/branches/BUGZILLA-2_16-BRANCH@141653 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" [
|
||||
|
||||
<!-- Include macros -->
|
||||
<!ENTITY about SYSTEM "about.sgml">
|
||||
<!ENTITY conventions SYSTEM "conventions.sgml">
|
||||
<!ENTITY doc-index SYSTEM "index.sgml">
|
||||
<!ENTITY faq SYSTEM "faq.sgml">
|
||||
<!ENTITY gfdl SYSTEM "gfdl.sgml">
|
||||
<!ENTITY glossary SYSTEM "glossary.sgml">
|
||||
<!ENTITY installation SYSTEM "installation.sgml">
|
||||
<!ENTITY administration SYSTEM "administration.sgml">
|
||||
<!ENTITY using SYSTEM "using.sgml">
|
||||
<!ENTITY integration SYSTEM "integration.sgml">
|
||||
<!ENTITY future SYSTEM "future.sgml">
|
||||
<!ENTITY index SYSTEM "index.sgml">
|
||||
<!ENTITY database SYSTEM "database.sgml">
|
||||
<!ENTITY patches SYSTEM "patches.sgml">
|
||||
<!ENTITY variants SYSTEM "variants.sgml">
|
||||
<!ENTITY introduction SYSTEM "introduction.sgml">
|
||||
<!ENTITY revhistory SYSTEM "revhistory.sgml">
|
||||
<!ENTITY about SYSTEM "about.xml">
|
||||
<!ENTITY conventions SYSTEM "conventions.xml">
|
||||
<!ENTITY doc-index SYSTEM "index.xml">
|
||||
<!ENTITY faq SYSTEM "faq.xml">
|
||||
<!ENTITY gfdl SYSTEM "gfdl.xml">
|
||||
<!ENTITY glossary SYSTEM "glossary.xml">
|
||||
<!ENTITY installation SYSTEM "installation.xml">
|
||||
<!ENTITY administration SYSTEM "administration.xml">
|
||||
<!ENTITY using SYSTEM "using.xml">
|
||||
<!ENTITY integration SYSTEM "integration.xml">
|
||||
<!ENTITY future SYSTEM "future.xml">
|
||||
<!ENTITY index SYSTEM "index.xml">
|
||||
<!ENTITY database SYSTEM "database.xml">
|
||||
<!ENTITY patches SYSTEM "patches.xml">
|
||||
<!ENTITY variants SYSTEM "variants.xml">
|
||||
<!ENTITY introduction SYSTEM "introduction.xml">
|
||||
<!ENTITY revhistory SYSTEM "revhistory.xml">
|
||||
|
||||
<!ENTITY bz "http://www.bugzilla.org/">
|
||||
<!ENTITY bz-ver "2.16.3">
|
||||
@@ -37,7 +37,7 @@
|
||||
<!-- Coding standards for this document
|
||||
|
||||
* Other than the GFDL, please use the "section" tag instead of "sect1", "sect2", etc.
|
||||
* Use Entities to include files for new chapters in Bugzilla-Guide.sgml.
|
||||
* Use Entities to include files for new chapters in Bugzilla-Guide.xml.
|
||||
* Try to use Entities for frequently-used passages of text as well.
|
||||
* Ensure all documents compile cleanly to HTML after modification.
|
||||
The warning, "DTDDECL catalog types not supported" is normal.
|
||||
@@ -87,7 +87,7 @@ try to avoid clutter and feel free to waste space in the code to make it more re
|
||||
|
||||
<para>
|
||||
This documentation is maintained in DocBook 4.1.2 XML format.
|
||||
Changes are best submitted as plain text or SGML diffs, attached
|
||||
Changes are best submitted as plain text or XML diffs, attached
|
||||
to a bug filed in
|
||||
<ulink url="http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation">mozilla.org's Bugzilla</ulink>.
|
||||
</para>
|
||||
@@ -160,7 +160,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:
|
||||
|
||||
Reference in New Issue
Block a user