Update of /cvsroot/wxlua/website
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28547
Modified Files:
index.php
Log Message:
added reference docs link to lua docs
Index: index.php
===================================================================
RCS file: /cvsroot/wxlua/website/index.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** index.php 16 May 2006 20:12:51 -0000 1.16
--- index.php 18 May 2006 09:50:02 -0000 1.17
***************
*** 49,53 ****
<ol>
<li>the <a href="http://www.wxwidgets.org/manuals/2.6.2/wx_contents.html">wxWidgets documentation</a></li>
! <li>the <a href="http://www.lua.org/pil/">Lua reference manual</a></li>
<li>the <a href="docs.php">wxLua documentation</a></li>
<li>the <a href="http://lua-users.org/wiki">LuaWiki</a> and <a href="http://www.wxwidgets.org/wiki">wxWiki</a></li>
--- 49,53 ----
<ol>
<li>the <a href="http://www.wxwidgets.org/manuals/2.6.2/wx_contents.html">wxWidgets documentation</a></li>
! <li>the <a href="http://www.lua.org/manual/5.1/">Lua 5.1 reference manual</a> and the <a href="http://www.lua.org/pil/">Programming in Lua</a> online book</li>
<li>the <a href="docs.php">wxLua documentation</a></li>
<li>the <a href="http://lua-users.org/wiki">LuaWiki</a> and <a href="http://www.wxwidgets.org/wiki">wxWiki</a></li>
|