summaryrefslogtreecommitdiffstats
path: root/documentation-guide-en.xml
diff options
context:
space:
mode:
authorTammy Fox <tfox@redhat.com>2003-09-22 16:34:23 +0000
committerTammy Fox <tfox@redhat.com>2003-09-22 16:34:23 +0000
commit8e6d5fdfdbfe0310c80fbc5ef4c7697e9b55e214 (patch)
tree582d382f596e27b1264ab976a0f04138fa96ca5f /documentation-guide-en.xml
downloaddocumentation-guide-8e6d5fdfdbfe0310c80fbc5ef4c7697e9b55e214.tar.gz
documentation-guide-8e6d5fdfdbfe0310c80fbc5ef4c7697e9b55e214.tar.xz
documentation-guide-8e6d5fdfdbfe0310c80fbc5ef4c7697e9b55e214.zip
add docs guide
Diffstat (limited to 'documentation-guide-en.xml')
-rw-r--r--documentation-guide-en.xml74
1 files changed, 74 insertions, 0 deletions
diff --git a/documentation-guide-en.xml b/documentation-guide-en.xml
new file mode 100644
index 0000000..fe82600
--- /dev/null
+++ b/documentation-guide-en.xml
@@ -0,0 +1,74 @@
+<!-- $Id: documentation-guide-en.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>