Cast time_t to long for printing.
[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>Douglas</firstname>
87         <surname>Ridgway</surname>
88       </author>
89       <author>
90         <firstname>John</firstname>
91         <surname>Sheets</surname>
92       </author>
93       <author>
94         <firstname>Lionel</firstname>
95         <surname>Ulmer</surname>
96       </author>
97       <author>
98         <firstname>Ulrich</firstname>
99         <surname>Weigand</surname>
100       </author>
101       <author>
102         <firstname>Morten</firstname>
103         <surname>Welinder</surname>
104       </author>
105     </authorgroup-->
106   </bookinfo>
107
108   <part id="part-one">
109     <title>Developing Wine</title>
110
111     &debugger;
112     &documentation;
113     &patches;
114     &testing;
115     &i18n;
116   </part>
117
118   <part id="part-two">
119     <title>Wine Architecture</title>
120
121     &architecture;
122     &debugging;
123     &ole;
124     &opengl;
125     &multimedia;
126   </part>
127
128   <part id="part-three">
129     <title>Advanced Topics</title>
130     &implementation;
131     &porting;
132     &consoles;
133     &cvs-regression;
134   </part>
135
136 </book>