Fixed atom test to work on Windows.
[wine/multimedia.git] / documentation / wine-doc.sgml
blob892f84d6ff42475b0127ca7fa19e54c7918e2ae9
1 <!doctype set PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
3 <!-- *** Include list of authors *** -->
4 <!entity % authors SYSTEM "authors.ent">
5 %authors;
7 <!-- *** Entities for Wine User Guide *** -->
8 <!entity introduction SYSTEM "introduction.sgml">
9 <!entity getting SYSTEM "getting.sgml">
10 <!entity installing SYSTEM "installing.sgml">
11 <!entity configuring SYSTEM "configuring.sgml">
12 <!entity registry SYSTEM "registry.sgml">
13 <!entity fonts SYSTEM "fonts.sgml">
14 <!entity printing SYSTEM "printing.sgml">
15 <!entity running SYSTEM "running.sgml">
16 <!entity bugs SYSTEM "bugs.sgml">
18 <!-- *** Entities for Wine Developer Guide *** -->
19 <!entity compiling SYSTEM "compiling.sgml">
20 <!entity debugging SYSTEM "debugging.sgml">
21 <!entity documentation SYSTEM "documentation.sgml">
22 <!entity testing SYSTEM "testing.sgml">
23 <!entity patches SYSTEM "patches.sgml">
24 <!entity i18n SYSTEM "i18n.sgml">
25 <!entity porting SYSTEM "porting.sgml">
26 <!entity architecture SYSTEM "architecture.sgml">
27 <!entity ole SYSTEM "ole.sgml">
28 <!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">
35 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
36 <!entity multimedia SYSTEM "multimedia.sgml">
38 <!-- *** Entities for Wine Developer Guide *** -->
39 <!entity winelib-user SYSTEM "winelib-user.sgml">
41 <!-- *** 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">
49 <!-- *** Entities for Wine Packager Guide *** -->
50 <!entity packaging SYSTEM "packaging.sgml">
54 <set id="index">
55 <setinfo>
56 <title>Wine Documentation</title>
58 <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>
69 <!-- *** Wine User Guide *** -->
70 <book id="index-user">
71 <bookinfo>
72 <title>Wine User Guide</title>
73 </bookinfo>
75 &introduction;
76 &getting;
78 &installing;
79 &configuring;
80 &running;
81 &bugs;
82 </book>
84 <!-- *** Wine Developer Guide *** -->
85 <book id="index-developer">
86 <bookinfo>
87 <title>Wine Developer's Guide</title>
88 </bookinfo>
90 <part id="part-one">
91 <title>Developing Wine</title>
92 &compiling;
93 &debugger;
94 &documentation;
95 &testing;
96 &patches;
97 &i18n;
98 &tools;
99 </part>
101 <part id="part-two">
102 <title>Wine Architecture</title>
103 &architecture;
104 &debugging;
105 &ole;
106 &opengl;
107 &build;
108 &dlls;
109 &multimedia;
110 </part>
112 <part>
113 <title>Advanced Topics</title>
114 &implementation;
115 &porting;
116 &consoles;
117 &cvs-regression;
118 </part>
119 </book>
122 <!-- *** Winelib User Guide *** -->
123 <book id="index-winelib">
124 <bookinfo>
125 <title>Winelib User's Guide</title>
126 </bookinfo>
128 &winelib-intro;
129 &winelib-porting;
130 &winelib-toolkit;
131 &winelib-mfc;
132 &winelib-bindlls;
133 &winelib-packaging;
135 </book>
137 <!-- *** Wine Packager Guide *** -->
138 <book id="index-pkg">
139 <bookinfo>
140 <title>Wine Packagers Guide</title>
141 </bookinfo>
143 &packaging;
144 </book>
145 </set>