Module: website Branch: master Commit: a4b6b133e01de7366e1c3a3ea38916149f26a2ed URL: http://source.winehq.org/git/website.git/?a=commit;h=a4b6b133e01de7366e1c3a3...
Author: Maurilio Genovese repository@lamaresh.net Date: Wed Dec 10 12:30:58 2008 +0100
Patch for debian lenny repository
in attachment
Maurilio Genovese
From 3f807550fcc412f9d75df5a2475245377674ebd5 Mon Sep 17 00:00:00 2001
From: Maurilio Genovese <maurilio@(none).(none)> Date: Wed, 10 Dec 2008 12:28:50 +0100 Subject: Fixed mail address and a typo modified: templates/en/download.template modified: templates/en/download/deblenny.template
---
templates/en/download.template | 2 +- templates/en/download/deblenny.template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/templates/en/download.template b/templates/en/download.template index 066d0ff..8c0bdb8 100644 --- a/templates/en/download.template +++ b/templates/en/download.template @@ -79,7 +79,7 @@ for post-installation instructions.</b></p> </td> <td> <b><a href="{$root}/download/deblenny">Debian</a></b> binary .debs for Debian Lenny (5.0)</td> - <td><a href="mailto:lamalennyreport@altervista.org">Maurilio Genovese</a></td> + <td><a href="mailto:repository@lamaresh.net">Maurilio Genovese</a></td> </tr>
<tr bgcolor="#ffffff"> diff --git a/templates/en/download/deblenny.template b/templates/en/download/deblenny.template index 5965be0..d5e9238 100644 --- a/templates/en/download/deblenny.template +++ b/templates/en/download/deblenny.template @@ -28,12 +28,12 @@ Wine for Debian Lenny <div style="position:relative;left:20px"><i>apt-get update</i> <font color="gray">#to update package list</font></div> <div style="position:relative;left:20px"><i>apt-get install wine</i> <font color="gray">#to install latest wine version</font></div><p></p> <h2>Method 2: Download .deb and manually install it</h2> -<div style="position:relative;left:20px">Chose a .deb package from <a href="http://www.lamalennyrepo.altervista.org/binary.php" target="_new">binary list</a> and save it in your home directory</div> +<div style="position:relative;left:20px">Chose a .deb package from <a href="http://www.lamaresh.net/binary.php" target="_blank">binary list</a> and save it in your home directory</div> <div style="position:relative;left:20px">Open a terminal</div> <div style="position:relative;left:20px"><i>cd ~</i> <font color="gray">#to go to your home directory</font></div> <div style="position:relative;left:20px"><i>su</i> <font color="gray">#to log as root</font></div> -<div style="position:relative;left:20px"><i>dpkg -i wine_1.1.x_i386.deb</i> <font color="gray">#change xxx with your chosen package, this will install wine</font></div> +<div style="position:relative;left:20px"><i>dpkg -i wine_1.1.xxx.deb</i> <font color="gray">#change xxx with your chosen package, this will install wine</font></div>
-<br><br><p style="font-size:12px;text-align:left;font-style: italic;">Manteiner: <a href="http://www.lamaresh.net" target="_blank">homepage</a>, <a href="mailto:lamalennyrepo@altervista.org">email</a></p> +<br><br><p style="font-size:12px;text-align:left;font-style: italic;">Maintainer: <a href="http://www.lamaresh.net" target="_blank">homepage</a>, <a href="mailto:repository@lamaresh.net">email</a></p>