[docs] Renamed version.xml.in to version.txt.in
[adg.git] / docs / adg / adg-docs.xml
blob68d789058bd68300ddc408395b4484f6c617d398
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3                       "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
4 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
5   <bookinfo>
6     <title>ADG Reference Manual</title>
7     <releaseinfo>for ADG <xi:include href="version.txt" parse="text"/></releaseinfo>
8   </bookinfo>
10   <part id="Introduction">
11     <title>Introduction</title>
12     <xi:include href="../gnu/README.xml"/>
13     <xi:include href="../gnu/NEWS.xml"/>
14     <xi:include href="../gnu/TODO.xml"/>
15   </part>
17   <part id="Core">
18     <title>ADG core reference</title>
19     <xi:include href="xml/adg-pair.xml"/>
20     <xi:include href="xml/adg-primitive.xml"/>
21     <xi:include href="xml/adg-segment.xml"/>
22     <xi:include href="xml/adg-point.xml"/>
23     <xi:include href="xml/adg-matrix.xml"/>
24     <xi:include href="xml/adg-pattern.xml"/>
25     <xi:include href="xml/adg-enums.xml"/>
26     <xi:include href="xml/adg-util.xml"/>
27     <chapter id="Hierarchy">
28       <title>Object Hierarchy</title>
29       <xi:include href="xml/tree_index.sgml"/>
30     </chapter>
31   </part>
33   <part id="Defining">
34     <title>Defining the model</title>
35     <chapter id="Defining-abstract">
36       <title>Abstract classes</title>
37       <xi:include href="xml/adg-model.xml"/>
38     </chapter>
39     <xi:include href="xml/adg-path.xml"/>
40   </part>
42   <part id="Populating">
43     <title>Populating the canvas</title>
44     <chapter id="Populating-abstract">
45       <title>Abstract classes</title>
46       <xi:include href="xml/adg-entity.xml"/>
47       <xi:include href="xml/adg-container.xml"/>
48       <xi:include href="xml/adg-dim.xml"/>
49     </chapter>
50     <chapter id="Populating-interface">
51       <title>Shared interfaces</title>
52       <xi:include href="xml/adg-translatable.xml"/>
53       <xi:include href="xml/adg-rotable.xml"/>
54     </chapter>
55     <xi:include href="xml/adg-canvas.xml"/>
56     <xi:include href="xml/adg-toy-text.xml"/>
57     <xi:include href="xml/adg-stroke.xml"/>
58     <chapter id="Quoting">
59       <title>Quoting</title>
60       <xi:include href="xml/adg-ldim.xml"/>
61       <xi:include href="xml/adg-adim.xml"/>
62     </chapter>
63     <xi:include href="xml/adg-title-block.xml"/>
64   </part>
66   <part id="Rendering">
67     <title>The rendering process</title>
68     <chapter id="Rendering-abstract">
69       <title>Abstract classes</title>
70       <xi:include href="xml/adg-style.xml"/>
71     </chapter>
72     <xi:include href="xml/adg-context.xml"/>
73     <xi:include href="xml/adg-widget.xml"/>
74     <xi:include href="xml/adg-line-style.xml"/>
75     <xi:include href="xml/adg-arrow-style.xml"/>
76     <xi:include href="xml/adg-font-style.xml"/>
77     <xi:include href="xml/adg-dim-style.xml"/>
78   </part>
80   <index id="Index">
81     <title>Index</title>
82   </index>
83     
84 </book>