From: Francesco M. <fr...@us...> - 2006-05-16 19:26:44
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32418 Modified Files: docs.php download.php index.php updatesite.sh Log Message: s/cvs.sourceforge/wxlua.cvs.sourceforge Index: updatesite.sh =================================================================== RCS file: /cvsroot/wxlua/website/updatesite.sh,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** updatesite.sh 16 May 2006 19:08:24 -0000 1.19 --- updatesite.sh 16 May 2006 19:26:31 -0000 1.20 *************** *** 2,16 **** # $Id$ ! export CVSROOT=:pserver:ano...@wx...s:/cvsroot/wxlua ! echo Checking out website to htdocs dir from CVS cd /home/groups/w/wx/wxlua ! cvs checkout -P -d htdocs website ! echo Checking out the docs dir to the htdocs/docs dir from CVS cd /home/groups/w/wx/wxlua/htdocs ! cvs checkout -P -d docs wxLua/docs ! echo Checking out the whole wxLua CVS repository to the htdocs/wxLua dir from CVS cd /home/groups/w/wx/wxlua/htdocs ! cvs checkout -P wxLua echo Generate Doxygen documentation --- 2,23 ---- # $Id$ ! export cvs -qROOT=:pserver:ano...@wx...s -q:/cvs -qroot/wxlua ! echo Checking out website to htdocs dir from cvs -q cd /home/groups/w/wx/wxlua ! cvs -q checkout -P -d htdocs website ! echo Checking out the docs dir to the htdocs/docs dir from cvs -q cd /home/groups/w/wx/wxlua/htdocs ! cvs -q checkout -P -d docs wxLua/docs ! echo Checking out the whole wxLua cvs -q repository to the htdocs/wxLua dir from cvs -q cd /home/groups/w/wx/wxlua/htdocs ! cvs -q checkout -P wxLua ! ! # if user called this with a non-empty argument, limit the ! # update to the main website only ! if [ ! -z "$1" ]; then ! echo "Not updating component websites as per user request." ! exit 0 ! fi echo Generate Doxygen documentation *************** *** 20,31 **** echo Create nightly tarball cd /home/groups/w/wx/wxlua/htdocs/download ! cvs checkout -P wxLua cd /home/groups/w/wx/wxlua/htdocs/download/wxLua ../add_crlf_to_dsp_dsw cd /home/groups/w/wx/wxlua/htdocs/download tar \ ! --wildcards --exclude=*.o --exclude=*.d --exclude=*.obj --exclude=*.dll --exclude=*.exe --exclude=*.a --exclude=*.d --exclude=CVS \ --create wxLua/* | gzip -c > wxLua_Snapshot_`date +%F`.tar.gz ! echo Since we modified the CVS with add_crlf_to_dsp_dsw we should delete it rm -Rf wxLua echo Deleting tarballs created more than 1 week ago --- 27,38 ---- echo Create nightly tarball cd /home/groups/w/wx/wxlua/htdocs/download ! cvs -q checkout -P wxLua cd /home/groups/w/wx/wxlua/htdocs/download/wxLua ../add_crlf_to_dsp_dsw cd /home/groups/w/wx/wxlua/htdocs/download tar \ ! --wildcards --exclude=*.o --exclude=*.d --exclude=*.obj --exclude=*.dll --exclude=*.exe --exclude=*.a --exclude=*.d --exclude=cvs -q \ --create wxLua/* | gzip -c > wxLua_Snapshot_`date +%F`.tar.gz ! echo Since we modified the cvs -q with add_crlf_to_dsp_dsw we should delete it rm -Rf wxLua echo Deleting tarballs created more than 1 week ago *************** *** 35,38 **** echo Restoring permissions cd /home/groups/w/wx/wxlua/htdocs ! 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 --- 42,45 ---- echo Restoring permissions cd /home/groups/w/wx/wxlua/htdocs ! chmod -R ug+rw * cvs -q images docs screenshots wxLua download >/dev/null 2>&1 ! chmod -R a+x *.sh cvs -q images docs screenshots wxLua download >/dev/null 2>&1 Index: docs.php =================================================================== RCS file: /cvsroot/wxlua/website/docs.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** docs.php 16 May 2006 03:42:02 -0000 1.12 --- docs.php 16 May 2006 19:26:31 -0000 1.13 *************** *** 6,24 **** include_once("header.inc.php"); ?> ! ! <h1 id="wxlua" class="first">wxLua documentation</h1> ! <p>Read the <a href="docs/wxlua.html">wxLua documentation</a> that describes ! 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 classes ! and datatypes from wxWidgets that wxLua wraps.</p> ! ! <h1 id="lua">Lua documentation</h1> ! <p>The <a href="http://www.lua.org/docs.html">Lua reference manual</a> on ! <a href="http://www.lua.org">www.lua.org</a> describes the lua language in detail.</p> ! ! <h1 id="wxwidgets">wxWidgets documentation</h1> ! <p>The <a href="http://www.wxwidgets.org/docs.htm">wxWidgets reference manual</a> on ! <a href="http://www.wxwidgets.org">www.wxwidgets.org</a> is the best ! reference for the wxWidgets classes that wxLua wraps.</p> <h1 id="doxy">Doxygen-generated docs</h1> --- 6,24 ---- include_once("header.inc.php"); ?> ! ! <h1 id="wxlua" class="first">wxLua documentation</h1> ! <p>Read the <a href="docs/wxlua.html">wxLua documentation</a> that describes ! 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 classes ! and datatypes from wxWidgets that wxLua wraps.</p> ! ! <h1 id="lua">Lua documentation</h1> ! <p>The <a href="http://www.lua.org/docs.html">Lua reference manual</a> on ! <a href="http://www.lua.org">www.lua.org</a> describes the lua language in detail.</p> ! ! <h1 id="wxwidgets">wxWidgets documentation</h1> ! <p>The <a href="http://www.wxwidgets.org/docs.htm">wxWidgets reference manual</a> on ! <a href="http://www.wxwidgets.org">www.wxwidgets.org</a> is the best ! reference for the wxWidgets classes that wxLua wraps.</p> <h1 id="doxy">Doxygen-generated docs</h1> *************** *** 31,42 **** <h1 id="bindings">Writing and understanding the binding files</h1> <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://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://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> --- 31,42 ---- <h1 id="bindings">Writing and understanding the binding files</h1> <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> *************** *** 55,57 **** <p>Credits also goes to all those tools which lets us to maintain the project: <a href="http://bakefile.sourceforge.net">bakefile</a>, <a href="http://www.doxygen.org">doxygen</a>, <a href="http://www.autopackage.org">autopackage</a> projects and obviously to <a href="http://www.wxwidgets.org">wxWidgets toolkit</a> and to <a href="http://www.sourceforge.net">SourceForge.net</a> for hosting the project.</p> ! <?php include_once("footer.inc.php"); ?> --- 55,57 ---- <p>Credits also goes to all those tools which lets us to maintain the project: <a href="http://bakefile.sourceforge.net">bakefile</a>, <a href="http://www.doxygen.org">doxygen</a>, <a href="http://www.autopackage.org">autopackage</a> projects and obviously to <a href="http://www.wxwidgets.org">wxWidgets toolkit</a> and to <a href="http://www.sourceforge.net">SourceForge.net</a> for hosting the project.</p> ! <?php include_once("footer.inc.php"); ?> Index: download.php =================================================================== RCS file: /cvsroot/wxlua/website/download.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** download.php 3 May 2006 04:40:18 -0000 1.16 --- download.php 16 May 2006 19:26:31 -0000 1.17 *************** *** 109,132 **** <p>See <a href="docs/install.html">install.html</a> for info about required libraries and how to compile and install them</p> </div> ! ! <br/> ! <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> ! ! <br/> ! <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://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> ! </div> <br/> --- 109,132 ---- <p>See <a href="docs/install.html">install.html</a> for info about required libraries and how to compile and install them</p> </div> ! ! <br/> ! <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> ! ! <br/> ! <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/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> ! </div> <br/> Index: index.php =================================================================== RCS file: /cvsroot/wxlua/website/index.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** index.php 3 May 2006 04:45:51 -0000 1.13 --- index.php 16 May 2006 19:26:31 -0000 1.14 *************** *** 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://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/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> |