mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
041a8de270
Update it to the latest info, make it less prone to obsolescence. Updated the Wine executables from list produced by Tom Wickline.
154 lines
3.8 KiB
Plaintext
154 lines
3.8 KiB
Plaintext
<!doctype set PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
|
|
|
|
<!-- *** Include list of authors *** -->
|
|
<!entity % authors SYSTEM "authors.ent">
|
|
%authors;
|
|
|
|
<!-- *** Entities for Wine User Guide *** -->
|
|
<!entity introduction SYSTEM "introduction.sgml">
|
|
<!entity getting SYSTEM "getting.sgml">
|
|
<!entity compiling SYSTEM "compiling.sgml">
|
|
<!entity installing SYSTEM "installing.sgml">
|
|
<!entity configuring SYSTEM "configuring.sgml">
|
|
<!entity registry SYSTEM "registry.sgml">
|
|
<!entity fonts SYSTEM "fonts.sgml">
|
|
<!entity printing SYSTEM "printing.sgml">
|
|
<!entity running SYSTEM "running.sgml">
|
|
<!entity bugs SYSTEM "bugs.sgml">
|
|
<!entity glossary SYSTEM "glossary.sgml">
|
|
|
|
<!-- *** Entities for Wine Developer Guide *** -->
|
|
<!entity debugger SYSTEM "debugger.sgml">
|
|
<!entity documentation SYSTEM "documentation.sgml">
|
|
<!entity patches SYSTEM "patches.sgml">
|
|
<!entity testing SYSTEM "testing.sgml">
|
|
<!entity i18n SYSTEM "i18n.sgml">
|
|
<!entity tools SYSTEM "tools.sgml">
|
|
<!entity architecture SYSTEM "architecture.sgml">
|
|
<!entity dlls SYSTEM "dlls.sgml">
|
|
<!entity debugging SYSTEM "debugging.sgml">
|
|
<!entity ole SYSTEM "ole.sgml">
|
|
<!entity build SYSTEM "build.sgml">
|
|
<!entity opengl SYSTEM "opengl.sgml">
|
|
<!entity multimedia SYSTEM "multimedia.sgml">
|
|
<!entity cvs SYSTEM "cvs.sgml">
|
|
<!entity implementation SYSTEM "implementation.sgml">
|
|
<!entity porting SYSTEM "porting.sgml">
|
|
<!entity consoles SYSTEM "consoles.sgml">
|
|
<!entity cvs-regression SYSTEM "cvs-regression.sgml">
|
|
|
|
<!-- *** Entities for Winelib User Guide *** -->
|
|
<!entity winelib-intro SYSTEM "winelib-intro.sgml">
|
|
<!entity winelib-porting SYSTEM "winelib-porting.sgml">
|
|
<!entity winelib-toolkit SYSTEM "winelib-toolkit.sgml">
|
|
<!entity winelib-mfc SYSTEM "winelib-mfc.sgml">
|
|
<!entity winelib-bindlls SYSTEM "winelib-bindlls.sgml">
|
|
<!entity winelib-packaging SYSTEM "winelib-pkg.sgml">
|
|
|
|
<!-- *** Entities for Wine FAQ *** -->
|
|
<!entity faq SYSTEM "faq.sgml">
|
|
|
|
]>
|
|
|
|
<set id="index">
|
|
<setinfo>
|
|
<title>Wine Documentation</title>
|
|
|
|
<releaseinfo>
|
|
<emphasis>
|
|
The following documentation has been extracted from the Wine
|
|
source tree, from the <filename>wine/documentation</filename>
|
|
directory. All credit should go to the original authors, who
|
|
are attributed according the the "written by" comments in
|
|
those files. Additional content has also been added.
|
|
</emphasis>
|
|
</releaseinfo>
|
|
</setinfo>
|
|
|
|
<!-- *** Wine User Guide *** -->
|
|
<book id="index-user">
|
|
<bookinfo>
|
|
<title>Wine User Guide</title>
|
|
</bookinfo>
|
|
|
|
&introduction;
|
|
&getting;
|
|
&compiling;
|
|
&installing;
|
|
&configuring;
|
|
&running;
|
|
&bugs;
|
|
&glossary;
|
|
</book>
|
|
|
|
<!-- *** Wine Developer Guide *** -->
|
|
<book id="index-developer">
|
|
<bookinfo>
|
|
<title>Wine Developer's Guide</title>
|
|
</bookinfo>
|
|
|
|
<part id="part-one">
|
|
<title>Developing Wine</title>
|
|
&debugger;
|
|
&documentation;
|
|
&testing;
|
|
&patches;
|
|
&i18n;
|
|
&tools;
|
|
</part>
|
|
|
|
<part id="part-two">
|
|
<title>Wine Architecture</title>
|
|
&architecture;
|
|
&dlls;
|
|
&debugging;
|
|
&ole;
|
|
&build;
|
|
&opengl;
|
|
&multimedia;
|
|
</part>
|
|
|
|
<part id="part-three">
|
|
<title>Using CVS</title>
|
|
&cvs;
|
|
</part>
|
|
|
|
<part id="part-four">
|
|
<title>Advanced Topics</title>
|
|
&implementation;
|
|
&porting;
|
|
&consoles;
|
|
&cvs-regression;
|
|
</part>
|
|
</book>
|
|
|
|
|
|
<!-- *** Winelib User Guide *** -->
|
|
<book id="index-winelib">
|
|
<bookinfo>
|
|
<title>Winelib User's Guide</title>
|
|
</bookinfo>
|
|
|
|
&winelib-intro;
|
|
&winelib-porting;
|
|
&winelib-toolkit;
|
|
&winelib-mfc;
|
|
&winelib-bindlls;
|
|
&winelib-packaging;
|
|
|
|
</book>
|
|
|
|
</book>
|
|
<!-- *** Wine Faq *** -->
|
|
<book id="faq">
|
|
<bookinfo>
|
|
<title>Wine FAQ</title>
|
|
</bookinfo>
|
|
|
|
<article class="faq">
|
|
&faq;
|
|
</article>
|
|
|
|
</book>
|
|
</set>
|