John R. Sheets | 8c63fb6 | 2001-01-19 20:58:37 +0000 | [diff] [blame] | 1 | <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [ |
| 2 | |
| 3 | <!-- *** Include list of authors *** --> |
| 4 | <!entity % authors SYSTEM "authors.ent"> |
| 5 | %authors; |
| 6 | |
| 7 | <!entity compiling SYSTEM "compiling.sgml"> |
| 8 | <!entity debugging SYSTEM "debugging.sgml"> |
| 9 | <!entity documentation SYSTEM "documentation.sgml"> |
| 10 | <!entity patches SYSTEM "patches.sgml"> |
| 11 | <!entity i18n SYSTEM "i18n.sgml"> |
| 12 | <!entity porting SYSTEM "porting.sgml"> |
| 13 | |
| 14 | <!entity architecture SYSTEM "architecture.sgml"> |
| 15 | <!entity ole SYSTEM "ole.sgml"> |
| 16 | <!entity debugger SYSTEM "debugger.sgml"> |
| 17 | <!entity consoles SYSTEM "consoles.sgml"> |
| 18 | <!entity implementation SYSTEM "implementation.sgml"> |
| 19 | <!entity opengl SYSTEM "opengl.sgml"> |
| 20 | <!entity build SYSTEM "build.sgml"> |
| 21 | <!entity tools SYSTEM "tools.sgml"> |
| 22 | <!entity dlls SYSTEM "dlls.sgml"> |
| 23 | <!entity cvs-regression SYSTEM "cvs-regression.sgml"> |
| 24 | |
| 25 | <!-- |
| 26 | <!entity status SYSTEM "status.sgml"> |
| 27 | --> |
| 28 | ]> |
| 29 | |
| 30 | <book id="index"> |
| 31 | <bookinfo> |
| 32 | <title>Wine Developer's Guide</title> |
| 33 | </bookinfo> |
| 34 | |
| 35 | <part id="part-one"> |
| 36 | <title>Developing Wine</title> |
| 37 | |
| 38 | &compiling; |
| 39 | &debugger; |
| 40 | &documentation; |
| 41 | &patches; |
| 42 | &i18n; |
| 43 | &tools; |
| 44 | </part> |
| 45 | |
| 46 | <part id="part-two"> |
| 47 | <title>Wine Architecture</title> |
| 48 | |
| 49 | &architecture; |
| 50 | &debugging; |
| 51 | &ole; |
| 52 | &opengl; |
| 53 | &build; |
| 54 | &dlls; |
| 55 | </part> |
| 56 | |
| 57 | <part id="part-three"> |
| 58 | <title>Advanced Topics</title> |
| 59 | &implementation; |
| 60 | &porting; |
| 61 | &consoles; |
| 62 | &cvs-regression; |
| 63 | </part> |
| 64 | |
| 65 | </book> |