diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-05-16 10:58:21 (GMT) |
---|---|---|
committer | Paul Tagliamonte <paultag@fluxbox.org> | 2012-04-07 02:08:41 (GMT) |
commit | 0fa62fe1598c5b04925c0b7b98d0d00d28d10d88 (patch) | |
tree | ccc2dd040a03b294b17abaa4da55ca00ed9b82a7 /libs/lua/doc/readme.html | |
parent | 7b6dc2ad72a4c4ecd20eddbfb6f1b4c3bd2a7024 (diff) | |
download | fluxbox_paul-0fa62fe1598c5b04925c0b7b98d0d00d28d10d88.zip fluxbox_paul-0fa62fe1598c5b04925c0b7b98d0d00d28d10d88.tar.bz2 |
Add lua as an internal library in libs/lua
Diffstat (limited to 'libs/lua/doc/readme.html')
-rw-r--r-- | libs/lua/doc/readme.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/libs/lua/doc/readme.html b/libs/lua/doc/readme.html new file mode 100644 index 0000000..38be6db --- /dev/null +++ b/libs/lua/doc/readme.html | |||
@@ -0,0 +1,40 @@ | |||
1 | <HTML> | ||
2 | <HEAD> | ||
3 | <TITLE>Lua documentation</TITLE> | ||
4 | <LINK REL="stylesheet" TYPE="text/css" HREF="lua.css"> | ||
5 | </HEAD> | ||
6 | |||
7 | <BODY> | ||
8 | |||
9 | <HR> | ||
10 | <H1> | ||
11 | <A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="Lua" BORDER=0></A> | ||
12 | Documentation | ||
13 | </H1> | ||
14 | |||
15 | This is the documentation included in the source distribution of Lua 5.1.4. | ||
16 | |||
17 | <UL> | ||
18 | <LI><A HREF="contents.html">Reference manual</A> | ||
19 | <LI><A HREF="lua.html">lua man page</A> | ||
20 | <LI><A HREF="luac.html">luac man page</A> | ||
21 | <LI><A HREF="../README">lua/README</A> | ||
22 | <LI><A HREF="../etc/README">lua/etc/README</A> | ||
23 | <LI><A HREF="../test/README">lua/test/README</A> | ||
24 | </UL> | ||
25 | |||
26 | Lua's | ||
27 | <A HREF="http://www.lua.org/">official web site</A> | ||
28 | contains updated documentation, | ||
29 | especially the | ||
30 | <A HREF="http://www.lua.org/manual/5.1/">reference manual</A>. | ||
31 | <P> | ||
32 | |||
33 | <HR> | ||
34 | <SMALL> | ||
35 | Last update: | ||
36 | Tue Aug 12 14:46:07 BRT 2008 | ||
37 | </SMALL> | ||
38 | |||
39 | </BODY> | ||
40 | </HTML> | ||