From: Francesco M. <fr...@us...> - 2007-02-24 17:52:00
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29491 Modified Files: download.php Log Message: uncommented mac bundle download link Index: download.php =================================================================== RCS file: /cvsroot/wxlua/website/download.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** download.php 28 Dec 2006 10:03:45 -0000 1.22 --- download.php 24 Feb 2007 17:51:56 -0000 1.23 *************** *** 3,7 **** $pagetitle="download"; $anchors_href=array("win", "linux", "mac", "sources", "snapshot", "browsesources"); ! $anchors_text=array("...for Windows", "...for Linux", "...for Macintosh", "Sources", "Nightly snapshot", "Browse sources"); include_once("header.inc.php"); --- 3,8 ---- $pagetitle="download"; $anchors_href=array("win", "linux", "mac", "sources", "snapshot", "browsesources"); ! $anchors_text=array("...for Windows", "...for Linux", "...for Macintosh", "Sources", ! "Nightly snapshot", "Browse sources"); include_once("header.inc.php"); *************** *** 16,25 **** $exesize="5.3"; // size of the wxlua-xxx-setup.exe file (in MB) $apsize="9.6"; // size of the wxlua-xxx.package file (in MB) ! $bundlesize="3.0"; // size of the wxlua-xxx.dmg file (in MB) $winlink="http://prdownloads.sourceforge.net/wxlua/wxLua-$latestversion-setup.exe?download"; $dlllink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion-dlls.zip?download"; $linuxlink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion-1.x86.package?download"; ! $maclink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion.dmg?download"; $ziplink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion.zip?download"; --- 17,26 ---- $exesize="5.3"; // size of the wxlua-xxx-setup.exe file (in MB) $apsize="9.6"; // size of the wxlua-xxx.package file (in MB) ! $bundlesize="16.9"; // size of the wxlua-xxx.dmg file (in MB) $winlink="http://prdownloads.sourceforge.net/wxlua/wxLua-$latestversion-setup.exe?download"; $dlllink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion-dlls.zip?download"; $linuxlink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion-1.x86.package?download"; ! $maclink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion-tiger.dmg?download"; $ziplink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion.zip?download"; *************** *** 48,52 **** if (strstr($useragent,'Win')) ! $platform='Windows'; else if (strstr($useragent,'Mac')) $platform='Macintosh'; --- 49,53 ---- if (strstr($useragent,'Win')) ! $platform='Windows'; else if (strstr($useragent,'Mac')) $platform='Macintosh'; *************** *** 93,97 **** </div> - <!-- uncomment when this is ready <div class="indented"> <h2 id="mac">...for Macintosh</h2> --- 94,97 ---- *************** *** 100,104 **** For problems with installation, see the <a href="support.php">support page</a>.</p> </div> - --> <div class="indented"> --- 100,103 ---- |