Update of /cvsroot/wxlua/website
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14107
Modified Files:
download.php
Log Message:
updated the DLL link for 2.8.0.0 release
Index: download.php
===================================================================
RCS file: /cvsroot/wxlua/website/download.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** download.php 24 Dec 2006 16:42:19 -0000 1.20
--- download.php 24 Dec 2006 17:06:29 -0000 1.21
***************
*** 19,22 ****
--- 19,23 ----
$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.x86.package?download";
$maclink="http://prdownloads.sourceforge.net/wxlua/wxlua-$latestversion.dmg?download";
***************
*** 79,84 ****
<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.<br/>
! For problems with installation, see the <a href="support.php">support page</a>.</p>
</div>
--- 80,87 ----
<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>
</div>
|