| <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ |
| |
| <!-- *** Include list of authors *** --> |
| <!entity % authors SYSTEM "authors.ent"> |
| %authors; |
| |
| <!entity build SYSTEM "build.sgml"> |
| <!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 tools SYSTEM "tools.sgml"> |
| |
| <!entity architecture SYSTEM "architecture.sgml"> |
| <!entity debugging SYSTEM "debugging.sgml"> |
| <!entity ole SYSTEM "ole.sgml"> |
| <!entity opengl SYSTEM "opengl.sgml"> |
| <!entity multimedia SYSTEM "multimedia.sgml"> |
| |
| <!entity cvs SYSTEM "cvs.sgml"> |
| |
| <!entity implementation SYSTEM "implementation.sgml"> |
| <!entity porting SYSTEM "porting.sgml"> |
| <!entity consoles SYSTEM "consoles.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> |
| |
| &build; |
| &debugger; |
| &documentation; |
| &patches; |
| &testing; |
| &i18n; |
| &tools; |
| </part> |
| |
| <part id="part-two"> |
| <title>Wine Architecture</title> |
| |
| &architecture; |
| &debugging; |
| &ole; |
| &opengl; |
| &multimedia; |
| </part> |
| |
| <part id="part-three"> |
| <title>Using CVS</title> |
| &cvs; |
| </part> |
| |
| <part id="part-four"> |
| <title>Advanced Topics</title> |
| &implementation; |
| &porting; |
| &consoles; |
| &cvs-regression; |
| </part> |
| |
| </book> |