- Add support for WM_NOTIFYFORMAT and support both ANSI and UNICODE
[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 patches SYSTEM "patches.sgml">
23 <!entity i18n SYSTEM "i18n.sgml">
24 <!entity porting SYSTEM "porting.sgml">
25 <!entity architecture SYSTEM "architecture.sgml">
26 <!entity ole SYSTEM "ole.sgml">
27 <!entity debugger SYSTEM "debugger.sgml">
28 <!entity consoles SYSTEM "consoles.sgml">
29 <!entity implementation SYSTEM "implementation.sgml">
30 <!entity opengl SYSTEM "opengl.sgml">
31 <!entity build SYSTEM "build.sgml">
32 <!entity tools SYSTEM "tools.sgml">
33 <!entity dlls SYSTEM "dlls.sgml">
34 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
35 <!entity multimedia SYSTEM "multimedia.sgml">
36
37 <!-- *** Entities for Wine Developer Guide *** -->
38 <!entity winelib-user SYSTEM "winelib-user.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 Packager Guide *** -->
49 <!entity packaging SYSTEM "packaging.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
77     &installing;
78     &configuring;
79     &running;
80     &bugs;
81   </book>
82
83   <!-- *** Wine Developer Guide *** -->
84   <book id="index-developer">
85     <bookinfo>
86       <title>Wine Developer's Guide</title>
87     </bookinfo>
88
89     <part id="part-one">
90       <title>Developing Wine</title>
91       &compiling;
92       &debugger;
93       &documentation;
94       &patches;
95       &i18n;
96       &tools;
97     </part>
98
99     <part id="part-two">
100       <title>Wine Architecture</title>
101       &architecture;
102       &debugging;
103       &ole;
104       &opengl;
105       &build;
106       &dlls;
107       &multimedia;
108     </part>
109
110     <part>
111       <title>Advanced Topics</title>
112       &implementation;
113       &porting;
114       &consoles;
115       &cvs-regression;
116     </part>
117   </book>
118
119
120   <!-- *** Winelib User Guide *** -->
121 <book id="index-winelib">
122   <bookinfo>
123     <title>Winelib User's Guide</title>
124   </bookinfo>
125
126   &winelib-intro;
127   &winelib-porting;
128   &winelib-toolkit;
129   &winelib-mfc;
130   &winelib-bindlls;
131   &winelib-packaging;
132
133 </book>
134
135   <!-- *** Wine Packager Guide *** -->
136   <book id="index-pkg">
137     <bookinfo>
138       <title>Wine Packagers Guide</title>
139     </bookinfo>
140
141     &packaging;
142   </book>
143 </set>