www: b9fe671f: I think this should update all the links...

kstange at pidgin.im kstange at pidgin.im
Wed Jul 1 14:40:31 EDT 2009


-----------------------------------------------------------------
Revision: b9fe671f1bff96fa9bd3d177496f7402bcf3086d
Ancestor: 6608e66f8142343132846d55c8a999b1164bfc1e
Author: kstange at pidgin.im
Date: 2009-07-01T18:34:53
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/b9fe671f1bff96fa9bd3d177496f7402bcf3086d

Modified files:
        htdocs/download/source/index.php
        htdocs/download/windows/index.php
        inc/blurb.downloaddetect.inc

ChangeLog: 

I think this should update all the links to the new SF file system layout.

-------------- next part --------------
============================================================
--- htdocs/download/source/index.php	c58976bda19262568f76f06bfe529b7e13728d56
+++ htdocs/download/source/index.php	a90899136923b934f088ba5667158b3883eb0be8
@@ -20,7 +20,7 @@
 
 <div class="box_download">
 
-<p><a href="http://downloads.sourceforge.net/pidgin/pidgin-<? echo $pidgin_version; ?>.tar.bz2"
+<p><a href="http://sourceforge.net/projects/pidgin/files/Pidgin/pidgin-<? echo $pidgin_version; ?>.tar.bz2"
 onclick="javascript:pageTracker._trackPageview('/goals/downloads/source');"
 >
 <img src="/shared/img/button.download.png" alt="[Down Arrow]" id="downbutton" />
============================================================
--- htdocs/download/windows/index.php	7410e3f22b42e76766a9dfe642fab39c0d55d4e8
+++ htdocs/download/windows/index.php	bd907d0362a5f9e6789d343a32555af8bdf1689d
@@ -20,7 +20,7 @@
 
 <div class="box_download">
 
-<p><a href="http://downloads.sourceforge.net/pidgin/pidgin-<? echo $pidgin_version; ?>.exe"
+<p><a href="http://sourceforge.net/projects/pidgin/files/Pidgin/pidgin-<? echo $pidgin_version; ?>.exe"
 onclick="javascript:pageTracker._trackPageview('/goals/downloads/win');"
 >
 <img src="/shared/img/button.download.png" alt="[Down Arrow]" id="downbutton" />
@@ -30,7 +30,7 @@ onclick="javascript:pageTracker._trackPa
 
 </div>
 
-<p>If your GTK+ is already downloaded and up to date, we have a smaller <a href="http://downloads.sourceforge.net/pidgin/pidgin-<? echo $pidgin_version; ?>-no-gtk.exe">installer without GTK+</a>. </p>
+<p>If your GTK+ is already downloaded and up to date, we have a smaller <a href="http://sourceforge.net/projects/pidgin/files/Pidgin/pidgin-<? echo $pidgin_version; ?>-no-gtk.exe">installer without GTK+</a>. </p>
 
 
 </div>
============================================================
--- inc/blurb.downloaddetect.inc	92da5fa84a2322faa253f0d33dcdce27c956b8c6
+++ inc/blurb.downloaddetect.inc	579b5420a82195715bd6616bf3078a645280d2f1
@@ -10,7 +10,7 @@
 
   if (strstr($useragent, 'Win')) {
     $download_os = "for Windows";
-    $download_link = "http://downloads.sourceforge.net/pidgin/pidgin-$pidgin_version.exe";
+    $download_link = "http://sourceforge.net/projects/pidgin/files/Pidgin/pidgin-$pidgin_version.exe";
     $download_goal = "/goals/downloads/win";
   } else if (strstr($useragent, "Ubuntu")) {
     // Once the PPA is ready to go public, we'll have a separate Ubuntu page.


More information about the Commits mailing list