Update of /cvsroot/audacity/htdocs/download
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23519/download

Modified Files:
        beta_mac.php beta_source.php beta_windows.php 
Log Message:
 Point Beta download links to Google Code

Index: beta_mac.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/beta_mac.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- beta_mac.php        9 Oct 2008 00:24:43 -0000       1.15
+++ beta_mac.php        10 Jul 2009 02:58:08 -0000      1.16
@@ -22,7 +22,7 @@
 <h3 id="recdown"><?=_("Recommended Download")?></h3>
 <?php include "recommended.inc.php"?>
 <ul>
-  <li><p>OS X 10.4 or later (Universal Binary): <?php printf(_('<a 
href="%s">Audacity %s</a> (.dmg file, %.1lf MB)'), "../beta/".$macosx_ub_url, 
macosx_ub_version, macosx_ub_size)?></p></li>
+  <li><p>OS X 10.4 or later (Universal Binary): <?php printf(_('<a 
href="%s">Audacity %s</a> (.dmg file, %.1lf MB)'), "".$macosx_ub_url, 
macosx_ub_version, macosx_ub_size)?></p></li>
 </ul>
 
                <p> <b>Installation instructions:</b>
@@ -42,7 +42,7 @@
 
 <h3 id="sysreq"><?=_("System Requirements")?></h3>
 <ul>
-  <li><?=_("OS X 10.3 and earlier are not supported, however the previous")?> 
<a 
href="http://downloads.sourceforge.net/audacity/audacity-macosx-ub-1.3.3.dmg?modtime=1179456290&big_mirror=0";>1.3.3
 Beta</a> (.dmg file, 7.2 MB) <?=_("supports OS X 10.3.")?></li>
+  <li><?=_("OS X 10.3 and earlier are not supported, however the previous")?> 
<a 
href="http://audacity.googlecode.com/files/audacity-macosx-ub-1.3.3.dmg";>1.3.3 
Beta</a> (.dmg file, 7.2 MB) <?=_("supports OS X 10.3.")?></li>
   <li><?=_("Audacity runs best with at least 64 MB RAM and a 300 MHz 
processor.")?></li>
 </ul>
 

Index: beta_source.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/beta_source.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- beta_source.php     2 Jul 2009 03:20:34 -0000       1.10
+++ beta_source.php     10 Jul 2009 02:58:08 -0000      1.11
@@ -20,14 +20,14 @@
 <h3 id="recdown"><?=_("Recommended Download")?></h3>
 
 <ul>
-<li><p><?php printf(_('<a href="%s">Audacity %s release (source tarball)</a> 
(%s file, %.1lf MB)'), downloadtest_url($min_src_url), src_version, src_suffix, 
min_src_size)?> 
+<li><p><?php printf(_('<a href="%s">Audacity %s release (source tarball)</a> 
(%s file, %.1lf MB)'), download_url($min_src_url), src_version, src_suffix, 
min_src_size)?> 
 <?php printf(_('This is our standard source tarball. It assumes your system 
has the necessary dependencies (libraries) installed (see below).'))?></p></li>
 </ul>
 
 <h3><?=_("Optional Downloads")?></h3>
 
 <ul>
-<li><p><?php printf(_('<a href="%s">Audacity %s release (source tarball)</a> 
(%s file, %.1lf MB)'), downloadtest_url($full_src_url), src_version, 
src_suffix, full_src_size)?> 
+<li><p><?php printf(_('<a href="%s">Audacity %s release (source tarball)</a> 
(%s file, %.1lf MB)'), download_url($full_src_url), src_version, src_suffix, 
full_src_size)?> 
 <?php printf(_('This is a full source tarball, useful for Windows and Mac 
machines which may lack the necessary dependencies to compile 
Audacity.'))?></p></li>
   <li><p><?php printf(_('<a href="%s">Latest CVS development code</a>, 
incorporating changes since the release tarball.'), 
"../community/developers#cvs")?></p></li>
   <li><p><?php printf(_('If you have trouble with your download, or need an 
older version of Audacity, try our <a href="%s">alternate download 
links</a>.'), 
"http://sourceforge.net/project/showfiles.php?group_id=6235";)?></p></li>

Index: beta_windows.php
===================================================================
RCS file: /cvsroot/audacity/htdocs/download/beta_windows.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- beta_windows.php    25 Oct 2008 07:31:44 -0000      1.12
+++ beta_windows.php    10 Jul 2009 02:58:08 -0000      1.13
@@ -21,9 +21,9 @@
 <?php include "recommended.inc.php" ?>
 <ul>
 
-  <li><p>Windows 2000/XP/Vista: <?php printf(_('<a href="%s">Audacity %s 
installer</a> (.exe file, %.1lf MB) - The latest version of the free Audacity 
audio editor. See <a 
href="http://audacityteam.org/wiki/index.php?title=Windows_Vista_OS";>further 
information about Vista</a>.'), "../beta/".$win_exe_unicode_url, 
win_exe_unicode_version, win_exe_unicode_size)?></p></li>
+  <li><p>Windows 2000/XP/Vista: <?php printf(_('<a href="%s">Audacity %s 
installer</a> (.exe file, %.1lf MB) - The latest version of the free Audacity 
audio editor. See <a 
href="http://audacityteam.org/wiki/index.php?title=Windows_Vista_OS";>further 
information about Vista</a>.'), "".$win_exe_unicode_url, 
win_exe_unicode_version, win_exe_unicode_size)?></p></li>
 
-  <li><p>Windows 98/ME: <?php printf(_('<a href="%s">Audacity %s installer</a> 
(.exe file, %.1lf MB) - The latest version of the free Audacity audio 
editor.</a>'), "../beta/".$win_exe_url, win_exe_version, 
win_exe_size)?></p></li>
+  <li><p>Windows 98/ME: <?php printf(_('<a href="%s">Audacity %s installer</a> 
(.exe file, %.1lf MB) - The latest version of the free Audacity audio 
editor.</a>'), "".$win_exe_url, win_exe_version, win_exe_size)?></p></li>
 
 </ul>
 
@@ -44,10 +44,10 @@
   <?php include "common.inc.php"; ?>
   <li><p>Windows 2000/XP/Vista: <?php printf(_('<a href="%s">Audacity %s zip 
file</a> (%.1lf MB)
   - If you cannot run the installer because you are in a computer lab or other 
restricted environment, download and unzip this or the file below instead.'),
-    "../beta/".$win_zip_unicode_url, win_zip_unicode_version, 
win_zip_unicode_size)?></p></li>
+    "".$win_zip_unicode_url, win_zip_unicode_version, 
win_zip_unicode_size)?></p></li>
 
   <li><p>Windows 98/ME: <?php printf('<a href="%s">Audacity %s zip file</a> 
(%.1lf MB)',
-    "../beta/".$win_zip_url, win_zip_version, win_zip_size)?></p></li>
+    "".$win_zip_url, win_zip_version, win_zip_size)?></p></li>
 </ul>
 
 <?php include "windows_sys_reqs.inc.php" ?>


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to