- stubs for SHLWAPI.295 (create a URL shortcut ?) and SHLWAPI.394
[wine/multimedia.git] / documentation / wine-doc.sgml
blob87ae33221c9852253318214aa2e89043332df041
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 patches SYSTEM "patches.sgml">
23 <!entity i18n SYSTEM "i18n.sgml">
24 <!entity porting SYSTEM "porting.sgml">
25 <!entity architecture SYSTEM "architecture.sgml">
26 <!entity ole SYSTEM "ole.sgml">
27 <!entity debugger SYSTEM "debugger.sgml">
28 <!entity consoles SYSTEM "consoles.sgml">
29 <!entity implementation SYSTEM "implementation.sgml">
30 <!entity opengl SYSTEM "opengl.sgml">
31 <!entity build SYSTEM "build.sgml">
32 <!entity tools SYSTEM "tools.sgml">
33 <!entity dlls SYSTEM "dlls.sgml">
34 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
35 <!entity multimedia SYSTEM "multimedia.sgml">
37 <!-- *** Entities for Wine Developer Guide *** -->
38 <!entity winelib-user SYSTEM "winelib-user.sgml">
40 <!-- *** Entities for Winelib User Guide *** -->
41 <!entity winelib-intro SYSTEM "winelib-intro.sgml">
42 <!entity winelib-porting SYSTEM "winelib-porting.sgml">
43 <!entity winelib-toolkit SYSTEM "winelib-toolkit.sgml">
44 <!entity winelib-mfc SYSTEM "winelib-mfc.sgml">
45 <!entity winelib-bindlls SYSTEM "winelib-bindlls.sgml">
46 <!entity winelib-packaging SYSTEM "winelib-pkg.sgml">
48 <!-- *** Entities for Wine Packager Guide *** -->
49 <!entity packaging SYSTEM "packaging.sgml">
53 <set id="index">
54 <setinfo>
55 <title>Wine Documentation</title>
57 <releaseinfo>
58 <emphasis>
59 The following documentation has been extracted from the Wine
60 source tree, from the <filename>wine/documentation</filename>
61 directory. All credit should go to the original authors, who
62 are attributed according the the "written by" comments in
63 those files. Additional content has also been added.
64 </emphasis>
65 </releaseinfo>
66 </setinfo>
68 <!-- *** Wine User Guide *** -->
69 <book id="index-user">
70 <bookinfo>
71 <title>Wine User Guide</title>
72 </bookinfo>
74 &introduction;
75 &getting;
77 &installing;
78 &configuring;
79 &running;
80 &bugs;
81 </book>
83 <!-- *** Wine Developer Guide *** -->
84 <book id="index-developer">
85 <bookinfo>
86 <title>Wine Developer's Guide</title>
87 </bookinfo>
89 <part id="part-one">
90 <title>Developing Wine</title>
91 &compiling;
92 &debugger;
93 &documentation;
94 &patches;
95 &i18n;
96 &tools;
97 </part>
99 <part id="part-two">
100 <title>Wine Architecture</title>
101 &architecture;
102 &debugging;
103 &ole;
104 &opengl;
105 &build;
106 &dlls;
107 &multimedia;
108 </part>
110 <part>
111 <title>Advanced Topics</title>
112 &implementation;
113 &porting;
114 &consoles;
115 &cvs-regression;
116 </part>
117 </book>
120 <!-- *** Winelib User Guide *** -->
121 <book id="index-winelib">
122 <bookinfo>
123 <title>Winelib User's Guide</title>
124 </bookinfo>
126 &winelib-intro;
127 &winelib-porting;
128 &winelib-toolkit;
129 &winelib-mfc;
130 &winelib-bindlls;
131 &winelib-packaging;
133 </book>
135 <!-- *** Wine Packager Guide *** -->
136 <book id="index-pkg">
137 <bookinfo>
138 <title>Wine Packagers Guide</title>
139 </bookinfo>
141 &packaging;
142 </book>
143 </set>