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