From: John L. <jr...@us...> - 2009-06-03 03:19:44
|
Update of /cvsroot/wxlua/website In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv20705/website Modified Files: documentation.php download.php index.php support.php Log Message: Remove nightly snapshot link and a little bit of cleanup Index: support.php =================================================================== RCS file: /cvsroot/wxlua/website/support.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** support.php 1 Jul 2007 00:10:22 -0000 1.8 --- support.php 3 Jun 2009 03:19:39 -0000 1.9 *************** *** 2,7 **** <?php $pagetitle="support"; ! $anchors_href=array("ml", "faq"); ! $anchors_text=array("Mailing list", "FAQ"); include_once("header.inc.php"); ?> --- 2,7 ---- <?php $pagetitle="support"; ! $anchors_href=array("ml"); ! $anchors_text=array("Mailing list"); include_once("header.inc.php"); ?> *************** *** 9,16 **** <h1 id="ml" class="first">Mailing list</h1> <p>The <strong>wxlua-users mailing list</strong> ! is where wxLua developers and users work on and discuss about wxLua; you can <a href="http://sourceforge.net/mailarchive/forum.php?forum_id=45271">browse the archives</a>, <a href="http://sourceforge.net/search/index.php?type_of_search=mlists&group_id=140042&forum_id=45271">search them</a> or just <a href="http://lists.sourceforge.net/lists/listinfo/wxlua-users">subscribe it</a> and ask for help.</p> ! <p>You can also browse it through the <a href="http://news.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user">GMane web interface</a> or <a href="http://search.gmane.org/index.php?group=gmane.comp.lib.wxwidgets.wxlua.user">search it (using GMane)</a>. ! More info about <strong>GMane</strong> services for the wxLua mailing list can be found at <a href="http://dir.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user">http://dir.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user</a>.</p> <p><strong>Recent changes</strong> to wxLua's CVS can be viewed at --- 9,25 ---- <h1 id="ml" class="first">Mailing list</h1> <p>The <strong>wxlua-users mailing list</strong> ! is where wxLua developers and users work on and discuss wxLua. You can ! <a href="http://sourceforge.net/mailarchive/forum.php?forum_id=45271">browse the archives</a>, ! <a href="http://sourceforge.net/search/index.php?type_of_search=mlists&group_id=140042&forum_id=45271">search them</a> ! or <a href="http://lists.sourceforge.net/lists/listinfo/wxlua-users">subscribe</a> to it and ask for help. ! The wxLua mailing list requires a subscription to limit the junk mail sent to it, once subscribed your ! e-mail will not be sold to others. ! </p> ! ! <p>You can also browse it through the <a href="http://news.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user">GMane web interface</a> ! or <a href="http://search.gmane.org/index.php?group=gmane.comp.lib.wxwidgets.wxlua.user">search it (using GMane)</a>. ! More info about <strong>GMane</strong> services for the wxLua mailing list can be found at ! <a href="http://dir.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user">http://dir.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user</a>.</p> <p><strong>Recent changes</strong> to wxLua's CVS can be viewed at Index: documentation.php =================================================================== RCS file: /cvsroot/wxlua/website/documentation.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** documentation.php 1 Jul 2007 00:10:22 -0000 1.2 --- documentation.php 3 Jun 2009 03:19:39 -0000 1.3 *************** *** 9,13 **** <h1 id="reference" class="first">Reference manuals</h1> <p>The following links contain useful documents for learning and understanding wxLua, Lua, and wxWidgets.<br/> ! If you're looking for tutorials see the "Getting started" section in the <a href="index.php">homepage</a>...</p> <div class="indented"> --- 9,13 ---- <h1 id="reference" class="first">Reference manuals</h1> <p>The following links contain useful documents for learning and understanding wxLua, Lua, and wxWidgets.<br/> ! If you're looking for tutorials see the "Getting started" section on the <a href="index.php">homepage</a>...</p> <div class="indented"> *************** *** 16,20 **** programming in lua and wxLua as well as how to use the wxLua library in a C++ program.</p> <p>The <a href="docs/wxluaref.html">wxLua class reference</a> has a complete list of wxWidgets classes ! and datatypes that wxLua wraps.</p> <p>The <a href="docs/FAQ.html">FAQ</a> may answer some of your questions and it highlights important points.</p> <p>There are also <a href="http://www.doxygen.org">doxygen</a>-generated documentation for --- 16,20 ---- programming in lua and wxLua as well as how to use the wxLua library in a C++ program.</p> <p>The <a href="docs/wxluaref.html">wxLua class reference</a> has a complete list of wxWidgets classes ! and datatypes that wxLua wraps.</p> <p>The <a href="docs/FAQ.html">FAQ</a> may answer some of your questions and it highlights important points.</p> <p>There are also <a href="http://www.doxygen.org">doxygen</a>-generated documentation for *************** *** 39,44 **** <p>Read the <a href="docs/binding.html">binding.html</a> file from the docs directory. Also, take a look at a few of the binding files in ! <a href="http://wxlua.cvs.sourceforge.net/wxlua/wxLua/bindings/wxwidgets">wxLua CVS</a> or ! from our <a href="http://wxlua.sourceforge.net/wxLua/bindings/wxwidgets/">nightly tarball</a> to see how they're constructed and how they're merely simplified versions of the original C/C++ code.</p> --- 39,43 ---- <p>Read the <a href="docs/binding.html">binding.html</a> file from the docs directory. Also, take a look at a few of the binding files in ! <a href="http://wxlua.cvs.sourceforge.net/wxlua/wxLua/bindings/wxwidgets">wxLua CVS</a> to see how they're constructed and how they're merely simplified versions of the original C/C++ code.</p> *************** *** 46,51 **** <p>You can browse online the CVS repository of wxLua at <a href="http://wxlua.cvs.sourceforge.net/wxlua/wxLua">this page</a>.</p> - <p><strong>Note</strong>: the Sourceforge CVS browser shows the sources with a delay of some hours respect the real repository. More up to date sources can be downloaded or browsed from the nightly tarball linked in the <a href="download.php">download page</a>.</p> - <h1 id="authors">Authors</h1> <p>The wxLua development team is composed by various developers (here listed in <strong>chronological order</strong>):</p> --- 45,48 ---- *************** *** 57,62 **** <li><strong>Klaas Holwerda</strong>: author of wxLuaCan sample and indefatigable source of ideas.</li> <li><strong>Francesco Montorsi</strong>: worked on the bakefile-based build system, on this website and the wxLua packaging.</li> ! <li><strong>Anders F Björklund</strong>: contributed wxMac screenshots and created wxMac package.</li> ! <li><strong>Reuben Thomas</strong>: wrote the bit library that wxLua includes.</li> <li><strong>Did we forget you?</strong> contact us and we'll add you.</li> </ol> --- 54,59 ---- <li><strong>Klaas Holwerda</strong>: author of wxLuaCan sample and indefatigable source of ideas.</li> <li><strong>Francesco Montorsi</strong>: worked on the bakefile-based build system, on this website and the wxLua packaging.</li> ! <li><strong>Anders F Björklund</strong>: contributed wxMac screenshots and created wxMac package.</li> ! <li><strong>Reuben Thomas</strong>: wrote the bit library that wxLua includes.</li> <li><strong>Did we forget you?</strong> contact us and we'll add you.</li> </ol> Index: download.php =================================================================== RCS file: /cvsroot/wxlua/website/download.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** download.php 24 May 2009 16:42:31 -0000 1.32 --- download.php 3 Jun 2009 03:19:39 -0000 1.33 *************** *** 2,8 **** <?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"); --- 2,8 ---- <?php $pagetitle="download"; ! $anchors_href=array("win", "linux", "mac", "sources", "browsesources"); $anchors_text=array("...for Windows", "...for Linux", "...for Macintosh", "Sources", ! "Browse sources"); include_once("header.inc.php"); *************** *** 13,17 **** $winsize="9"; // size of the wxlua-xxx.bin.zip file (in MB) ! $apsize="11"; // size of the wxlua-xxx.package file (in MB) $bundlesize="20"; // size of the wxlua-xxx.dmg file (in MB) --- 13,17 ---- $winsize="9"; // size of the wxlua-xxx.bin.zip file (in MB) ! $apsize="11"; // size of the wxlua-xxx.package file (in MB) $bundlesize="20"; // size of the wxlua-xxx.dmg file (in MB) *************** *** 23,28 **** ?> - - <div class="rightSideBar"> <p class="sideBarTitle">Latest version</p> --- 23,26 ---- *************** *** 66,75 **** ?> </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 a complete list of the downloads <a href="http://sourceforge.net/project/showfiles.php?group_id=140042">here<alt="Downloads"/></a>.</b></p> --- 64,75 ---- ?> </div> + <h1 class="first">Download wxLua...</h1> ! <p><strong>Sources or binaries?</strong> wxLua can be used as an <strong>external library by C++ projects</strong> ! in need of a Lua interpreter or as an <strong>application</strong> or <strong>module</strong> for programmers ! who want to write applications entirely in Lua.<br/><br/> ! ! 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 writing programs only, then go with the <strong>binaries</strong> !</p> <p><b>You can view a complete list of the downloads <a href="http://sourceforge.net/project/showfiles.php?group_id=140042">here<alt="Downloads"/></a>.</b></p> *************** *** 115,132 **** <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> --- 115,122 ---- Index: index.php =================================================================== RCS file: /cvsroot/wxlua/website/index.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** index.php 23 Sep 2008 20:33:24 -0000 1.21 --- index.php 3 Jun 2009 03:19:39 -0000 1.22 *************** *** 16,53 **** <h1 id="whatis" class="first">What is wxLua ?</h1> ! <p>wxLua is a set of bindings to the <a href="http://www.wxwidgets.org">wxWidgets</a> library for the ! <a href="http://www.lua.org">Lua</a> programming language. With <strong>wxLua</strong> you can write programs ! in Lua that use the wxWidgets <a href="http://en.wikipedia.org/wiki/Cross-platform">cross-platform</a> GUI library to ! develop and deliver your software with the programming ease of an interpreted language like Lua. Nearly all of the functionality of wxWidgets is exposed to Lua, meaning that your programs can have windows, dialogs, menus, toolbars, controls, image loading and saving, drawing, sockets, streams, printing, clipboard access... and much more.</p> ! <p>Additionally, wxLua can be used in your C++ programs to embed a <em>lua interpreter</em> ! with the wxWidgets API bindings. See the <a href="documentation.php">wxLua documentation</a> for more info.</p> ! <p>Want an example of how easy it is to write a cross-platform GUI? Here is a simple lua script which creates a wxFrame top level window and a menubar, just add your program to it:</p> <div style="z-index: 0"><?php include_once("luasample.lua.html"); ?></div> <p>Easy, isn't it ? You can see more samples <a href="http://wxlua.cvs.sourceforge.net/wxlua/wxLua/samples/">here</a>.</p> ! <p><strong>If you use wxLua or you wrote a wxLua-based application, don't forget to <a href="http://news.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user">tell us</a> about it !</strong></p> <h1 id="start">Getting started</h1> <ol> ! <li><p><strong>get the tools</strong>; the <a href="download.php">download page</a> contains ! the binary packages which allow you to get started in few minutes. You will find the <strong>wxLua</strong> ! and <strong>wxLuaEdit</strong> applications there which allow you to write and test your (wx)Lua programs.</p></li> <li> ! <p><strong>learn Lua</strong>; once you've got wxLua installed and running, you need to learn how to use it: a good way to learn <a href="http://www.lua.org">Lua</a>, in case you don't already know, is to refer to the ! <a href="http://lua-users.org/wiki/TutorialDirectory">tutorial</a> hosted in the Lua wiki.</p></li> <li> ! <p><strong>learn wxLua</strong>; once you've got some experience with Lua language you can start to learn wxLua bindings looking at the <a href="documentation.php">documentation page</a> and at the samples in the <tt>wxLua/samples</tt> directory.</p></li> </ol> ! <p>Last, if you need help look at the <a href="support.php">support page</a>.</p> ! <?php include_once("footer.inc.php"); ?> \ No newline at end of file --- 16,60 ---- <h1 id="whatis" class="first">What is wxLua ?</h1> ! <p>wxLua is a set of bindings to the C++ <a href="http://www.wxwidgets.org">wxWidgets</a> ! <a href="http://en.wikipedia.org/wiki/Cross-platform">cross-platform</a> ! <a href="http://en.wikipedia.org/wiki/GUI">GUI</a> library for the ! <a href="http://www.lua.org">Lua</a> programming language. ! You can write complex, graphical, interactive programs with <strong>wxLua</strong> ! to develop and deliver your software with the programming ease of an interpreted language like Lua. Nearly all of the functionality of wxWidgets is exposed to Lua, meaning that your programs can have windows, dialogs, menus, toolbars, controls, image loading and saving, drawing, sockets, streams, printing, clipboard access... and much more.</p> ! <p>Additionally, wxLua can be used in your C++ programs to embed a <em>Lua interpreter</em> ! with the wxWidgets API installed to make development easier or to provide a scripting ! extension to the program's users. See the <a href="documentation.php">wxLua documentation</a> for more info.</p> ! <p>Want to see an example of how easy it is to write a cross-platform GUI? Here is a simple Lua script which creates a wxFrame top level window and a menubar, just add your program to it:</p> <div style="z-index: 0"><?php include_once("luasample.lua.html"); ?></div> <p>Easy, isn't it ? You can see more samples <a href="http://wxlua.cvs.sourceforge.net/wxlua/wxLua/samples/">here</a>.</p> ! <p><strong>If you use wxLua or you wrote a wxLua-based application, ! don't forget to <a href="http://news.gmane.org/gmane.comp.lib.wxwidgets.wxlua.user">tell us</a> about it !</strong></p> <h1 id="start">Getting started</h1> <ol> ! <li><p><strong>Get the tools:</strong> The <a href="download.php">download page</a> contains ! the binary packages which allow you to get started in a few minutes. You can use the <strong>wxLua</strong> ! and <strong>wxLuaEdit</strong> applications write, debug, and run your (wx)Lua programs.</p></li> <li> ! <p><strong>Learn Lua:</strong> Once you've got wxLua installed and running, you need to learn how to use it. ! A good way to learn <a href="http://www.lua.org">Lua</a>, in case you don't already know, is to refer to the ! <a href="http://lua-users.org/wiki/TutorialDirectory">tutorial</a> hosted on the Lua wiki.</p></li> <li> ! <p><strong>Learn wxLua:</strong> Now that you have some familiarity with the Lua language you can learn ! about wxWidgets. There is information about the wxLua bindings on the <a href="documentation.php">documentation page</a> ! and the samples, in the <tt>wxLua/samples</tt> directory, might be helpful too.</p></li> </ol> ! <p>Finally, if you need further help, please look at the <a href="support.php">support page</a>.</p> ! <?php include_once("footer.inc.php"); ?> |