Some -DSTRICT fixes.
[wine/multimedia.git] / documentation / wine-doc.sgml
blob845a5003b10cc06af0d139c87770d160a18ef2c2
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 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">
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">
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">
46 <!-- *** Entities for Wine Packager Guide *** -->
47 <!entity packaging SYSTEM "packaging.sgml">
51 <set id="index">
52 <setinfo>
53 <title>Wine Documentation</title>
55 <releaseinfo>
56 <emphasis>
57 The following documentation has been extracted from the Wine
58 source tree, from the <filename>wine/documentation</filename>
59 directory. All credit should go to the original authors, who
60 are attributed according the the "written by" comments in
61 those files. Additional content has also been added.
62 </emphasis>
63 </releaseinfo>
64 </setinfo>
66 <!-- *** Wine User Guide *** -->
67 <book id="index-user">
68 <bookinfo>
69 <title>Wine User Guide</title>
70 </bookinfo>
72 &introduction;
73 &getting;
75 &installing;
76 &configuring;
77 &running;
78 &bugs;
79 </book>
81 <!-- *** Wine Developer Guide *** -->
82 <book id="index-developer">
83 <bookinfo>
84 <title>Wine Developer's Guide</title>
85 </bookinfo>
87 <part id="part-one">
88 <title>Developing Wine</title>
89 &compiling;
90 &debugger;
91 &documentation;
92 &testing;
93 &patches;
94 &i18n;
95 &tools;
96 </part>
98 <part id="part-two">
99 <title>Wine Architecture</title>
100 &architecture;
101 &debugging;
102 &ole;
103 &opengl;
104 &build;
105 &dlls;
106 &multimedia;
107 </part>
109 <part>
110 <title>Advanced Topics</title>
111 &implementation;
112 &porting;
113 &consoles;
114 &cvs-regression;
115 </part>
116 </book>
119 <!-- *** Winelib User Guide *** -->
120 <book id="index-winelib">
121 <bookinfo>
122 <title>Winelib User's Guide</title>
123 </bookinfo>
125 &winelib-intro;
126 &winelib-porting;
127 &winelib-toolkit;
128 &winelib-mfc;
129 &winelib-bindlls;
130 &winelib-packaging;
132 </book>
134 <!-- *** Wine Packager Guide *** -->
135 <book id="index-pkg">
136 <bookinfo>
137 <title>Wine Packagers Guide</title>
138 </bookinfo>
140 &packaging;
141 </book>
142 </set>