summaryrefslogtreecommitdiffstats
path: root/documentation-guide.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation-guide.xml')
-rw-r--r--documentation-guide.xml74
1 files changed, 74 insertions, 0 deletions
diff --git a/documentation-guide.xml b/documentation-guide.xml
new file mode 100644
index 0000000..cb266ab
--- /dev/null
+++ b/documentation-guide.xml
@@ -0,0 +1,74 @@
+<!-- $Id: documentation-guide.xml,v 1.1 2003/09/22 16:34:23 tfox Exp $ -->
+
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN"
+ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+<!ENTITY RH "Red Hat"> <!--The generic term "Red Hat" -->
+<!ENTITY FORMAL-RHI "&RH;, Inc."> <!--The generic term "Red Hat, Inc. -->
+<!ENTITY PROJECT "Fedora project"> <!-- Set the project name -->
+<!ENTITY NAME-TITLE "Fedora Project"> <!-- Set the project name, use for titles -->
+<!ENTITY DISTRO "Fedora Core"> <!-- Set the distro name -->
+<!ENTITY IG "&DISTRO; Installation Guide"> <!-- Always use for Installation Guide -->
+
+<!ENTITY BOOKID "documentation-guide-0.1.1 (2003-09-16)"> <!-- change version of manual and date here -->
+
+<!ENTITY LEGALNOTICE SYSTEM "../legalnotice.xml">
+
+<!ENTITY INTRODUCTION SYSTEM "docs-intro.xml">
+
+<!ENTITY GETTINGFILES SYSTEM "docs-getting-files.xml">
+<!ENTITY GUIDELINES SYSTEM "docs-rh-guidelines.xml">
+<!ENTITY EMACS SYSTEM "docs-emacs.xml">
+<!ENTITY TAGS SYSTEM "docs-xml-tags.xml">
+<!ENTITY TUTORIAL SYSTEM "docs-tutorial.xml">
+<!ENTITY CONVERTING SYSTEM "docs-converting.xml">
+<!ENTITY CVS SYSTEM "../common/cvs.xml">
+
+
+]>
+
+<book id="documentation-guide" lang="en">
+ <bookinfo>
+ <title>&NAME-TITLE; Documentation Guide</title>
+ <copyright>
+ <year>2003</year>
+ <holder>&FORMAL-RHI;</holder>
+ <holder>Tammy Fox</holder>
+ <holder>Johnray Fuller</holder>
+ <holder>Sandra Moore</holder>
+ </copyright>
+ <authorgroup>
+ <author>
+ <surname>Fox</surname>
+ <firstname>Tammy</firstname>
+ </author>
+ <author>
+ <surname>Fuller</surname>
+ <firstname>Johnray</firstname>
+ </author>
+ <author>
+ <surname>Moore</surname>
+ <firstname>Sandra</firstname>
+ </author>
+ </authorgroup>
+ &LEGALNOTICE;
+ </bookinfo>
+
+
+ &INTRODUCTION;
+
+ &GETTINGFILES;
+
+ &GUIDELINES;
+
+ &EMACS;
+
+ &TAGS;
+
+ &TUTORIAL;
+
+ &CONVERTING;
+
+ &CVS;
+
+</book>