Module: website Branch: master Commit: e67e28d90790c026a5bd79f44c9df720178f4551 URL: http://source.winehq.org/git/website.git/?a=commit;h=e67e28d90790c026a5bd79f...
Author: Scott Ritchie scott@open-vote.org Date: Thu Feb 12 01:36:47 2009 -0800
Trim download page to reduce vertical scroll
Thanks, Scott Ritchie
From 1ea6f216a1c77cefd81817e1fad6f1aa3bb8d1ea Mon Sep 17 00:00:00 2001
From: Scott Ritchie scott@open-vote.org Date: Thu, 12 Feb 2009 01:32:42 -0800 Subject: Trim the download page a bit to reduce vertical scrolling and an uneeded paragraph.
Also move FreeBSD to be right next to PC BSD.
---
templates/en/download.template | 29 ++++++++++++----------------- 1 files changed, 12 insertions(+), 17 deletions(-)
diff --git a/templates/en/download.template b/templates/en/download.template index 97e5dfb..1526531 100644 --- a/templates/en/download.template +++ b/templates/en/download.template @@ -36,15 +36,10 @@ requested in exchange for hosting the Wine web site.</p>
<h2><a name="binary"></a>Wine Binary Downloads</h2>
-<p>Official WineHQ builds for Linux Red Hat, Mandriva, SUSE, Slackware and FreeBSD, -hosted by <a href="http://sourceforge.net/project/showfiles.php?group_id=6241">SourceForge.net</a>. -Updated with each release.</p> - -<p><b>See the +<p><table><tr><td>Latest stable release:</td><td>Wine {$config_stable_release}</td> +<td rowspan="2"><b>See the <a href="http://wiki.winehq.org/HowTo">installation and configuration how-to</a> -for post-installation instructions.</b></p> - -<p><table><tr><td>Latest stable release:</td><td>Wine {$config_stable_release}</td></tr> +for post-installation instructions.</b></td></tr> <tr><td>Latest development release:</td><td>Wine {$config_master_release}</td></tr></table></p>
<table border="0" cellpadding="5" cellspacing="1" bgcolor="#EFEFEF"> @@ -74,15 +69,6 @@ for post-installation instructions.</b></p> </tr>
<tr bgcolor="#ffffff"> - <td align="center"><a href="http://www.freshports.org/emulators/wine/"> - <img src="{$root}/images/distro/freebsd.png" width="50" height="54" alt="FreeBSD" border="0"></a> - </td> - <td> <b><a href="http://www.freshports.org/emulators/wine/">FreeBSD</a></b> - source for FreeBSD 5.3 or later</td> - <td><a href="mailto:gerald@pfeifer.com">Gerald Pfeifer</a></td> - </tr> - - <tr bgcolor="#ffffff"> <td align="center"><a href="http://fedoraproject.org/wiki/AndreasBierfert/Wine"> <img src="{$root}/images/distro/redhat.png" width="50" height="50" alt="RedHat Linux" border="0"></a> </td> @@ -127,6 +113,15 @@ for post-installation instructions.</b></p> </tr>
<tr bgcolor="#ffffff"> + <td align="center"><a href="http://www.freshports.org/emulators/wine/"> + <img src="{$root}/images/distro/freebsd.png" width="50" height="54" alt="FreeBSD" border="0"></a> + </td> + <td> <b><a href="http://www.freshports.org/emulators/wine/">FreeBSD</a></b> + source for FreeBSD 5.3 or later</td> + <td><a href="mailto:gerald@pfeifer.com">Gerald Pfeifer</a></td> + </tr> + + <tr bgcolor="#ffffff"> <td align="center"><a href="http://www.pbidir.com/bt/search/?str=wine&search=Search"> <img src="{$root}/images/distro/pcbsd.png" width="50" height="50" alt="FreeBSD" border="0"></a> </td>