From: John L. <jr...@us...> - 2007-04-25 02:52:28
|
Update of /cvsroot/wxlua/wxLua/modules/lua/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9859/wxLua/modules/lua/doc Modified Files: contents.html lua.css manual.html readme.html Added Files: manual.css Log Message: Updated lua to 5.1.2 Index: readme.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/lua/doc/readme.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** readme.html 29 Mar 2006 05:48:10 -0000 1.2 --- readme.html 25 Apr 2007 02:52:20 -0000 1.3 *************** *** 5,9 **** </HEAD> ! <BODY BGCOLOR="#FFFFFF"> <HR> --- 5,9 ---- </HEAD> ! <BODY> <HR> *************** *** 13,18 **** </H1> <UL> - <LI><A HREF="http://www.lua.org/">Official web site</A> <LI><A HREF="contents.html">Reference manual</A> <LI><A HREF="lua.html">lua man page</A> --- 13,19 ---- </H1> + This is the documentation included in the source distribution of Lua 5.1.2. + <UL> <LI><A HREF="contents.html">Reference manual</A> <LI><A HREF="lua.html">lua man page</A> *************** *** 23,30 **** </UL> <HR> <SMALL> Last update: ! Wed Sep 7 12:57:50 BRST 2005 </SMALL> --- 24,38 ---- </UL> + Lua's + <A HREF="http://www.lua.org/">official web site</A> + contains updated documentation, + especially the + <A HREF="http://www.lua.org/manual/5.1/">reference manual</A>. + <P> + <HR> <SMALL> Last update: ! Fri Mar 23 14:19:36 BRT 2007 </SMALL> Index: lua.css =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/lua/doc/lua.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lua.css 12 Jun 2006 03:50:36 -0000 1.2 --- lua.css 25 Apr 2007 02:52:20 -0000 1.3 *************** *** 3,16 **** background-color: #FFFFFF ; font-family: sans-serif ; } a:link { color: #000080 ; ! background-color: #FFFFFF ; text-decoration: none ; } a:visited { ! background-color: #FFFFFF ; text-decoration: none ; } --- 3,24 ---- background-color: #FFFFFF ; font-family: sans-serif ; + text-align: justify ; + margin-right: 20px ; + margin-left: 20px ; + } + + h1, h2, h3, h4 { + font-weight: normal ; + font-style: italic ; } a:link { color: #000080 ; ! background-color: inherit ; text-decoration: none ; } a:visited { ! background-color: inherit ; text-decoration: none ; } *************** *** 21,22 **** --- 29,41 ---- } + a:link:active, a:visited:active { + color: #FF0000 ; + } + + hr { + border: 0 ; + height: 1px ; + color: #a0a0a0 ; + background-color: #a0a0a0 ; + } + Index: manual.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/lua/doc/manual.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** manual.html 12 Jun 2006 03:50:36 -0000 1.3 --- manual.html 25 Apr 2007 02:52:20 -0000 1.4 *************** *** 5,8 **** --- 5,9 ---- <title>Lua 5.1 Reference Manual</title> <link rel="stylesheet" href="lua.css"> + <link rel="stylesheet" href="manual.css"> </head> *************** *** 18,25 **** <p> <small> [...1440 lines suppressed...] *************** *** 8447,8454 **** <SMALL> Last update: ! Mon Jun 5 17:05:27 BRT 2006 </SMALL> <!-- ! Last change: ready for Lua 5.1.1 --> --- 8512,8519 ---- <SMALL> Last update: ! Mon Mar 26 12:59:26 BRT 2007 </SMALL> <!-- ! Last change: ready for Lua 5.1.2 --> Index: contents.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/lua/doc/contents.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** contents.html 12 Jun 2006 03:50:36 -0000 1.3 --- contents.html 25 Apr 2007 02:52:20 -0000 1.4 *************** *** 3,12 **** <TITLE>Lua 5.1 reference manual - contents</TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="lua.css"> ! <style type="text/css"> ul { list-style-type: none ; list-style-position: outside ; } ! </style> </HEAD> --- 3,12 ---- <TITLE>Lua 5.1 reference manual - contents</TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="lua.css"> ! <STYLE TYPE="text/css"> ul { list-style-type: none ; list-style-position: outside ; } ! </STYLE> </HEAD> *************** *** 15,31 **** <HR> <H1> ! <A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="Lua" BORDER=0></A> ! Reference manual for Lua 5.1 </H1> <A HREF="#contents">contents</A> · <A HREF="#index">index</A> <HR> <P> <H2><A NAME="contents">Contents</A></H2> <UL style="padding: 0"> - <LI><A HREF="manual.html">Top</A> <LI><A HREF="manual.html#1">1 - Introduction</A> <LI><A HREF="manual.html#2">2 - The Language</A> --- 15,59 ---- <HR> <H1> ! <A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="" BORDER=0></A> ! Lua 5.1 Reference Manual </H1> + This is an online version of + <BLOCKQUOTE> + <A HREF="http://www.amazon.com/exec/obidos/ASIN/8590379833/lua-indexmanual-20"> + <IMG SRC="cover.png" ALT="" TITLE="buy from Amazon" BORDER=1 ALIGN="left" HSPACE=12> + </A> + <B>Lua 5.1 Reference Manual</B> + <BR>by R. Ierusalimschy, L. H. de Figueiredo, W. Celes + <BR>Lua.org, August 2006 + <BR>ISBN 85-903798-3-3 + <BR><A HREF="http://www.amazon.com/exec/obidos/ASIN/8590379833/lua-indexmanual-20"> + <IMG SRC="amazon.gif" ALT="[Buy from Amazon]" BORDER=0></A> + <BR CLEAR="all"> + </BLOCKQUOTE> + <P> + + Buy a paper copy and + <A HREF="http://www.lua.org/donations.html">help to support</A> + the Lua project. + <P> + + <A HREF="manual.html">start</A> + · <A HREF="#contents">contents</A> · <A HREF="#index">index</A> + · + <A HREF="http://www.lua.org/manual/5.1/errata.html">errata</A> <HR> + <SMALL> + Copyright © 2006-2007 Lua.org, PUC-Rio. + Freely available under the terms of the + <a href="http://www.lua.org/license.html#5">Lua license</a>. + </SMALL> <P> <H2><A NAME="contents">Contents</A></H2> <UL style="padding: 0"> <LI><A HREF="manual.html#1">1 - Introduction</A> <LI><A HREF="manual.html#2">2 - The Language</A> *************** *** 108,118 **** </UL> <LI><A HREF="manual.html#8">8 - The Complete Syntax of Lua</A> - </UL> <H2><A NAME="index">Index</A></H2> ! <TABLE> <TR VALIGN="top"> ! <TD WIDTH="20%"> <H3><A NAME="functions">Lua functions</A></H3> <A HREF="manual.html#pdf-_G">_G</A><BR> --- 136,145 ---- </UL> <LI><A HREF="manual.html#8">8 - The Complete Syntax of Lua</A> </UL> <H2><A NAME="index">Index</A></H2> ! <TABLE WIDTH="100%"> <TR VALIGN="top"> ! <TD> <H3><A NAME="functions">Lua functions</A></H3> <A HREF="manual.html#pdf-_G">_G</A><BR> *************** *** 147,151 **** </TD> ! <TD WIDTH="30%"> <H3> </H3> <A HREF="manual.html#pdf-coroutine.create">coroutine.create</A><BR> --- 174,178 ---- </TD> ! <TD> <H3> </H3> <A HREF="manual.html#pdf-coroutine.create">coroutine.create</A><BR> *************** *** 255,259 **** </TD> ! <TD WIDTH="25%"> <H3>C API</H3> <A HREF="manual.html#lua_Alloc">lua_Alloc</A><BR> --- 282,286 ---- </TD> ! <TD> <H3>C API</H3> <A HREF="manual.html#lua_Alloc">lua_Alloc</A><BR> *************** *** 420,427 **** <SMALL> Last update: ! Tue Jun 6 14:55:31 BRT 2006 </SMALL> <!-- ! Last change: reformatted index --> --- 447,454 ---- <SMALL> Last update: ! Fri Mar 23 08:33:19 BRT 2007 </SMALL> <!-- ! Last change: minor edit --> --- NEW FILE: manual.css --- h3 code { font-family: inherit ; } pre { font-size: 105% ; } |