From: Francesco M. <fr...@us...> - 2006-05-16 20:12:54
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv15379 Modified Files: docs.php download.php index.php screenshots.php updatesite.sh Log Message: fixed permissions Index: updatesite.sh =================================================================== RCS file: /cvsroot/wxlua/website/updatesite.sh,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** updatesite.sh 16 May 2006 19:53:25 -0000 1.24 --- updatesite.sh 16 May 2006 20:12:51 -0000 1.25 *************** *** 8,11 **** --- 8,16 ---- echo Restoring permissions cd /home/groups/w/wx/wxlua/htdocs + + # note: the user permissions must be set, too otherwise the owner + # won't be able to run the files. To suppress errors which + # users != owner would get trying to run this script + # we redirect everything to /dev/null chmod -R ug+rw * CVS images docs screenshots wxLua download >/dev/null 2>&1 chmod -R a+x *.sh CVS images docs screenshots wxLua download >/dev/null 2>&1 Index: docs.php =================================================================== RCS file: /cvsroot/wxlua/website/docs.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** docs.php 16 May 2006 19:26:31 -0000 1.13 --- docs.php 16 May 2006 20:12:50 -0000 1.14 *************** *** 32,41 **** <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 on ! <a href="http://wxlua.cvs.sourceforge.net/viewcvs.py/wxlua/wxLua/bindings/wxwidgets">Sourceforge</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> <h1 id="cvs">CVS</h1> ! <p>You can access a web version of them on <a href="http://wxlua.cvs.sourceforge.net/viewcvs.py/wxlua/wxLua">this page</a>.<br/> Note: The Sourceforge ViewCVS has not been updated in months, more up to date sources can be downloaded or browsed from the nightly tarball link on the <a href="download.php">download</a> page.</p> --- 32,41 ---- <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 on ! <a href="http://wxlua.cvs.sourceforge.net/wxlua/wxLua/bindings/wxwidgets">Sourceforge</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> <h1 id="cvs">CVS</h1> ! <p>You can access a web version of them on <a href="http://wxlua.cvs.sourceforge.net/wxlua/wxLua">this page</a>.<br/> Note: The Sourceforge ViewCVS has not been updated in months, more up to date sources can be downloaded or browsed from the nightly tarball link on the <a href="download.php">download</a> page.</p> Index: download.php =================================================================== RCS file: /cvsroot/wxlua/website/download.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** download.php 16 May 2006 19:26:31 -0000 1.17 --- download.php 16 May 2006 20:12:50 -0000 1.18 *************** *** 125,129 **** <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/viewcvs.py/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> --- 125,129 ---- <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> Index: screenshots.php =================================================================== RCS file: /cvsroot/wxlua/website/screenshots.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** screenshots.php 3 May 2006 04:45:51 -0000 1.11 --- screenshots.php 16 May 2006 20:12:51 -0000 1.12 *************** *** 3,7 **** $pagetitle="screenshots"; $anchors_href=array("win", "gtk2", "osx", "other"); ! $anchors_text=array("wxLua on Windows", "wxLua on GTK2", "wxLua on OSX", "wxLua on ?"); include_once("header.inc.php"); --- 3,7 ---- $pagetitle="screenshots"; $anchors_href=array("win", "gtk2", "osx", "other"); ! $anchors_text=array("wxLua on Windows", "wxLua on GTK2", "wxLua on OSX", "wxLua on other platforms ?"); include_once("header.inc.php"); *************** *** 45,55 **** ?> </div> ! ! <h1 id="other">wxLua on ?</h1> ! <p>The other ports that <a href="http://www.wxwidgets.org">wxWidgets</a> is available for may also work with wxLua, but we need testers:</p> ! <div style="text-align: center"> ! <?php ! ?> ! </div> <?php include_once("footer.inc.php"); ?> \ No newline at end of file --- 45,58 ---- ?> </div> ! ! <h1 id="other">wxLua on other platforms ?</h1> ! <p>The other ports where <a href="http://www.wxwidgets.org">wxWidgets</a> is available for may also work with wxLua, but we need testers:</p> ! ! <!-- ! <div style="text-align: center"> ! <?php ! ?> ! </div> ! --> <?php include_once("footer.inc.php"); ?> \ No newline at end of file Index: index.php =================================================================== RCS file: /cvsroot/wxlua/website/index.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** index.php 16 May 2006 19:58:30 -0000 1.15 --- index.php 16 May 2006 20:12:51 -0000 1.16 *************** *** 29,33 **** wxFrame top level window and a menubar, just add your program to it:</p> <?php include_once("luasample.lua.html"); ?> ! <p>Easy, isn't it ? You can see more samples <a href="http://wxlua.cvs.sourceforge.net/viewcvs.py/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> --- 29,33 ---- wxFrame top level window and a menubar, just add your program to it:</p> <?php include_once("luasample.lua.html"); ?> ! <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> |