blob: 892f84d6ff42475b0127ca7fa19e54c7918e2ae9 [file] [log] [blame]
John R. Sheetsd9e064f2000-12-13 21:52:37 +00001<!doctype set PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
John R. Sheets1e8e5ba2000-08-08 01:24:00 +00002
John R. Sheetsd9e064f2000-12-13 21:52:37 +00003<!-- *** Include list of authors *** -->
4<!entity % authors SYSTEM "authors.ent">
5%authors;
6
7<!-- *** Entities for Wine User Guide *** -->
8<!entity introduction SYSTEM "introduction.sgml">
9<!entity getting SYSTEM "getting.sgml">
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000010<!entity installing SYSTEM "installing.sgml">
11<!entity configuring SYSTEM "configuring.sgml">
12<!entity registry SYSTEM "registry.sgml">
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000013<!entity fonts SYSTEM "fonts.sgml">
14<!entity printing SYSTEM "printing.sgml">
Ian Pilcher744820d2001-04-02 19:14:41 +000015<!entity running SYSTEM "running.sgml">
16<!entity bugs SYSTEM "bugs.sgml">
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000017
John R. Sheetsd9e064f2000-12-13 21:52:37 +000018<!-- *** Entities for Wine Developer Guide *** -->
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000019<!entity compiling SYSTEM "compiling.sgml">
20<!entity debugging SYSTEM "debugging.sgml">
21<!entity documentation SYSTEM "documentation.sgml">
Francois Gouget848d50d2002-09-17 00:07:03 +000022<!entity testing SYSTEM "testing.sgml">
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000023<!entity patches SYSTEM "patches.sgml">
24<!entity i18n SYSTEM "i18n.sgml">
25<!entity porting SYSTEM "porting.sgml">
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000026<!entity architecture SYSTEM "architecture.sgml">
John R. Sheetsd9e064f2000-12-13 21:52:37 +000027<!entity ole SYSTEM "ole.sgml">
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000028<!entity debugger SYSTEM "debugger.sgml">
29<!entity consoles SYSTEM "consoles.sgml">
30<!entity implementation SYSTEM "implementation.sgml">
31<!entity opengl SYSTEM "opengl.sgml">
32<!entity build SYSTEM "build.sgml">
33<!entity tools SYSTEM "tools.sgml">
34<!entity dlls SYSTEM "dlls.sgml">
John R. Sheetsd9e064f2000-12-13 21:52:37 +000035<!entity cvs-regression SYSTEM "cvs-regression.sgml">
Eric Pouech30975c02001-05-22 19:26:31 +000036<!entity multimedia SYSTEM "multimedia.sgml">
John R. Sheetsd9e064f2000-12-13 21:52:37 +000037
38<!-- *** Entities for Wine Developer Guide *** -->
39<!entity winelib-user SYSTEM "winelib-user.sgml">
40
John R. Sheets1828e592001-01-24 19:36:24 +000041<!-- *** Entities for Winelib User Guide *** -->
42<!entity winelib-intro SYSTEM "winelib-intro.sgml">
43<!entity winelib-porting SYSTEM "winelib-porting.sgml">
44<!entity winelib-toolkit SYSTEM "winelib-toolkit.sgml">
45<!entity winelib-mfc SYSTEM "winelib-mfc.sgml">
46<!entity winelib-bindlls SYSTEM "winelib-bindlls.sgml">
47<!entity winelib-packaging SYSTEM "winelib-pkg.sgml">
48
John R. Sheetsd9e064f2000-12-13 21:52:37 +000049<!-- *** Entities for Wine Packager Guide *** -->
50<!entity packaging SYSTEM "packaging.sgml">
51
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000052]>
53
John R. Sheetsd9e064f2000-12-13 21:52:37 +000054<set id="index">
55 <setinfo>
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000056 <title>Wine Documentation</title>
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000057
John R. Sheetsd9e064f2000-12-13 21:52:37 +000058 <releaseinfo>
59 <emphasis>
60 The following documentation has been extracted from the Wine
61 source tree, from the <filename>wine/documentation</filename>
62 directory. All credit should go to the original authors, who
63 are attributed according the the "written by" comments in
64 those files. Additional content has also been added.
65 </emphasis>
66 </releaseinfo>
67 </setinfo>
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000068
John R. Sheetsd9e064f2000-12-13 21:52:37 +000069 <!-- *** Wine User Guide *** -->
70 <book id="index-user">
71 <bookinfo>
72 <title>Wine User Guide</title>
73 </bookinfo>
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000074
John R. Sheetsd9e064f2000-12-13 21:52:37 +000075 &introduction;
76 &getting;
77
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000078 &installing;
79 &configuring;
John R. Sheetsd9e064f2000-12-13 21:52:37 +000080 &running;
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000081 &bugs;
John R. Sheetsd9e064f2000-12-13 21:52:37 +000082 </book>
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000083
John R. Sheetsd9e064f2000-12-13 21:52:37 +000084 <!-- *** Wine Developer Guide *** -->
85 <book id="index-developer">
86 <bookinfo>
87 <title>Wine Developer's Guide</title>
88 </bookinfo>
John R. Sheets1e8e5ba2000-08-08 01:24:00 +000089
John R. Sheetsd9e064f2000-12-13 21:52:37 +000090 <part id="part-one">
91 <title>Developing Wine</title>
92 &compiling;
93 &debugger;
94 &documentation;
Francois Gouget848d50d2002-09-17 00:07:03 +000095 &testing;
John R. Sheetsd9e064f2000-12-13 21:52:37 +000096 &patches;
97 &i18n;
98 &tools;
99 </part>
John R. Sheets1e8e5ba2000-08-08 01:24:00 +0000100
John R. Sheetsd9e064f2000-12-13 21:52:37 +0000101 <part id="part-two">
102 <title>Wine Architecture</title>
103 &architecture;
104 &debugging;
105 &ole;
106 &opengl;
107 &build;
108 &dlls;
Eric Pouech30975c02001-05-22 19:26:31 +0000109 &multimedia;
John R. Sheetsd9e064f2000-12-13 21:52:37 +0000110 </part>
John R. Sheets1e8e5ba2000-08-08 01:24:00 +0000111
John R. Sheetsd9e064f2000-12-13 21:52:37 +0000112 <part>
113 <title>Advanced Topics</title>
114 &implementation;
115 &porting;
116 &consoles;
117 &cvs-regression;
118 </part>
119 </book>
John R. Sheets1e8e5ba2000-08-08 01:24:00 +0000120
John R. Sheetsd9e064f2000-12-13 21:52:37 +0000121
122 <!-- *** Winelib User Guide *** -->
John R. Sheets1828e592001-01-24 19:36:24 +0000123<book id="index-winelib">
124 <bookinfo>
125 <title>Winelib User's Guide</title>
126 </bookinfo>
127
128 &winelib-intro;
129 &winelib-porting;
130 &winelib-toolkit;
131 &winelib-mfc;
132 &winelib-bindlls;
133 &winelib-packaging;
134
135</book>
John R. Sheetsd9e064f2000-12-13 21:52:37 +0000136
137 <!-- *** Wine Packager Guide *** -->
138 <book id="index-pkg">
139 <bookinfo>
140 <title>Wine Packagers Guide</title>
141 </bookinfo>
John R. Sheets1e8e5ba2000-08-08 01:24:00 +0000142
143 &packaging;
John R. Sheetsd9e064f2000-12-13 21:52:37 +0000144 </book>
145</set>