Module: website
Branch: master
Commit: e9f6e16ddbdad9b0154b512c991505993ec7fe36
URL: http://source.winehq.org/git/website.git/?a=commit;h=e9f6e16ddbdad9b0154b51…
Author: Scott Ritchie <scott(a)open-vote.org>
Date: Tue May 18 09:17:59 2010 -0700
Only support Ubuntu 9.10 and 10.04
Modify downloads page to reflect the newer versions only.
>From 73f1ccbaf5f7e39e8bc5477e97a328e2e9c4a2f7 Mon Sep 17 00:00:00 2001
From: Scott Ritchie <scott(a)open-vote.org>
Date: Tue, 18 May 2010 09:15:49 -0700
Subject: Only support Ubuntu 9.10 and 10.04
To: wine-patches <wine-patches(a)winehq.org>
Reply-To: wine-devel <wine-devel(a)winehq.org>
---
templates/en/download.template | 2 +-
templates/en/download/deb.template | 75 ++++++++----------------------------
2 files changed, 17 insertions(+), 60 deletions(-)
diff --git a/templates/en/download.template b/templates/en/download.template
index dd50dae..cdabcff 100644
--- a/templates/en/download.template
+++ b/templates/en/download.template
@@ -61,7 +61,7 @@ requested in exchange for hosting the Wine web site.</p>
<img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu linux" border="0"></a>
</td>
<td> <b><a href="{$root}/download/deb">Download Ubuntu packages</a></b>
- - binary and source .debs for Ubuntu Lucid (10.04), Karmic (9.10), Jaunty (9.04), Intrepid (8.10), and Hardy (8.04)
+ - binary and source .debs for Ubuntu Lucid (10.04) and Karmic (9.10)
<td><a href="mailto:scott@open-vote.org">Scott Ritchie</a></td>
</tr>
diff --git a/templates/en/download/deb.template b/templates/en/download/deb.template
index 15dc245..b059673 100644
--- a/templates/en/download/deb.template
+++ b/templates/en/download/deb.template
@@ -1,27 +1,25 @@
-<!--TITLE:[Wine for Debian based distributions]-->
-<!--BLURB:[Wine for Debian based distributions]-->
+<!--TITLE:[Installing the latest Wine on Ubuntu]-->
+<!--BLURB:[Installing the latest Wine on Ubuntu]-->
<h1 class="title"><a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a>
Wine for Ubuntu and Ubuntu derivatives
<a href="http://www.ubuntu.com/" target="_new"><img src="{$root}/images/distro/ubuntu.png" width="50" height="50" alt="Ubuntu Logo" border="0"></a></h1>
-<p>Ubuntu and other Debian-based distributions utilize a special tool for
-managing packages known as APT. APT is able to automagically install all of
-the needed dependencies for a software package, as well as keep the package up
-to date, by scanning what are known as APT repositories. Ubuntu has its own
-repository of software that includes Wine, however we keep our own repository
-of the latest available beta packages here for download.</p>
+<p>Ubuntu and Ubuntu derivatives (such as Kubuntu) obtain software from
+<i>packages</i> which are stored in <i>repositories</i>. Ubuntu's default
+repository includes Wine, however if you want to stay up to date with the
+latest Wine beta package you can use WineHQ's by following these instructions.
+</p>
-<h2>Warning: These are beta packages</h2>
+<h2>Warning: These are beta packages for Ubuntu 9.10 or later</h2>
<p><i>The packages here are beta packages. This means they will
periodically suffer from
<a href="http://wiki.winehq.org/Regression">regressions</a>, and as a result an
-update may break functionality in Wine. If the latest stable release of Wine
-(currently Wine 1.0.1) works for you, then you may not want to use these
-beta packages.</i></p>
+update may break functionality in Wine. If the Wine version provided with Ubuntu
+works for you, then you may not want to use these beta packages.</i></p>
-<h2>Adding the WineHQ APT Repository:</h2>
+<h2>Adding the WineHQ Repository:</h2>
<p>Open the Software Sources menu by going to
<b>System->Administration->Software Sources</b>. Then select the <b>Third
@@ -29,33 +27,9 @@ Party Software</b> tab and click <b>Add</b>.</p>
<img src="{$root}/images/distro/ubuntu-ppa.png" width="531" height="509" alt="System->Administration->Software Sources->Third Party Software" border="0">
-<p>Then, <b>copy and paste one of the lines below</b> depending on which
-version you are running.</p>
+<p>Then, <b>copy and paste the line below</b>.</p>
-<p><b>For Ubuntu Lucid (10.04):</b><br>
<i>ppa:ubuntu-wine/ppa</i></p>
-<p><b>For Ubuntu Karmic (9.10):</b><br>
-<i>ppa:ubuntu-wine/ppa</i></p>
-<p><b>For Ubuntu Jaunty (9.04):</b><br>
-<i>deb http://wine.budgetdedicated.com/apt jaunty main #WineHQ - Ubuntu 9.04 "Jaunty Jackalope"</i></p>
-<p><b>For Ubuntu Intrepid (8.10):</b><br>
-<i>deb http://wine.budgetdedicated.com/apt intrepid main #WineHQ - Ubuntu 8.10 "Intrepid Ibex"</i></p>
-<p><b>For Ubuntu Hardy (8.04):</b><br>
-<i>deb http://wine.budgetdedicated.com/apt hardy main #WineHQ - Ubuntu 8.04 "Hardy Heron"</i></p>
-
-<h2>Trusting the WineHQ APT Repository (9.04 and earlier):</h2>
-
-<p>After adding the repository, you also need to add the key for the repository
-to your system's list of trusted keys. Ubuntu 9.10 users may skip this step.</p>
-
-<p>For Ubuntu 9.04 and earlier,
-<b><a href="http://wine.budgetdedicated.com/apt/Scott%20Ritchie.gpg">download
-and save Scott Ritchie's key</a></b> (right click -> save as) to your desktop.
-Then open the <b>Authentication</b> tab, click <b>import key file</b>, and
-select the key file you just saved (<i>Scott Ritchie.gpg</i>). It is safe to
-delete this file after doing this step.</p>
-
-<img src="{$root}/images/distro/ubuntu-softwaresources2.png" width="531" height="509" alt="System->Administration->Software Sources->Authentication" border="0">
<h2>Installing Wine:</h2>
@@ -67,10 +41,10 @@ Wine or just <a href="apt://wine">click this link</a>.</p>
<h2>Upgrading to a new version of Ubuntu</h2>
-<p>If you are upgrading the entire system, such as going from Ubuntu 8.04 to
-8.10, you will need to come back to this page and add the repository for the new
-version above. The built in update manager will not switch the Wine repository
-automatically.</p>
+<p>If you are upgrading the entire system, such as going from Ubuntu 9.10 to
+10.04, you will need to come back to this page and add the repository again.
+The built in update manager will not switch the Wine repository automatically.
+</p>
<h2>Older .deb packages</h2>
@@ -86,25 +60,8 @@ the packages are available at
line, as follows. These may be useful on Kubuntu, Xubuntu, and other Ubuntu
derivatives. You will need to run these in a terminal window.</p>
-<h3>For 10.04 (Lucid) and 9.10 (Karmic):</h3>
-
<p><i>sudo add-apt-repository ppa:ubuntu-wine/ppa</i></p>
-<h3>For 9.04 and earlier:</h3>
-<p>Add the repository's key to your system's list of trusted APT keys by copy
-and pasting the following into your terminal:</p>
-
-<p><i>wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -</i></p>
-
-<p>Next, add the repository to your system's list of APT sources:</p>
-
-<p><b>For Ubuntu Jaunty (9.04):</b><br>
-<i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/jaunty.list -O /etc/apt/sources.list.d/winehq.list</i></p>
-<p><b>For Ubuntu Intrepid (8.10):</b><br>
-<i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/intrepid.list -O /etc/apt/sources.list.d/winehq.list</i></p>
-<p><b>For Ubuntu Hardy (8.04):</b><br>
-<i>sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list</i></p>
-
<p>Then update APT's package information by running '<b>sudo apt-get
update</b>'. You can now install Wine normally or by typing '<b>sudo apt-get
install wine</b>' into the terminal.</p>