Sync winapi_check to Wine spec files.
[wine.git] / documentation / wine-doc.sgml
blob5e710ac04d4c35a7a612621afde999db1fcc1b90
1 <!doctype set PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
3 <!-- *** Include list of authors *** -->
4 <!entity % authors SYSTEM "authors.ent">
5 %authors;
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">
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">
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">
48 <!-- *** Entities for Wine Packagers Guide *** -->
49 <!entity packaging SYSTEM "packaging.sgml">
51 <!-- *** Entities for Wine FAQ *** -->
52 <!entity faq SYSTEM "faq.sgml">
56 <set id="index">
57 <setinfo>
58 <title>Wine Documentation</title>
60 <releaseinfo>
61 <emphasis>
62 The following documentation has been extracted from the Wine
63 source tree, from the <filename>wine/documentation</filename>
64 directory. All credit should go to the original authors, who
65 are attributed according the the "written by" comments in
66 those files. Additional content has also been added.
67 </emphasis>
68 </releaseinfo>
69 </setinfo>
71 <!-- *** Wine User Guide *** -->
72 <book id="index-user">
73 <bookinfo>
74 <title>Wine User Guide</title>
75 </bookinfo>
77 &introduction;
78 &getting;
79 &compiling;
80 &installing;
81 &configuring;
82 &running;
83 &bugs;
84 &glossary;
85 </book>
87 <!-- *** Wine Developer Guide *** -->
88 <book id="index-developer">
89 <bookinfo>
90 <title>Wine Developer's Guide</title>
91 </bookinfo>
93 <part id="part-one">
94 <title>Developing Wine</title>
95 &debugger;
96 &documentation;
97 &testing;
98 &patches;
99 &i18n;
100 &tools;
101 </part>
103 <part id="part-two">
104 <title>Wine Architecture</title>
105 &architecture;
106 &dlls;
107 &debugging;
108 &ole;
109 &build;
110 &opengl;
111 &multimedia;
112 </part>
114 <part id="part-three">
115 <title>Using CVS</title>
116 &cvs;
117 </part>
119 <part id="part-four">
120 <title>Advanced Topics</title>
121 &implementation;
122 &porting;
123 &consoles;
124 &cvs-regression;
125 </part>
126 </book>
129 <!-- *** Winelib User Guide *** -->
130 <book id="index-winelib">
131 <bookinfo>
132 <title>Winelib User's Guide</title>
133 </bookinfo>
135 &winelib-intro;
136 &winelib-porting;
137 &winelib-toolkit;
138 &winelib-mfc;
139 &winelib-bindlls;
140 &winelib-packaging;
142 </book>
144 <!-- *** Wine Packager Guide *** -->
145 <book id="index-pkg">
146 <bookinfo>
147 <title>Wine Packagers Guide</title>
148 </bookinfo>
150 &packaging;
152 </book>
153 <!-- *** Wine Faq *** -->
154 <book id="faq">
155 <bookinfo>
156 <title>Wine FAQ</title>
157 </bookinfo>
159 <article class="faq">
160 &faq;
161 </article>
163 </book>
164 </set>