Assorted spelling fixes.
[wine] / documentation / wine-devel.sgml
1 <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
2
3 <!entity debugger SYSTEM "debugger.sgml">
4 <!entity documentation SYSTEM "documentation.sgml">
5 <!entity patches SYSTEM "patches.sgml">
6 <!entity testing SYSTEM "testing.sgml">
7 <!entity i18n SYSTEM "i18n.sgml">
8
9 <!entity architecture SYSTEM "architecture.sgml">
10 <!entity debugging SYSTEM "debugging.sgml">
11 <!entity ole SYSTEM "ole.sgml">
12 <!entity opengl SYSTEM "opengl.sgml">
13 <!entity ddraw SYSTEM "ddraw.sgml">
14 <!entity multimedia SYSTEM "multimedia.sgml">
15
16 <!entity implementation SYSTEM "implementation.sgml">
17 <!entity porting SYSTEM "porting.sgml">
18 <!entity consoles SYSTEM "consoles.sgml">
19 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
20
21 ]>
22
23 <book id="index">
24   <bookinfo>
25     <title>Wine Developer's Guide</title>
26
27     <!-- Until we learn how to format this thing nicely, 
28          we can't really incude it -->
29     <!--authorgroup>
30       <author>
31         <firstname>Uwe</firstname>
32         <surname>Bonnes</surname>
33       </author>
34       <author>
35         <firstname>Jonathan</firstname>
36         <surname>Buzzard</surname>
37       </author>
38       <author>
39         <firstname>Zoran</firstname>
40         <surname>Dzelajlija</surname>
41       </author>
42       <author>
43         <firstname>Klaas</firstname>
44         <surname>van Gend</surname>
45       </author>
46       <author>
47         <firstname>Francois</firstname>
48         <surname>Gouget</surname>
49       </author>
50       <author>
51         <firstname>Jon</firstname>
52         <surname>Griffiths</surname>
53       </author>
54       <author>
55         <firstname>Albert</firstname>
56         <surname>den Haan</surname>
57       </author>
58       <author>
59         <firstname>Ove</firstname>
60         <surname>Kaaven</surname>
61       </author>
62       <author>
63         <firstname>Tony</firstname>
64         <surname>Lambregts</surname>
65       </author>
66       <author>
67         <firstname>Marcus</firstname>
68         <surname>Meissner</surname>
69       </author>
70       <author>
71         <firstname>Gerard</firstname>
72         <surname>Patel</surname>
73       </author>
74       <author>
75         <firstname>Dimitrie</firstname>
76         <surname>Paun</surname>
77       </author>
78       <author>
79         <firstname>Michele</firstname>
80         <surname>Petrovski</surname>
81       </author>
82       <author>
83         <firstname>Eric</firstname>
84         <surname>Pouech</surname>
85       </author>
86       <author>
87         <firstname>Douglas</firstname>
88         <surname>Ridgway</surname>
89       </author>
90       <author>
91         <firstname>John</firstname>
92         <surname>Sheets</surname>
93       </author>
94       <author>
95         <firstname>Lionel</firstname>
96         <surname>Ulmer</surname>
97       </author>
98       <author>
99         <firstname>Ulrich</firstname>
100         <surname>Weigand</surname>
101       </author>
102       <author>
103         <firstname>Morten</firstname>
104         <surname>Welinder</surname>
105       </author>
106     </authorgroup-->
107   </bookinfo>
108
109   <part id="part-one">
110     <title>Developing Wine</title>
111
112     &debugger;
113     &documentation;
114     &patches;
115     &testing;
116     &i18n;
117   </part>
118
119   <part id="part-two">
120     <title>Wine Architecture</title>
121
122     &architecture;
123     &debugging;
124     &ole;
125     &opengl;
126     &ddraw;
127     &multimedia;
128   </part>
129
130   <part id="part-three">
131     <title>Advanced Topics</title>
132     &implementation;
133     &porting;
134     &consoles;
135     &cvs-regression;
136   </part>
137
138 </book>