Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ceguilua/src/lua-5.0.3/README @ 1803

Last change on this file since 1803 was 1803, checked in by rgrieder, 16 years ago

added files for lua 5.1.3, lua 5.0.3, CEGUILua-0.6.1 and CEGUILua-0.5.0b

File size: 1.5 KB
Line 
1This is Lua 5.0.
2
3* What is Lua?
4  ------------
5  Lua is a powerful, light-weight programming language designed for extending
6  applications. Lua is also frequently used as a general-purpose, stand-alone
7  language. Lua is free software.
8
9  For complete information, visit Lua's web site at http://www.lua.org/ .
10  For an executive summary, see http://www.lua.org/about.html .
11
12  Lua has been used in many different projects around the world.
13  For a short list, see http://www.lua.org/uses.html .
14
15* Availability
16  ------------
17  Lua is freely available for both academic and commercial purposes.
18  See COPYRIGHT and http://www.lua.org/license.html for details.
19  Lua can be downloaded from its official site http://www.lua.org/ and
20  several other sites aroung the world. For a complete list of mirror sites,
21  see http://www.lua.org/mirrors.html .
22
23* Contacting the authors
24  ----------------------
25  Send your comments, questions, and bug reports to lua@tecgraf.puc-rio.br.
26  For more information about the authors, see http://www.lua.org/authors.html .
27  For reporting bugs, try also the mailing list: lua-l@tecgraf.puc-rio.br.
28  For more information about this list, including instructions on how to
29  subscribe and access the archives, see http://www.lua.org/lua-l.html .
30
31* Origin
32  ------
33  Lua is developed at Tecgraf, the Computer Graphics Technology Group
34  of PUC-Rio (the Pontifical Catholic University of Rio de Janeiro in Brazil).
35  Tecgraf is a laboratory of the Department of Computer Science.
36
37(end of README)
Note: See TracBrowser for help on using the repository browser.