e2e414c19fa77bfa11a845cdf9d749dddc3264e1
[scons.git] / doc / developer / main.xml
1 <?xml version="1.0"?>
2
3 <!--
4
5   __COPYRIGHT__
6
7   Permission is hereby granted, free of charge, to any person obtaining
8   a copy of this software and associated documentation files (the
9   "Software"), to deal in the Software without restriction, including
10   without limitation the rights to use, copy, modify, merge, publish,
11   distribute, sublicense, and/or sell copies of the Software, and to
12   permit persons to whom the Software is furnished to do so, subject to
13   the following conditions:
14
15   The above copyright notice and this permission notice shall be included
16   in all copies or substantial portions of the Software.
17
18   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
19   KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
20   WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21   NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22   LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23   OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24   WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
26 -->
27
28 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
29 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
30 [
31
32     <!ENTITY % version SYSTEM "../version.xml">
33     %version;
34
35     <!ENTITY % scons SYSTEM "../scons.mod">
36     %scons;
37
38     <!ENTITY architecture SYSTEM "architecture.xml">
39     <!ENTITY branches SYSTEM "branches.xml">
40     <!ENTITY copyright SYSTEM "copyright.xml">
41     <!ENTITY cycle SYSTEM "cycle.xml">
42     <!ENTITY packaging SYSTEM "packaging.xml">
43     <!ENTITY preface SYSTEM "preface.xml">
44     <!ENTITY sourcetree SYSTEM "sourcetree.xml">
45     <!ENTITY testing SYSTEM "testing.xml">
46
47 ]>
48
49 <book>
50   <bookinfo>
51     <title>SCons Developer's Guide &buildversion;</title>
52
53     <author>
54       <firstname>Steven</firstname>
55       <surname>Knight</surname>
56     </author>
57
58     <edition>Revision &buildrevision; (&builddate;)</edition>
59
60     <pubdate>2007</pubdate>
61
62     <copyright>
63       <year>2007</year>
64       <holder>Steven Knight</holder>
65     </copyright>
66
67     <legalnotice>
68       &copyright;
69     </legalnotice>
70
71     <releaseinfo>version &buildversion;</releaseinfo>
72
73   </bookinfo>
74
75   <preface id="chap-preface">
76     <title>Preface</title>
77     &preface;
78   </preface>
79
80   <chapter id="chap-development-cycle">
81     <title>Development Cycle</title>
82     &cycle;
83   </chapter>
84
85   <chapter id="chap-source-tree">
86     <title>Source Tree</title>
87     &sourcetree;
88   </chapter>
89
90   <chapter id="chap-testing">
91     <title>Testing</title>
92     &testing;
93   </chapter>
94
95   <chapter id="chap-branches">
96     <title>Branches</title>
97     &branches;
98   </chapter>
99
100   <chapter id="chap-packaging">
101     <title>Packaging</title>
102     &packaging;
103   </chapter>
104
105   <chapter id="chap-architecture">
106     <title>Architecture</title>
107     &architecture;
108   </chapter>
109
110 </book>