Fix remaining signed/unsigned mismatches.
[wine.git] / documentation / wine-doc.sgml
blob0d84b3529c96e9f3f15c80be80aa819f786ccb09
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 running SYSTEM "running.sgml">
14 <!entity bugs SYSTEM "bugs.sgml">
16 <!-- *** Not currently used (???) *** -->
17 <!entity fonts SYSTEM "fonts.sgml">
18 <!entity printing SYSTEM "printing.sgml">
20 <!-- *** Entities for Wine Developer Guide *** -->
21 <!entity compiling SYSTEM "compiling.sgml">
22 <!entity debugging SYSTEM "debugging.sgml">
23 <!entity documentation SYSTEM "documentation.sgml">
24 <!entity patches SYSTEM "patches.sgml">
25 <!entity i18n SYSTEM "i18n.sgml">
26 <!entity porting SYSTEM "porting.sgml">
27 <!entity architecture SYSTEM "architecture.sgml">
28 <!entity ole SYSTEM "ole.sgml">
29 <!entity debugger SYSTEM "debugger.sgml">
30 <!entity consoles SYSTEM "consoles.sgml">
31 <!entity implementation SYSTEM "implementation.sgml">
32 <!entity opengl SYSTEM "opengl.sgml">
33 <!entity build SYSTEM "build.sgml">
34 <!entity tools SYSTEM "tools.sgml">
35 <!entity dlls SYSTEM "dlls.sgml">
36 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
38 <!-- *** Entities for Wine Developer Guide *** -->
39 <!entity winelib-user SYSTEM "winelib-user.sgml">
41 <!-- *** Entities for Wine Packager Guide *** -->
42 <!entity packaging SYSTEM "packaging.sgml">
46 <set id="index">
47 <setinfo>
48 <title>Wine Documentation</title>
50 <releaseinfo>
51 <emphasis>
52 The following documentation has been extracted from the Wine
53 source tree, from the <filename>wine/documentation</filename>
54 directory. All credit should go to the original authors, who
55 are attributed according the the "written by" comments in
56 those files. Additional content has also been added.
57 </emphasis>
58 </releaseinfo>
59 </setinfo>
61 <!-- *** Wine User Guide *** -->
62 <book id="index-user">
63 <bookinfo>
64 <title>Wine User Guide</title>
65 </bookinfo>
67 &introduction;
68 &getting;
70 &installing;
71 &configuring;
72 &running;
73 &bugs;
74 <!--
75 &fonts;
76 &printing;
77 -->
78 </book>
80 <!-- *** Wine Developer Guide *** -->
81 <book id="index-developer">
82 <bookinfo>
83 <title>Wine Developer's Guide</title>
84 </bookinfo>
86 <part id="part-one">
87 <title>Developing Wine</title>
88 &compiling;
89 &debugger;
90 &documentation;
91 &patches;
92 &i18n;
93 &tools;
94 </part>
96 <part id="part-two">
97 <title>Wine Architecture</title>
98 &architecture;
99 &debugging;
100 &ole;
101 &opengl;
102 &build;
103 &dlls;
104 </part>
106 <part>
107 <title>Advanced Topics</title>
108 &implementation;
109 &porting;
110 &consoles;
111 &cvs-regression;
112 </part>
113 </book>
116 <!-- *** Winelib User Guide *** -->
117 &winelib-user;
119 <!-- *** Wine Packager Guide *** -->
120 <book id="index-pkg">
121 <bookinfo>
122 <title>Wine Packagers Guide</title>
123 </bookinfo>
125 &packaging;
126 </book>
127 </set>