Bring documentation in sync regarding expansion of environment
[wine] / documentation / wine-doc.sgml
1 <!doctype set PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
2
3 <!-- *** Include list of authors *** -->
4 <!entity % authors SYSTEM "authors.ent">
5 %authors;
6
7 <!-- *** Entities for Wine User Guide *** -->
8 <!entity introduction SYSTEM "introduction.sgml">
9 <!entity getting SYSTEM "getting.sgml">
10 <!entity compiling SYSTEM "compiling.sgml">
11 <!entity installing SYSTEM "installing.sgml">
12 <!entity configuring SYSTEM "configuring.sgml">
13 <!entity registry SYSTEM "registry.sgml">
14 <!entity fonts SYSTEM "fonts.sgml">
15 <!entity printing SYSTEM "printing.sgml">
16 <!entity running SYSTEM "running.sgml">
17 <!entity bugs SYSTEM "bugs.sgml">
18 <!entity glossary SYSTEM "glossary.sgml">
19
20 <!-- *** Entities for Wine Developer Guide *** -->
21 <!entity debugger SYSTEM "debugger.sgml">
22 <!entity documentation SYSTEM "documentation.sgml">
23 <!entity patches SYSTEM "patches.sgml">
24 <!entity testing SYSTEM "testing.sgml">
25 <!entity i18n SYSTEM "i18n.sgml">
26 <!entity tools SYSTEM "tools.sgml">
27 <!entity architecture SYSTEM "architecture.sgml">
28 <!entity dlls SYSTEM "dlls.sgml">
29 <!entity debugging SYSTEM "debugging.sgml">
30 <!entity ole SYSTEM "ole.sgml">
31 <!entity build SYSTEM "build.sgml">
32 <!entity opengl SYSTEM "opengl.sgml">
33 <!entity multimedia SYSTEM "multimedia.sgml">
34 <!entity cvs SYSTEM "cvs.sgml">
35 <!entity implementation SYSTEM "implementation.sgml">
36 <!entity porting SYSTEM "porting.sgml">
37 <!entity consoles SYSTEM "consoles.sgml">
38 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
39
40 <!-- *** Entities for Winelib User Guide *** -->
41 <!entity winelib-intro SYSTEM "winelib-intro.sgml">
42 <!entity winelib-porting SYSTEM "winelib-porting.sgml">
43 <!entity winelib-toolkit SYSTEM "winelib-toolkit.sgml">
44 <!entity winelib-mfc SYSTEM "winelib-mfc.sgml">
45 <!entity winelib-bindlls SYSTEM "winelib-bindlls.sgml">
46 <!entity winelib-packaging SYSTEM "winelib-pkg.sgml">
47
48 <!-- *** Entities for Wine FAQ *** -->
49 <!entity faq SYSTEM "faq.sgml">
50
51 ]>
52
53 <set id="index">
54   <setinfo>
55     <title>Wine Documentation</title>
56
57     <releaseinfo>
58       <emphasis>
59         The following documentation has been extracted from the Wine
60         source tree, from the <filename>wine/documentation</filename>
61         directory.  All credit should go to the original authors, who
62         are attributed according the the "written by" comments in
63         those files.  Additional content has also been added.
64       </emphasis>
65     </releaseinfo>
66   </setinfo>
67
68   <!-- *** Wine User Guide *** -->
69   <book id="index-user">
70     <bookinfo>
71       <title>Wine User Guide</title>
72     </bookinfo>
73
74     &introduction;
75     &getting;
76     &compiling;
77     &installing;
78     &configuring;
79     &running;
80     &bugs;
81     &glossary;
82   </book>
83
84   <!-- *** Wine Developer Guide *** -->
85   <book id="index-developer">
86     <bookinfo>
87       <title>Wine Developer's Guide</title>
88     </bookinfo>
89
90     <part id="part-one">
91       <title>Developing Wine</title>
92       &debugger;
93       &documentation;
94       &testing;
95       &patches;
96       &i18n;
97       &tools;
98     </part>
99
100     <part id="part-two">
101       <title>Wine Architecture</title>
102       &architecture;
103       &dlls;
104       &debugging;
105       &ole;
106       &build;
107       &opengl;
108       &multimedia;
109     </part>
110
111     <part id="part-three">
112       <title>Using CVS</title>
113       &cvs;
114     </part>
115  
116     <part id="part-four">
117       <title>Advanced Topics</title>
118       &implementation;
119       &porting;
120       &consoles;
121       &cvs-regression;
122     </part>
123   </book>
124
125
126   <!-- *** Winelib User Guide *** -->
127   <book id="index-winelib">
128     <bookinfo>
129       <title>Winelib User's Guide</title>
130     </bookinfo>
131
132     &winelib-intro;
133     &winelib-porting;
134     &winelib-toolkit;
135     &winelib-mfc;
136     &winelib-bindlls;
137     &winelib-packaging;
138
139   </book>
140
141   <!-- *** Wine Faq *** -->
142   <book id="faq">
143     <bookinfo>
144       <title>Wine FAQ</title>
145     </bookinfo>
146
147     <article class="faq">
148       &faq;
149     </article>
150
151   </book>
152 </set>