summaryrefslogtreecommitdiffstats
path: root/en_US/documentation-guide.xml
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-11-23 02:24:17 +0000
committerPaul W. Frields <stickster@gmail.com>2006-11-23 02:24:17 +0000
commitcbbe56e0e1c55e880dc080379c3f75e3356e230f (patch)
tree15f24afbdcb55bb6c4e62617f02acf2e00837593 /en_US/documentation-guide.xml
parent5a1bc135e14df6e97088457c81b5ab2e268d21eb (diff)
downloaddocumentation-guide-cbbe56e0e1c55e880dc080379c3f75e3356e230f.tar.gz
documentation-guide-cbbe56e0e1c55e880dc080379c3f75e3356e230f.tar.xz
documentation-guide-cbbe56e0e1c55e880dc080379c3f75e3356e230f.zip
Add en_US directory, new file structures
Diffstat (limited to 'en_US/documentation-guide.xml')
-rw-r--r--en_US/documentation-guide.xml93
1 files changed, 93 insertions, 0 deletions
diff --git a/en_US/documentation-guide.xml b/en_US/documentation-guide.xml
new file mode 100644
index 0000000..55b5f1f
--- /dev/null
+++ b/en_US/documentation-guide.xml
@@ -0,0 +1,93 @@
+<!-- $Id: documentation-guide.xml,v 1.1 2006/11/23 02:24:17 pfrields Exp $ -->
+<!-- breaks the build ... <?xml version="1.0" encoding="utf-8"?> -->
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+<!-- *************** Bring in Fedora entities *************** -->
+<!ENTITY % FEDORA-ENTITIES-EN SYSTEM "fdp-entities.ent">
+%FEDORA-ENTITIES-EN;
+
+<!ENTITY VERSION "0.2.6.3"> <!-- version for this document -->
+
+<!ENTITY DOCID "documentation-guide-&VERSION; (2005-09-18)"> <!-- change date here and VERSION entity everytime a change is made-->
+
+]>
+
+<book id="documentation-guide" lang="en">
+ <bookinfo>
+ <title>&FP; Documentation Guide</title>
+ <subtitle>Version &VERSION;</subtitle>
+ <copyright>
+ <year>2003</year>
+ <year>2004</year>
+ <year>2005</year>
+ <holder>&FORMAL-RHI;</holder>
+ <holder>Tammy Fox</holder>
+ <holder>Johnray Fuller</holder>
+ <holder>Sandra Moore</holder>
+ <holder>Paul W. Frields</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>
+ <author>
+ <surname>Frields</surname>
+ <firstname>Paul</firstname>
+ <othername role="mi">W.</othername>
+ </author>
+ </authorgroup>
+ </bookinfo>
+
+ <!-- INTRODUCTION -->
+ <xi:include href="docs-intro.xml" xpointer="element(ch-intro)"
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <!-- GETTINGFILES -->
+ <xi:include href="docs-getting-files.xml" xpointer="element(ch-getting-files)"
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <!-- GUIDELINES -->
+ <xi:include href="docs-rh-guidelines.xml" xpointer="element(ch-rh-guidelines)"
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <!-- EMACS -->
+ <xi:include href="docs-emacs.xml" xpointer="element(ch-emacs)"
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <!-- EMACS-NXML -->
+ <!-- This chapter needs editing, exclude it for now. -->
+ <!-- <xi:include href="docs-emacs-nxml.xml" xpointer="element(ch-emacs-nxml)"
+ xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
+
+ <!-- VIM -->
+ <xi:include href="docs-vim.xml" xpointer="element(ch-vim)"
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <!-- TAGS -->
+ <xi:include href="docs-xml-tags.xml" xpointer="element(ch-xml-tags)"
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <!-- TUTORIAL -->
+ <xi:include href="docs-tutorial.xml" xpointer="element(ch-tutorial)"
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <!-- CVS -->
+ <xi:include href="../../docs-common/common/cvs-en_US.xml"
+ xpointer="element(ch-cvs)" xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <!-- ACKNOWLEDGMENTS -->
+ <xi:include href="acknowledgments.xml" xpointer="element(acknowledgments)"
+ xmlns:xi="http://www.w3.org/2001/XInclude" />
+
+ <index id="generated-index"/>
+</book>