| <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ | 
 |  | 
 | <!-- *** Include list of authors *** --> | 
 | <!entity % authors SYSTEM "authors.ent"> | 
 | %authors; | 
 |  | 
 | <!entity compiling SYSTEM "compiling.sgml"> | 
 | <!entity debugging SYSTEM "debugging.sgml"> | 
 | <!entity documentation SYSTEM "documentation.sgml"> | 
 | <!entity patches SYSTEM "patches.sgml"> | 
 | <!entity i18n SYSTEM "i18n.sgml"> | 
 | <!entity porting SYSTEM "porting.sgml"> | 
 |  | 
 | <!entity architecture SYSTEM "architecture.sgml"> | 
 | <!entity ole SYSTEM "ole.sgml"> | 
 | <!entity debugger SYSTEM "debugger.sgml"> | 
 | <!entity consoles SYSTEM "consoles.sgml"> | 
 | <!entity implementation SYSTEM "implementation.sgml"> | 
 | <!entity opengl SYSTEM "opengl.sgml"> | 
 | <!entity build SYSTEM "build.sgml"> | 
 | <!entity tools SYSTEM "tools.sgml"> | 
 | <!entity dlls SYSTEM "dlls.sgml"> | 
 | <!entity cvs-regression SYSTEM "cvs-regression.sgml"> | 
 |  | 
 | <!-- | 
 | <!entity status SYSTEM "status.sgml"> | 
 | --> | 
 | ]> | 
 |  | 
 | <book id="index"> | 
 |   <bookinfo> | 
 |     <title>Wine Developer's Guide</title> | 
 |   </bookinfo> | 
 |  | 
 |   <part id="part-one"> | 
 |     <title>Developing Wine</title> | 
 |  | 
 |     &compiling; | 
 |     &debugger; | 
 |     &documentation; | 
 |     &patches; | 
 |     &i18n; | 
 |     &tools; | 
 |   </part> | 
 |  | 
 |   <part id="part-two"> | 
 |     <title>Wine Architecture</title> | 
 |  | 
 |     &architecture; | 
 |     &debugging; | 
 |     &ole; | 
 |     &opengl; | 
 |     &build; | 
 |     &dlls; | 
 |   </part> | 
 |  | 
 |   <part id="part-three"> | 
 |     <title>Advanced Topics</title> | 
 |     &implementation; | 
 |     &porting; | 
 |     &consoles; | 
 |     &cvs-regression; | 
 |   </part> | 
 |  | 
 | </book> |