diff options
author | tomas <tomas> | 2004-07-27 14:15:24 +0000 |
---|---|---|
committer | tomas <tomas> | 2004-07-27 14:15:24 +0000 |
commit | 8addf14a396466982f62503a6dfa5793a53b1b8e (patch) | |
tree | 74d9db96683d623e3e789e2e51c7434da7ef6be4 /doc/us/index.html | |
download | luafilesystem-8addf14a396466982f62503a6dfa5793a53b1b8e.tar.gz luafilesystem-8addf14a396466982f62503a6dfa5793a53b1b8e.tar.bz2 luafilesystem-8addf14a396466982f62503a6dfa5793a53b1b8e.zip |
Initial revision
Diffstat (limited to 'doc/us/index.html')
-rw-r--r-- | doc/us/index.html | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/doc/us/index.html b/doc/us/index.html new file mode 100644 index 0000000..6b81ad9 --- /dev/null +++ b/doc/us/index.html | |||
@@ -0,0 +1,114 @@ | |||
1 | <html> | ||
2 | |||
3 | <head> | ||
4 | <title>LuaFileSystem</title> | ||
5 | <style type="text/css"> | ||
6 | ul { list-style-type: disc }; | ||
7 | </style> | ||
8 | </head> | ||
9 | |||
10 | <body bgcolor="#FFFFFF"> | ||
11 | |||
12 | <center> | ||
13 | <table border=0 cellspacing=2 cellpadding=2> | ||
14 | <tr><td align=center><a href="http://www.keplerproject.org"> | ||
15 | <img border=0 alt="LuaFileSystem" src="luafilesystem.png"></a> | ||
16 | <tr><td align=center><big><b>LuaFileSystem</b></big> | ||
17 | <tr><td align=center valign=top>File system library for the | ||
18 | <a href="http://www.lua.org">Lua</a> | ||
19 | programming language | ||
20 | </table> | ||
21 | </center> | ||
22 | <p> | ||
23 | |||
24 | <center><small> | ||
25 | <a href="#over">overview</a> · | ||
26 | <a href="#download">download</a> · | ||
27 | <a href="manual.html">manual</a> · | ||
28 | <a href="#credits">credits</a> · | ||
29 | <a href="#contact">contact us</a> | ||
30 | </small></center> | ||
31 | <p> | ||
32 | |||
33 | <hr> | ||
34 | <h2>Contents</h2> | ||
35 | <p> | ||
36 | <ul> | ||
37 | <li> <a href="#over">Overview</a> | ||
38 | <li> <a href="#version">Current Version</a> | ||
39 | <li> <a href="#download">Download</a> | ||
40 | <li> <a href="#manual">Manual</a> | ||
41 | <li> <a href="#credits">Credits</a> | ||
42 | <li> <a href="#contact">Contact us</a> | ||
43 | </ul> | ||
44 | |||
45 | <a name="over"></a> | ||
46 | <h2>Overview</h2> | ||
47 | <p> | ||
48 | LuaFileSystem is a library developed to complement the set of functions | ||
49 | related to file systems offered by the standard Lua distribution. | ||
50 | One of its goals is to be as portable as Lua. | ||
51 | <p> | ||
52 | LuaFileSystem is free software and uses the same | ||
53 | <a href="license.html">license</a> | ||
54 | as Lua 5.0. | ||
55 | |||
56 | |||
57 | <a name="version"></a> | ||
58 | <h2>Current version</h2> | ||
59 | <p> | ||
60 | Current version is 1.0 alpha. | ||
61 | It was developed for Lua 5.0. | ||
62 | </p> | ||
63 | |||
64 | |||
65 | <a name="download"></a> | ||
66 | <h2>Download</h2> | ||
67 | <p> | ||
68 | LuaFileSystem can be downloaded in source code from the following links: | ||
69 | <p> | ||
70 | <ul> | ||
71 | <li><a href="luafilesystem-1.0a.tar.gz">luafilesystem-1.0a.tar.gz</a>. | ||
72 | <li><a href="luafilesystem-1.0a.zip">luafilesystem-1.0a.zip</a>. | ||
73 | </ul> | ||
74 | |||
75 | |||
76 | <a name="new"></a> | ||
77 | <h2>What's new</h2> | ||
78 | <p> | ||
79 | <ul> | ||
80 | <li>[2/Aug/2004] Version 1.0 alpha released | ||
81 | </ul> | ||
82 | |||
83 | |||
84 | <a name="credits"></a> | ||
85 | <h2>Credits</h2> | ||
86 | |||
87 | <p> | ||
88 | LuaFileSystem was designed by Roberto Ierusalimschy, | ||
89 | André Carregal and Tomás Guisasola as part of | ||
90 | <a href="http://www.keplerproject.org">The Kepler Project</a> | ||
91 | which holds its copyright. | ||
92 | </p> | ||
93 | |||
94 | |||
95 | <a name="contact"></a> | ||
96 | <h2>Contact us</h2> | ||
97 | |||
98 | <p> | ||
99 | For more information please | ||
100 | <a href="mailto:tomas-NO-SPAM-THANKS@keplerproject.org">contact us</a>. | ||
101 | Comments are welcome! | ||
102 | </p> | ||
103 | |||
104 | |||
105 | |||
106 | <p> | ||
107 | <hr> | ||
108 | <small> | ||
109 | $Id: index.html,v 1.1 2004/07/27 14:15:24 tomas Exp $ | ||
110 | </small> | ||
111 | |||
112 | </body> | ||
113 | </html> | ||
114 | |||