Add scrolling support for VGA text mode.
[wine/wine-kai.git] / documentation / wine-user.sgml
blobf111bdfc9f1432e34f30fbb93aa3d61d5e943183
1 <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
3 <!-- *** Include list of authors *** -->
4 <!entity % authors SYSTEM "authors.ent">
5 %authors;
7 <!entity introduction SYSTEM "introduction.sgml">
8 <!entity getting SYSTEM "getting.sgml">
9 <!entity compiling SYSTEM "compiling.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">
17 <!entity glossary SYSTEM "glossary.sgml">
20 <book id="index">
21 <bookinfo>
22 <title>Wine User Guide</title>
23 </bookinfo>
25 &introduction;
26 &getting;
27 &compiling;
28 &installing;
29 &configuring;
30 &running;
31 &bugs;
32 &glossary;
34 </book>