From: John L. <jr...@us...> - 2007-08-13 22:27:55
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv14673/website Modified Files: download.php Log Message: Update to 2.8.4.2 Index: download.php =================================================================== RCS file: /cvsroot/wxlua/website/download.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** download.php 2 Jul 2007 01:37:11 -0000 1.26 --- download.php 13 Aug 2007 22:27:49 -0000 1.27 *************** *** 1,135 **** ! <!-- $Id$ --> ! <?php ! $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"); ! ! ! // IMPORTANT: update these info when a new release is available! ! // ============================================================= ! $latestversion="2.8.4.1"; ! ! $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.1-MSW_bin.zip?use_mirror=osdn"; ! $dlllink="http://downloads.sourceforge.net/wxlua/wxLua-2.8.4.1-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.1.tar.gz?use_mirror=osdn"; ! ?> ! ! ! ! <div class="rightSideBar"> ! <p class="sideBarTitle">Latest version</p> ! <div class="sideBarText"> ! <p>Latest wxLua version is:<br/><br/> ! <strong>» <?php echo $latestversion; ?> «</strong><br/><br/> ! The change log for this and previous releases can be <a href="docs/changelog.txt">found here</a> ! </p> ! </div> ! ! <!-- ##### Platform detection code ##### --> ! <?php ! $platform = "Unknown"; ! $arch = "32 bit"; ! $useragent = $_SERVER['HTTP_USER_AGENT']; ! ! // useful for debugging... ! echo "<!-- " . $useragent . " -->"; ! ! if (strstr($useragent,'Win')) ! $platform='Windows'; ! else if (strstr($useragent,'Mac')) ! $platform='Macintosh'; ! else if (strstr($useragent,'Linux')) ! $platform='Linux'; ! else if (strstr($useragent,'Unix')) ! $platform='Unix'; ! ! if (strstr($useragent,'x86_64') || strstr($useragent,'x64') || ! strstr($useragent,'AMD64') || strstr($useragent,'IA64')) ! $arch='64 bit'; ! ! if ($platform != "Unknown") { ! ?> ! <p class="sideBarTitle">Which download?</p> ! <div class="sideBarText"> ! <p>Your platform has been detected as:<br/><br/><strong>» <?php echo $platform . ' ' . $arch; ?> «</strong></p> ! </div> ! <?php ! } ! ?> ! </div> ! <h1 class="first">Download wxLua...</h1> ! <p><strong>Sources or binaries?</strong> wxLua can be used both as <strong>external library by other ! C++ projects</strong> in need of a lua interpreter or as <strong>final application</strong> for those ! programmers who want to write applications entirely in lua.<br/><br/> ! 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><b>You can view all the downloads <a href="http://sourceforge.net/project/showfiles.php?group_id=140042">here<alt="Downloads"/></a>.</b></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> ! </div> ! ! <div class="indented"> ! <h2 id="linux">...for Linux</h2> ! <a href="<?php echo $linuxlink; ?>"><img src="images/linux.png" alt="Linux download"/></a> ! <p><a href="<?php echo $linuxlink; ?>">Binary package</a> (autopackage for <strong>32 bit</strong> linuxes) ~ <?php echo $apsize; ?> MB: self-contained; you won't need anything else; click <a href="http://autopackage.org/docs/howto-install/">here</a> for quick info about installing autopackages.<br/> ! For problems with installation, see the <a href="support.php">support page</a>.</p> ! </div> ! ! <div class="indented"> ! <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> ! ! <div class="indented"> ! <h2 id="sources">Sources</h2> ! <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> ! </div> ! ! <div class="indented"> ! <h2 id="snapshot">Nightly snapshot</h2> ! <p>A nightly tarball (tar.gz) source package is created with Unix linefeeds (LF) for the sources, but DOS linefeeds (CRLF) for the build files for MSWindows compilers.<br/> ! This combination seems to work for most people. If not, you can use the programs dos2unix and unix2dos which are available for most systems.</p> ! <ul> ! <li>Browse <a href="http://wxlua.sourceforge.net/download/">wxLua_Snapshot_YYYY-MM-DD.tar.gz</a> source packages</li> ! </ul> ! </div> ! ! <div class="indented"> ! <h2 id="browsesources">Browse the source files online</h2> ! <p>The Sourceforge CVS repository or the source files used to create the nightly tarball can be browsed online as well:</p> ! <ul> ! <li>Browse the wxLua <a href="http://wxlua.cvs.sourceforge.net/wxlua/wxLua/">CVS repository</a> on Sourceforge</li> ! <li>Browse the wxLua source files <a href="http://wxlua.sourceforge.net/wxLua/">online</a></li> ! </ul> ! </div> ! ! <br/> ! <p><strong>NOTE</strong>: For bleeding edge versions of wxLua, which work for example with the latest wxWidgets CVS, you should ! checkout the wxLua CVS module using <a href="http://sourceforge.net/cvs/?group_id=140042">these instructions</a>.</p> ! ! <p><strong>NOTE 2</strong>: This page lists only the latest release of wxLua. If you are interested to previous releases visit ! the wxLua <a href="http://sourceforge.net/project/showfiles.php?group_id=140042">download page at SourceForge</a>.</p> ! <?php include_once("footer.inc.php"); ?> \ No newline at end of file --- 1,135 ---- ! <!-- $Id$ --> ! <?php ! $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"); ! ! ! // IMPORTANT: update these info when a new release is available! ! // ============================================================= ! $latestversion="2.8.4.2"; ! ! $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.2-MSW-bin.zip?use_mirror=osdn"; ! $dlllink="http://downloads.sourceforge.net/wxlua/wxLua-2.8.4.2-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.1.tar.gz?use_mirror=osdn"; ! ?> ! ! ! ! <div class="rightSideBar"> ! <p class="sideBarTitle">Latest version</p> ! <div class="sideBarText"> ! <p>Latest wxLua version is:<br/><br/> ! <strong>» <?php echo $latestversion; ?> «</strong><br/><br/> ! The change log for this and previous releases can be <a href="docs/changelog.txt">found here</a> ! </p> ! </div> ! ! <!-- ##### Platform detection code ##### --> ! <?php ! $platform = "Unknown"; ! $arch = "32 bit"; ! $useragent = $_SERVER['HTTP_USER_AGENT']; ! ! // useful for debugging... ! echo "<!-- " . $useragent . " -->"; ! ! if (strstr($useragent,'Win')) ! $platform='Windows'; ! else if (strstr($useragent,'Mac')) ! $platform='Macintosh'; ! else if (strstr($useragent,'Linux')) ! $platform='Linux'; ! else if (strstr($useragent,'Unix')) ! $platform='Unix'; ! ! if (strstr($useragent,'x86_64') || strstr($useragent,'x64') || ! strstr($useragent,'AMD64') || strstr($useragent,'IA64')) ! $arch='64 bit'; ! ! if ($platform != "Unknown") { ! ?> ! <p class="sideBarTitle">Which download?</p> ! <div class="sideBarText"> ! <p>Your platform has been detected as:<br/><br/><strong>» <?php echo $platform . ' ' . $arch; ?> «</strong></p> ! </div> ! <?php ! } ! ?> ! </div> ! <h1 class="first">Download wxLua...</h1> ! <p><strong>Sources or binaries?</strong> wxLua can be used both as <strong>external library by other ! C++ projects</strong> in need of a lua interpreter or as <strong>final application</strong> for those ! programmers who want to write applications entirely in lua.<br/><br/> ! 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><b>You can view all the downloads <a href="http://sourceforge.net/project/showfiles.php?group_id=140042">here<alt="Downloads"/></a>.</b></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> ! </div> ! ! <div class="indented"> ! <h2 id="linux">...for Linux</h2> ! <a href="<?php echo $linuxlink; ?>"><img src="images/linux.png" alt="Linux download"/></a> ! <p><a href="<?php echo $linuxlink; ?>">Binary package</a> (autopackage for <strong>32 bit</strong> linuxes) ~ <?php echo $apsize; ?> MB: self-contained; you won't need anything else; click <a href="http://autopackage.org/docs/howto-install/">here</a> for quick info about installing autopackages.<br/> ! For problems with installation, see the <a href="support.php">support page</a>.</p> ! </div> ! ! <div class="indented"> ! <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> ! ! <div class="indented"> ! <h2 id="sources">Sources</h2> ! <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> ! </div> ! ! <div class="indented"> ! <h2 id="snapshot">Nightly snapshot</h2> ! <p>A nightly tarball (tar.gz) source package is created with Unix linefeeds (LF) for the sources, but DOS linefeeds (CRLF) for the build files for MSWindows compilers.<br/> ! This combination seems to work for most people. If not, you can use the programs dos2unix and unix2dos which are available for most systems.</p> ! <ul> ! <li>Browse <a href="http://wxlua.sourceforge.net/download/">wxLua_Snapshot_YYYY-MM-DD.tar.gz</a> source packages</li> ! </ul> ! </div> ! ! <div class="indented"> ! <h2 id="browsesources">Browse the source files online</h2> ! <p>The Sourceforge CVS repository or the source files used to create the nightly tarball can be browsed online as well:</p> ! <ul> ! <li>Browse the wxLua <a href="http://wxlua.cvs.sourceforge.net/wxlua/wxLua/">CVS repository</a> on Sourceforge</li> ! <li>Browse the wxLua source files <a href="http://wxlua.sourceforge.net/wxLua/">online</a></li> ! </ul> ! </div> ! ! <br/> ! <p><strong>NOTE</strong>: For bleeding edge versions of wxLua, which work for example with the latest wxWidgets CVS, you should ! checkout the wxLua CVS module using <a href="http://sourceforge.net/cvs/?group_id=140042">these instructions</a>.</p> ! ! <p><strong>NOTE 2</strong>: This page lists only the latest release of wxLua. If you are interested to previous releases visit ! the wxLua <a href="http://sourceforge.net/project/showfiles.php?group_id=140042">download page at SourceForge</a>.</p> ! <?php include_once("footer.inc.php"); ?> \ No newline at end of file |