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