From: John L. <jr...@us...> - 2007-06-30 23:46:42
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18027/website Modified Files: download.php Log Message: update download for 2.8.4 release Index: download.php =================================================================== RCS file: /cvsroot/wxlua/website/download.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** download.php 24 Feb 2007 17:51:56 -0000 1.23 --- download.php 30 Jun 2007 23:46:38 -0000 1.24 *************** *** 10,29 **** // 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="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"; ! $bz2link="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion.tar.bz2?download"; ?> --- 10,25 ---- // IMPORTANT: update these info when a new release is available! // ============================================================= ! $latestversion="2.8.4.0"; $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://downloads.sourceforge.net/wxlua/wxLua-2.8.4.0-MSW_bin.zip?use_mirror=osdn"; ! $dlllink="http://downloads.sourceforge.net/wxlua/wxLua-2.8.4.0-MSW_dll.zip?use_mirror=osdn"; ! $linuxlink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion-1.x86.package?download"; $maclink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion-tiger.dmg?download"; ! $gzlink="http://downloads.sourceforge.net/wxlua/wxLua-2.8.4.0.tar.gz?use_mirror=osdn"; ?> *************** *** 77,86 **** So, if you are interested to wxLua as external, embeddable library you should download the <strong>source package</strong>.<br/> Instead, if you are interested to wxLua for scripting only, then go with the <strong>binaries</strong> !</p> <div class="indented"> <h2 id="win">...for Windows</h2> <a href="<?php echo $winlink; ?>"><img src="images/win.png" alt="Windows download"/></a> ! <p><a href="<?php echo $winlink; ?>">Binary package</a> (.exe installer) ~ <?php echo $exesize; ?> MB: self-contained; you won't need anything else.</p> ! <p>You may also want to download a <a href="<?php echo $dlllink; ?>">package</a> containing only the DLLs required for using wxWidgets bindings as a <a href="http://lua-users.org/wiki/BuildingModules">Lua module</a>.</p> <p>For problems with installation, see the <a href="support.php">support page</a>.</p> --- 73,84 ---- So, if you are interested to wxLua as external, embeddable library you should download the <strong>source package</strong>.<br/> Instead, if you are interested to wxLua for scripting only, then go with the <strong>binaries</strong> !</p> + + <p>You can view all the downloads <a href="http://sourceforge.net/project/showfiles.php?group_id=140042">here<alt="Downloads"/></a>.</p> <div class="indented"> <h2 id="win">...for Windows</h2> <a href="<?php echo $winlink; ?>"><img src="images/win.png" alt="Windows download"/></a> ! <p><a href="<?php echo $winlink; ?>">Binary package</a> : self-contained; you won't need anything else.</p> ! <p>You may also want to download a <a href="<?php echo $dlllink; ?>">package</a> containing the DLLs required for using wxWidgets bindings as a <a href="http://lua-users.org/wiki/BuildingModules">Lua module</a>.</p> <p>For problems with installation, see the <a href="support.php">support page</a>.</p> *************** *** 105,110 **** <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> <p>See <a href="docs/install.html">install.html</a> for info about required libraries and how to compile and install them</p> --- 103,107 ---- <p>Source packages are available in two formats which contain exactly the same things:</p> <ul> ! <li><a href="<?php echo $gzlink; ?>">Source package</a> (.tar.gz) </li> </ul> <p>See <a href="docs/install.html">install.html</a> for info about required libraries and how to compile and install them</p> |