pidgin/old.pidgin.im

cc4e6b664d0d
Parents a039c83155c5
Children cff3e584aec5
Point people to the 2.10.7 offline installer for Windows.
--- a/inc/blurb.downloaddetect.inc Wed Feb 13 08:50:40 2013 -0800
+++ b/inc/blurb.downloaddetect.inc Wed Feb 13 10:15:13 2013 -0800
@@ -10,7 +10,7 @@
if (strstr($useragent, 'Win')) {
$download_type = "windows";
$download_os = "for Windows";
- $download_link = "http://sourceforge.net/projects/pidgin/files/Pidgin/$pidgin_win32_version/pidgin-$pidgin_win32_version.exe/download";
+ $download_link = "http://sourceforge.net/projects/pidgin/files/Pidgin/$pidgin_win32_version/pidgin-$pidgin_win32_version-offline.exe/download";
$download_have_direct_link = true;
$download_version = $pidgin_win32_version;
} else if (strstr($useragent, "Ubuntu")) {
--- a/inc/downloads.inc Wed Feb 13 08:50:40 2013 -0800
+++ b/inc/downloads.inc Wed Feb 13 10:15:13 2013 -0800
@@ -14,7 +14,7 @@
'subsect' => 'Windows',
'description' => 'Download the free Pidgin universal chat client for Windows',
'body' => '<p class="download_button">
-<a class="sourceforge_accelerator_link" href="http://sourceforge.net/projects/pidgin/files/Pidgin/' . $pidgin_win32_version . '/pidgin-' . $pidgin_win32_version . '.exe/download">Download Now</a>
+<a class="sourceforge_accelerator_link" href="http://sourceforge.net/projects/pidgin/files/Pidgin/' . $pidgin_win32_version . '/pidgin-' . $pidgin_win32_version . '-offline.exe/download">Download Now</a>
<script type="text/javascript">
(function() {
var script = document.createElement("script");
@@ -26,8 +26,9 @@
</script>
</p>
-<p>This version of Pidgin downloads an appropriate version of GTK+. GTK+ is now installed locally for Pidgin, and not system-wide, thus Pidgin will not interfere with other GTK+ apps on your system.</p>
-<p>If you would like to have GTK+ included in the installer, we have an <a href="http://sourceforge.net/projects/pidgin/files/Pidgin/' . $pidgin_win32_version . '/pidgin-' . $pidgin_win32_version . '-offline.exe/download">offline installer</a> that bundles everything except spell-checking dictionaries. </p>',
+<p>This version of Pidgin includes an appropriate version of GTK+. GTK+ is now installed locally for Pidgin, and not system-wide, thus Pidgin will not interfere with other GTK+ apps on your system.</p>
+<p><i>Note: We are currently only offering the "offline" installer for 2.10.7. This is a larger initial download that includes GTK+. We will likely offer the non-offline installer (which downloads GTK+ on the fly) in the next few days.</i></p>
+<!-- <p>If you would like to have GTK+ included in the installer, we have an <a href="http://sourceforge.net/projects/pidgin/files/Pidgin/' . $pidgin_win32_version . '/pidgin-' . $pidgin_win32_version . '-offline.exe/download">offline installer</a> that bundles everything except spell-checking dictionaries. </p> -->',
),
'ubuntu' => array(
--- a/inc/version.inc Wed Feb 13 08:50:40 2013 -0800
+++ b/inc/version.inc Wed Feb 13 10:15:13 2013 -0800
@@ -4,7 +4,7 @@
$pidgin_version = "2.10.7";
// Current Windows Pidgin Release
-$pidgin_win32_version = "2.10.6";
+$pidgin_win32_version = "2.10.7";
// Version of Pidgin in the Ubuntu PPA
$pidgin_ubuntu_version = "2.10.6";