summaryrefslogtreecommitdiffstats
path: root/en_US/documentation-guide.xml
blob: 01011630bbcc2af8b5f866a717eff8da7331dd22 (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
<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: documentation-guide.xml,v 1.4 2006/12/17 00:41:55 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="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" />

  <!-- HOWMODULESWORK -->
  <xi:include href="docs-module-struct.xml"
    xpointer="element(ch-how-modules-work)"
    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, so we're excluding it 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>