Fix errors in IExtractIcon detected by valgrind.
[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 debugging SYSTEM "debugging.sgml">
29 <!entity ole SYSTEM "ole.sgml">
30 <!entity build SYSTEM "build.sgml">
31 <!entity opengl SYSTEM "opengl.sgml">
32 <!entity multimedia SYSTEM "multimedia.sgml">
33 <!entity cvs SYSTEM "cvs.sgml">
34 <!entity implementation SYSTEM "implementation.sgml">
35 <!entity porting SYSTEM "porting.sgml">
36 <!entity consoles SYSTEM "consoles.sgml">
37 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
38
39 <!-- *** Entities for Winelib User Guide *** -->
40 <!entity winelib-intro SYSTEM "winelib-intro.sgml">
41 <!entity winelib-porting SYSTEM "winelib-porting.sgml">
42 <!entity winelib-toolkit SYSTEM "winelib-toolkit.sgml">
43 <!entity winelib-mfc SYSTEM "winelib-mfc.sgml">
44 <!entity winelib-bindlls SYSTEM "winelib-bindlls.sgml">
45 <!entity winelib-packaging SYSTEM "winelib-pkg.sgml">
46
47 <!-- *** Entities for Wine FAQ *** -->
48 <!entity faq SYSTEM "faq.sgml">
49
50 ]>
51
52 <set id="index">
53   <setinfo>
54     <title>Wine Documentation</title>
55
56     <releaseinfo>
57       <emphasis>
58         The following documentation has been extracted from the Wine
59         source tree, from the <filename>wine/documentation</filename>
60         directory.  All credit should go to the original authors, who
61         are attributed according the the "written by" comments in
62         those files.  Additional content has also been added.
63       </emphasis>
64     </releaseinfo>
65   </setinfo>
66
67   <!-- *** Wine User Guide *** -->
68   <book id="index-user">
69     <bookinfo>
70       <title>Wine User Guide</title>
71     </bookinfo>
72
73     &introduction;
74     &getting;
75     &compiling;
76     &installing;
77     &configuring;
78     &running;
79     &bugs;
80     &glossary;
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       &debugger;
92       &documentation;
93       &testing;
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       &build;
105       &opengl;
106       &multimedia;
107     </part>
108
109     <part id="part-three">
110       <title>Using CVS</title>
111       &cvs;
112     </part>
113  
114     <part id="part-four">
115       <title>Advanced Topics</title>
116       &implementation;
117       &porting;
118       &consoles;
119       &cvs-regression;
120     </part>
121   </book>
122
123
124   <!-- *** Winelib User Guide *** -->
125   <book id="index-winelib">
126     <bookinfo>
127       <title>Winelib User's Guide</title>
128     </bookinfo>
129
130     &winelib-intro;
131     &winelib-porting;
132     &winelib-toolkit;
133     &winelib-mfc;
134     &winelib-bindlls;
135     &winelib-packaging;
136
137   </book>
138
139   <!-- *** Wine Faq *** -->
140   <book id="faq">
141     <bookinfo>
142       <title>Wine FAQ</title>
143     </bookinfo>
144
145     <article class="faq">
146       &faq;
147     </article>
148
149   </book>
150 </set>