139 lines
3.0 KiB
Plaintext
139 lines
3.0 KiB
Plaintext
<!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
|
|
|
|
<!entity debugger SYSTEM "debugger.sgml">
|
|
<!entity documentation SYSTEM "documentation.sgml">
|
|
<!entity patches SYSTEM "patches.sgml">
|
|
<!entity testing SYSTEM "testing.sgml">
|
|
<!entity i18n SYSTEM "i18n.sgml">
|
|
|
|
<!entity architecture SYSTEM "architecture.sgml">
|
|
<!entity debugging SYSTEM "debugging.sgml">
|
|
<!entity ole SYSTEM "ole.sgml">
|
|
<!entity opengl SYSTEM "opengl.sgml">
|
|
<!entity ddraw SYSTEM "ddraw.sgml">
|
|
<!entity multimedia SYSTEM "multimedia.sgml">
|
|
|
|
<!entity implementation SYSTEM "implementation.sgml">
|
|
<!entity porting SYSTEM "porting.sgml">
|
|
<!entity consoles SYSTEM "consoles.sgml">
|
|
<!entity cvs-regression SYSTEM "cvs-regression.sgml">
|
|
|
|
]>
|
|
|
|
<book id="index">
|
|
<bookinfo>
|
|
<title>Wine Developer's Guide</title>
|
|
|
|
<!-- Until we learn how to format this thing nicely,
|
|
we can't really incude it -->
|
|
<!--authorgroup>
|
|
<author>
|
|
<firstname>Uwe</firstname>
|
|
<surname>Bonnes</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Jonathan</firstname>
|
|
<surname>Buzzard</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Zoran</firstname>
|
|
<surname>Dzelajlija</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Klaas</firstname>
|
|
<surname>van Gend</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Francois</firstname>
|
|
<surname>Gouget</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Jon</firstname>
|
|
<surname>Griffiths</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Albert</firstname>
|
|
<surname>den Haan</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Ove</firstname>
|
|
<surname>Kaaven</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Tony</firstname>
|
|
<surname>Lambregts</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Marcus</firstname>
|
|
<surname>Meissner</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Gerard</firstname>
|
|
<surname>Patel</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Dimitrie</firstname>
|
|
<surname>Paun</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Michele</firstname>
|
|
<surname>Petrovski</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Eric</firstname>
|
|
<surname>Pouech</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Douglas</firstname>
|
|
<surname>Ridgway</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>John</firstname>
|
|
<surname>Sheets</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Lionel</firstname>
|
|
<surname>Ulmer</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Ulrich</firstname>
|
|
<surname>Weigand</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Morten</firstname>
|
|
<surname>Welinder</surname>
|
|
</author>
|
|
</authorgroup-->
|
|
</bookinfo>
|
|
|
|
<part id="part-one">
|
|
<title>Developing Wine</title>
|
|
|
|
&debugger;
|
|
&documentation;
|
|
&patches;
|
|
&testing;
|
|
&i18n;
|
|
</part>
|
|
|
|
<part id="part-two">
|
|
<title>Wine Architecture</title>
|
|
|
|
&architecture;
|
|
&debugging;
|
|
&ole;
|
|
&opengl;
|
|
&ddraw;
|
|
&multimedia;
|
|
</part>
|
|
|
|
<part id="part-three">
|
|
<title>Advanced Topics</title>
|
|
&implementation;
|
|
&porting;
|
|
&consoles;
|
|
&cvs-regression;
|
|
</part>
|
|
|
|
</book>
|