Jeremy Newman : rename the ubuntu and debian pages, link to the download page

Jeremy Newman jnewman at winehq.org
Thu Apr 14 09:03:06 CDT 2011


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

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Thu Apr 14 09:02:43 2011 -0500

rename the ubuntu and debian pages, link to the download page

---

 templates/en/download.template                     |    8 ++++----
 .../download/{debsid.template => debian.template}  |    0
 .../en/download/{deb.template => ubuntu.template}  |    0
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/templates/en/download.template b/templates/en/download.template
index 33b79f1..c5cd4c5 100644
--- a/templates/en/download.template
+++ b/templates/en/download.template
@@ -57,19 +57,19 @@ requested in exchange for hosting the Wine web site.</p>
   </tr>
   
   <tr bgcolor="#ffffff">
-    <td align="center"><a href="{$root}/download/deb">
+    <td align="center"><a href="{$root}/download/ubuntu">
       <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> 
+    <td> <b><a href="{$root}/download/ubuntu">Download Ubuntu packages</a></b> 
      - binary and source .debs for Ubuntu Karmic (9.10), Lucid (10.04 LTS), Maverick (10.10), and Natty (11.04)
     <td><a href="mailto:scott at open-vote.org">Scott Ritchie</a></td>
   </tr>
 
    <tr bgcolor="#ffffff">
-    <td align=center><a href="{$root}/download/deblenny">
+    <td align=center><a href="{$root}/download/debian">
       <img src="{$root}/images/distro/debian.png" width="50" height="50" alt="Debian Linux" border="0"></a>
     </td>
-    <td> <b><a href="{$root}/download/deblenny">Download Debian packages</a></b> 
+    <td> <b><a href="{$root}/download/debian">Download Debian packages</a></b> 
      - binary .debs for Debian Lenny, Squeeze and Sid</td>
     <td><a href="mailto:repository at lamaresh.net">Maurilio Genovese</a><br><a href="mailto:ben.klein at lamaresh.net">Ben Klein</a></td>
   </tr>
diff --git a/templates/en/download/debsid.template b/templates/en/download/debian.template
similarity index 100%
rename from templates/en/download/debsid.template
rename to templates/en/download/debian.template
diff --git a/templates/en/download/deb.template b/templates/en/download/ubuntu.template
similarity index 100%
rename from templates/en/download/deb.template
rename to templates/en/download/ubuntu.template




More information about the wine-cvs mailing list