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