mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
94 lines
2.3 KiB
Text
94 lines
2.3 KiB
Text
<!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
|
|
|
|
<!entity running SYSTEM "running.sgml">
|
|
<!entity installing SYSTEM "installing.sgml">
|
|
<!entity configuring SYSTEM "configuring.sgml">
|
|
<!entity registry SYSTEM "registry.sgml">
|
|
<!entity bugs SYSTEM "bugs.sgml">
|
|
<!entity fonts SYSTEM "fonts.sgml">
|
|
<!entity printing SYSTEM "printing.sgml">
|
|
|
|
<!entity compiling SYSTEM "compiling.sgml">
|
|
<!entity debugging SYSTEM "debugging.sgml">
|
|
<!entity documentation SYSTEM "documentation.sgml">
|
|
<!entity patches SYSTEM "patches.sgml">
|
|
<!entity i18n SYSTEM "i18n.sgml">
|
|
<!entity porting SYSTEM "porting.sgml">
|
|
|
|
<!entity packaging SYSTEM "packaging.sgml">
|
|
|
|
<!entity architecture SYSTEM "architecture.sgml">
|
|
<!entity debugger SYSTEM "debugger.sgml">
|
|
<!entity consoles SYSTEM "consoles.sgml">
|
|
<!entity implementation SYSTEM "implementation.sgml">
|
|
<!entity opengl SYSTEM "opengl.sgml">
|
|
<!entity build SYSTEM "build.sgml">
|
|
<!entity tools SYSTEM "tools.sgml">
|
|
<!entity dlls SYSTEM "dlls.sgml">
|
|
<!entity status SYSTEM "status.sgml">
|
|
]>
|
|
|
|
<book id="index">
|
|
<bookinfo>
|
|
<title>Wine Documentation</title>
|
|
</bookinfo>
|
|
|
|
<preface id="preface">
|
|
<title>Notes About this Document</title>
|
|
<para>
|
|
The following documentation has been extracted from the Wine
|
|
source tree, from the <filename>wine/documentation</filename>
|
|
directory. So far, no new content has been added aside from
|
|
marking it up for DocBook and a few minor tweaks to smooth
|
|
that process. All credit should go to the original authors,
|
|
who are attributed according the the "written by" comments
|
|
in those files. If I've missed anyone, please contact
|
|
<email>John R. Sheets <jsheets@codeweavers.com></email>
|
|
</para>
|
|
</preface>
|
|
|
|
<part id="part-one">
|
|
<title>Using Wine</title>
|
|
|
|
&running;
|
|
&installing;
|
|
&configuring;
|
|
&bugs;
|
|
&fonts;
|
|
&printing;
|
|
|
|
</part>
|
|
|
|
<part id="part-two">
|
|
<title>Developing Wine</title>
|
|
|
|
&compiling;
|
|
&debugging;
|
|
&documentation;
|
|
&patches;
|
|
&i18n;
|
|
&porting;
|
|
|
|
</part>
|
|
|
|
<part id="part-three">
|
|
<title>Distributing Wine</title>
|
|
|
|
&packaging;
|
|
|
|
</part>
|
|
|
|
<part id="part-four">
|
|
<title>Wine Architecture</title>
|
|
|
|
&architecture;
|
|
&debugger;
|
|
&consoles;
|
|
&implementation;
|
|
&opengl;
|
|
&build;
|
|
&tools;
|
|
&dlls;
|
|
|
|
</part>
|
|
</book>
|