summaryrefslogtreecommitdiffstats
path: root/en_US/documentation-guide.xml
blob: e2472aae080573fc4b9d26fdc1230008b1d35481 (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
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: documentation-guide.xml,v 1.9 2007/08/03 16:38:15 pfrields Exp $ -->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
 "http://www.oasis-open.org/docbook/xml/4.4/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_US">
  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fdp-info.xml" />

  <!--  INTRODUCTION -->
  <xi:include href="intro.xml" xpointer="element(ch-intro)"
    xmlns:xi="http://www.w3.org/2001/XInclude" />
    
  <!-- GETTINGFILES -->
  <xi:include href="getting-files.xml" xpointer="element(ch-getting-files)"
    xmlns:xi="http://www.w3.org/2001/XInclude" />

  <!-- HOWMODULESWORK -->
  <xi:include href="module-struct.xml"
    xpointer="element(ch-how-modules-work)"
    xmlns:xi="http://www.w3.org/2001/XInclude" />

  <!-- GUIDELINES --> 
  <xi:include href="writing-guidelines.xml"
    xpointer="element(ch-writing-guidelines)"
    xmlns:xi="http://www.w3.org/2001/XInclude" />

  <!-- EMACS --> 
  <xi:include href="emacs.xml" xpointer="element(ch-emacs)"
    xmlns:xi="http://www.w3.org/2001/XInclude" />

  <!-- EMACS-NXML --> 
  <!-- This chapter needs editing, so we're excluding it now. -->
  <!--
  <xi:include href="emacs-nxml.xml" xpointer="element(ch-emacs-nxml)"
    xmlns:xi="http://www.w3.org/2001/XInclude" />
  -->

  <!-- VIM --> 
  <xi:include href="vim.xml" xpointer="element(ch-vim)"
    xmlns:xi="http://www.w3.org/2001/XInclude" />

  <!-- TAGS --> 
  <!-- Removing this chapter, since it isn't helpful beyond TDG.
  <xi:include href="xml-tags.xml" xpointer="element(ch-xml-tags)"
    xmlns:xi="http://www.w3.org/2001/XInclude" />
  -->
  
  <!-- TUTORIAL --> 
  <xi:include href="tutorial.xml" xpointer="element(ch-tutorial)"
    xmlns:xi="http://www.w3.org/2001/XInclude" />

  <!-- PUBLISHING -->
  <xi:include href="publishing.xml"
    xmlns:xi="http://www.w3.org/2001/XInclude" />

  <!-- CVS --> 
  <xi:include href="cvs-en_US.xml" xml:base="&FDPCOMMONDIR;/common"
    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>