Jeremy Newman : moving documentation downloads to the FTP site

Jeremy Newman jnewman at winehq.org
Wed Dec 10 10:33:06 CST 2008


Module: website
Branch: master
Commit: d2025afefdb413871a1a6c86924eba4e60bf1270
URL:    http://source.winehq.org/git/website.git/?a=commit;h=d2025afefdb413871a1a6c86924eba4e60bf1270

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Wed Dec 10 10:32:45 2008 -0600

moving documentation downloads to the FTP site

---

 templates/en/documentation.template |   60 +++++++++++++++++-----------------
 1 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/templates/en/documentation.template b/templates/en/documentation.template
index fc81638..01e35d0 100644
--- a/templates/en/documentation.template
+++ b/templates/en/documentation.template
@@ -6,46 +6,46 @@
  <h2>Guides</h2>
  <ul>
    <li>
-     <a href="{$root}/site/docs/wineusr-guide/index">Wine User Guide</a><br />
+     <a href="{$root}/docs/wineusr-guide/index">Wine User Guide</a><br />
      How to use and configure Wine for running Windows applications.<br />
      <span class=small>&nbsp;&nbsp;&nbsp;<b>formats:</b>
-     <a href="{$root}/site/docs/wineusr-guide/index">Online</a> |
-	 <a href="/docs/en/wineusr-guide.html">HTML</a> |
-	 <a href="/docs/en/wineusr-guide.pdf">PDF</a> |
-	 <a href="/docs/en/wineusr-guide.ps">PostScript</a>
-	 </span>
+     <a href="{$root}/docs/wineusr-guide/index">Online</a> |
+     <a href="http://ftp.winehq.org/pub/wine/docs/en/wineusr-guide.html">HTML</a> |
+     <a href="http://ftp.winehq.org/pub/wine/docs/en/wineusr-guide.pdf">PDF</a> |
+     <a href="http://ftp.winehq.org/pub/wine/docs/en/wineusr-guide.ps">PostScript</a>
+     </span>
    </li><p />
 
    <li>
-     <a href="{$root}/site/docs/winelib-guide/index">Winelib User Guide</a><br />
+     <a href="{$root}/docs/winelib-guide/index">Winelib User Guide</a><br />
      How to use Wine to port Windows applications to Linux.<br />
      <span class=small>&nbsp;&nbsp;&nbsp;<b>formats:</b>
-     <a href="{$root}/site/docs/winelib-guide/index">Online</a> |
-	 <a href="/docs/en/winelib-guide.html">HTML</a> |
-	 <a href="/docs/en/winelib-guide.pdf">PDF</a> |
-	 <a href="/docs/en/winelib-guide.ps">PostScript</a>
-	 </span>
+     <a href="{$root}/docs/winelib-guide/index">Online</a> |
+     <a href="http://ftp.winehq.org/pub/wine/docs/en/winelib-guide.html">HTML</a> |
+     <a href="http://ftp.winehq.org/pub/wine/docs/en/winelib-guide.pdf">PDF</a> |
+     <a href="http://ftp.winehq.org/pub/wine/docs/en/winelib-guide.ps">PostScript</a>
+     </span>
    </li><p />
      
    <li>
-     <a href="{$root}/site/docs/winedev-guide/index">Wine Developers Guide</a><br />
+     <a href="{$root}/docs/winedev-guide/index">Wine Developers Guide</a><br />
      How to hack on Wine.<br />
      <span class=small>&nbsp;&nbsp;&nbsp;<b>formats:</b>
-     <a href="{$root}/site/docs/winedev-guide/index">Online</a> |
-	 <a href="/docs/en/winedev-guide.html">HTML</a> |
-	 <a href="/docs/en/winedev-guide.pdf">PDF</a> |
-	 <a href="/docs/en/winedev-guide.ps">PostScript</a>
-	 </span>
+     <a href="{$root}/docs/winedev-guide/index">Online</a> |
+     <a href="http://ftp.winehq.org/pub/wine/docs/en/winedev-guide.html">HTML</a> |
+     <a href="http://ftp.winehq.org/pub/wine/docs/en/winedev-guide.pdf">PDF</a> |
+     <a href="http://ftp.winehq.org/pub/wine/docs/en/winedev-guide.ps">PostScript</a>
+     </span>
    </li><p />
 
    <li>
-     <a href="{$root}/site/howto">How to help get applications
+     <a href="{$root}/howto">How to help get applications
      working in Wine</a><br />
      A short guide for those who want to help us make things work.<br />
    </li><p />
 
    <li>
-     <a href="{$root}/site/developer-cheatsheet">Getting started with Wine
+     <a href="{$root}/developer-cheatsheet">Getting started with Wine
      development</a><br />
      A crash course in Wine development and debugging. <br />
    </li>
@@ -54,34 +54,34 @@
 
  <h2>Man Pages</h2>
  <ul>
-     <li><a href="{$root}/site/docs/wine">wine man page</a>
+     <li><a href="{$root}/docs/wine">wine man page</a>
      <br>Command line options for the wine binary.</li><p />
 
-     <li><a href="{$root}/site/docs/wineserver">wineserver man page</a>
+     <li><a href="{$root}/docs/wineserver">wineserver man page</a>
      <br>Command line options for the wineserver binary.</li><p />
 
-     <li><a href="{$root}/site/docs/wineprefixcreate">wineprefixcreate man page</a>
+     <li><a href="{$root}/docs/wineprefixcreate">wineprefixcreate man page</a>
      <br>Command line options for the wineprefixcreate tool.</li><p />
 
-     <li><a href="{$root}/site/docs/winebuild">winebuild man page</a>
+     <li><a href="{$root}/docs/winebuild">winebuild man page</a>
      <br>Command line options for the winebuild binary.</li><p />
 
-     <li><a href="{$root}/site/docs/winedump">winedump man page</a>
+     <li><a href="{$root}/docs/winedump">winedump man page</a>
      <br>Command line options for the winedump binary.</li><p />
 
-     <li><a href="{$root}/site/docs/winemaker">winemaker man page</a>
+     <li><a href="{$root}/docs/winemaker">winemaker man page</a>
      <br>Command line options for the winemaker binary.</li><p />
 
-     <li><a href="{$root}/site/docs/widl">widl man page</a>
+     <li><a href="{$root}/docs/widl">widl man page</a>
      <br>Command line options for the IDL compiler.</li><p />
 
-     <li><a href="{$root}/site/docs/wmc">wmc man page</a>
+     <li><a href="{$root}/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>
+     <li><a href="{$root}/docs/wrc">wrc man page</a>
      <br>Command line options for the resource compiler.</li><p />
 
-     <li><a href="{$root}/site/docs/winegcc">winegcc man page</a>
+     <li><a href="{$root}/docs/winegcc">winegcc man page</a>
      <br>Command line options for the winegcc compiler.</li><p />
  </ul>
 




More information about the wine-cvs mailing list