Update of /cvsroot/wxlua/website
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4667
Modified Files:
download.php
Log Message:
updated download links for new release
Index: download.php
===================================================================
RCS file: /cvsroot/wxlua/website/download.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** download.php 16 May 2006 20:24:32 -0000 1.19
--- download.php 24 Dec 2006 16:42:19 -0000 1.20
***************
*** 9,27 ****
// IMPORTANT: update these info when a new release is available!
// =============================================================
! $latestversion="2.6.2.0";
! $exesize="3.6"; // size of the wxlua-xxx-setup.exe file (in MB)
! $tarsize="1.0"; // size of the wxlua-xxx.tar.gz file (in MB)
! $zipsize="1.2"; // size of the wxlua-xxx.zip file (in MB)
! $apsize="6.2"; // size of the wxlua-xxx.package file (in MB)
! $bundlesize="3.0"; // size of the wxlua-xxx. file (in MB)
! $winlink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion-setup.exe?download";
$linuxlink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion.x86.package?download";
$maclink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion.dmg?download";
$ziplink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion.zip?download";
! $tarlink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion.tar.gz?download";
?>
--- 9,27 ----
// IMPORTANT: update these info when a new release is available!
// =============================================================
! $latestversion="2.8.0.0";
! $bz2size="1.1"; // size of the wxlua-xxx.tar.bz2 file (in MB)
! $zipsize="1.1"; // size of the wxlua-xxx.zip file (in MB)
! $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";
$linuxlink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion.x86.package?download";
$maclink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion.dmg?download";
$ziplink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion.zip?download";
! $bz2link="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion.tar.bz2?download";
?>
***************
*** 94,98 ****
<h2 id="mac">...for Macintosh</h2>
<a href="<?php echo $maclink; ?>"><img src="images/macosx.png" alt="Macintosh download"/></a>
! <p><a href="<?php echo $maclink; ?>">Binary package</a> (???Bundle???) ~ <?php echo $bundlesize; ?> MB: ???.<br/>
For problems with installation, see the <a href="support.php">support page</a>.</p>
</div>
--- 94,98 ----
<h2 id="mac">...for Macintosh</h2>
<a href="<?php echo $maclink; ?>"><img src="images/macosx.png" alt="Macintosh download"/></a>
! <p><a href="<?php echo $maclink; ?>">Binary package</a> (Mac Bundle) ~ <?php echo $bundlesize; ?> MB: self-contained.<br/>
For problems with installation, see the <a href="support.php">support page</a>.</p>
</div>
***************
*** 103,107 ****
<p>Source packages are available in two formats which contain exactly the same things:</p>
<ul>
! <li><a href="<?php echo $tarlink; ?>">Source package</a> (.tar.gz) ~ <?php echo $tarsize; ?> MB</li>
<li><a href="<?php echo $ziplink; ?>">Source package</a> (.zip) ~ <?php echo $zipsize; ?> MB</li>
</ul>
--- 103,107 ----
<p>Source packages are available in two formats which contain exactly the same things:</p>
<ul>
! <li><a href="<?php echo $bz2link; ?>">Source package</a> (.tar.bz2) ~ <?php echo $bz2size; ?> MB</li>
<li><a href="<?php echo $ziplink; ?>">Source package</a> (.zip) ~ <?php echo $zipsize; ?> MB</li>
</ul>
|