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