WineHQ: serve docs uncompressed (page)

Dimitrie O. Paun dpaun at rogers.com
Wed Mar 10 23:09:05 CST 2004


This patch modifies the docu page to serve
uncompressed docs.

ChangeLog
    Serve up the uncompressed documents.
    Organize the page a bit. Add the man page for widl.

-- 
Dimi.
-------------- next part --------------
Index: templates/en/documentation.template
===================================================================
RCS file: /home/wine/lostwages/templates/en/documentation.template,v
retrieving revision 1.6
diff -u -r1.6 documentation.template
--- templates/en/documentation.template	10 Mar 2004 15:50:58 -0000	1.6
+++ templates/en/documentation.template	11 Mar 2004 05:05:26 -0000
@@ -2,54 +2,58 @@
 
 <h1>Documentation</h1>
 
- <p><b>Online</b></p>
- <ol>
-     <li><a href="{$root}/site/docs/wine-user/index">Wine User Guide</a><br />
-     How to use and configure Wine for running Windows applications.</li><p />
-
-     <li><a href="{$root}/site/docs/winelib-user/index">Winelib User Guide</a><br />
-     How to use Wine to port Windows applications to Linux.</li><p />
-     
-     <li><a href="{$root}/site/docs/wine-devel/index">Wine Developers Guide</a><br />
-     How to hack on Wine.</li><p />
+ <h2>Guides</h2>
+ <ul>
+     <li><a href="{$root}/site/docs/wine-user/index">Wine User Guide</a>
+	<font size="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+	<a href="/docs/wine-user.html">HTML</a> /
+	<a href="/docs/wine-user.pdf">PDF</a> /
+	<a href="/docs/wine-user.ps">PostScript</a>
+	</font>
+     <br>How to use and configure Wine for running Windows applications.</li><p />
+
+     <li><a href="{$root}/site/docs/winelib-user/index">Winelib User Guide</a>
+	<font size="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+	<a href="/docs/winelib-user.html">HTML</a> /
+	<a href="/docs/winelib-user.pdf">PDF</a> /
+	<a href="/docs/winelib-user.ps">PostScript</a>
+	</font>
+     <br>How to use Wine to port Windows applications to Linux.</li><p />
      
-     <li><a href="{$root}/site/docs/wine">wine man page</a><br />
-     Command line options for the wine binary.</li><p />
+     <li><a href="{$root}/site/docs/wine-devel/index">Wine Developers Guide</a>
+	<font size="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+	<a href="/docs/wine-devel.html">HTML</a> /
+	<a href="/docs/wine-devel.pdf">PDF</a> /
+	<a href="/docs/wine-devel.ps">PostScript</a>
+	</font>
+     <br>How to hack on Wine.</li><p />
+ </ul>
 
-     <li><a href="{$root}/site/docs/wine-conf">wine-conf man page</a><br />
-     Man page on the Wine configuration file.</li><p />
+ <h2>Man Pages</h2>
+ <ul>
+     <li><a href="{$root}/site/docs/wine">wine man page</a>
+     <br>Command line options for the wine binary.</li><p />
 
-     <li><a href="{$root}/site/docs/winebuild">wine-build man page</a><br />
-     Command line options for the winebuild binary.</li><p />
+     <li><a href="{$root}/site/docs/wine-conf">wine-conf man page</a>
+     <br>Man page on the Wine configuration file.</li><p />
 
-     <li><a href="{$root}/site/docs/winedump">winedump man page</a><br />
-     Command line options for the winedump binary.</li><p />
+     <li><a href="{$root}/site/docs/winebuild">wine-build man page</a>
+     <br>Command line options for the winebuild binary.</li><p />
 
-     <li><a href="{$root}/site/docs/winemaker">winemaker man page</a><br />
-     Command line options for the winemaker binary.</li><p />
+     <li><a href="{$root}/site/docs/winedump">winedump man page</a>
+     <br>Command line options for the winedump binary.</li><p />
 
-     <li><a href="{$root}/site/docs/wmc">wmc man page</a><br />
-     Command line options for the wmc binary.</li><p />
+     <li><a href="{$root}/site/docs/winemaker">winemaker man page</a>
+     <br>Command line options for the winemaker binary.</li><p />
 
-     <li><a href="{$root}/site/docs/wrc">wrc man page</a><br />
-     Command line options for the wrc binary.</li><p />
- </ol>
+     <li><a href="{$root}/site/docs/widl">wild man page</a>
+     <br>Command line options for the IDL compiler.</li><p />
 
- 
- <p><b>Documentation Downloads</b></p>
- <ul>
-     <li><a href="/docs/winedoc-html.tgz">HTML</a><br />
-     An archive of HTML files for all the guides.</li><p />
-     
-     <li><a href="/docs/winedoc-pdf.tgz">PDF</a><br />
-     An archive of PDF files for all the guides.</li><p />
-     
-     <li><a href="/docs/winedoc-ps.tgz">PostScript</a><br />
-     An archive of PostScript files for all the guides.</li><p />
-     
-     <li><a href="/docs/winedoc-sgml.tgz">DocBook SGML</a><br />
-     An archive of the original DocBook SGML files for all the guides,
-     used to generate the other formats.</li><p />      
+     <li><a href="{$root}/site/docs/wmc">wmc man page</a>
+     <br>Command line options for the message compiler.</li><p />
+
+     <li><a href="{$root}/site/docs/wrc">wrc man page</a>
+     <br>Command line options for the resource compiler.</li><p />
  </ul>
 
 <p>&nbsp;</p>


More information about the wine-patches mailing list