summaryrefslogtreecommitdiffstats
path: root/en_US/documentation-guide.xml
blob: 55b5f1f0b0fc0c20d25e93b63d4c42d6a73232bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
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>