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