diff options
Diffstat (limited to 'doc/us/index.html')
-rw-r--r-- | doc/us/index.html | 178 |
1 files changed, 80 insertions, 98 deletions
diff --git a/doc/us/index.html b/doc/us/index.html index 4394051..eb95b1d 100644 --- a/doc/us/index.html +++ b/doc/us/index.html | |||
@@ -1,140 +1,122 @@ | |||
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> | ||
1 | <html> | 2 | <html> |
2 | |||
3 | <head> | 3 | <head> |
4 | <meta name="generator" content="HTML Tidy, see www.w3.org"> | ||
4 | <title>LuaFileSystem</title> | 5 | <title>LuaFileSystem</title> |
5 | <style type="text/css"> | 6 | <style type="text/css"> |
6 | ul { list-style-type: disc }; | 7 | ul { list-style-type: disc }; |
7 | </style> | 8 | </style> |
8 | </head> | 9 | </head> |
9 | |||
10 | <body bgcolor="#FFFFFF"> | 10 | <body bgcolor="#FFFFFF"> |
11 | |||
12 | <center> | 11 | <center> |
13 | <table border=0 cellspacing=2 cellpadding=2> | 12 | <table border="0" cellspacing="2" cellpadding="2"> |
14 | <tr><td align=center><a href="http://www.keplerproject.org"> | 13 | <tr> |
15 | <img border=0 alt="LuaFileSystem" src="luafilesystem.png"></a> | 14 | <td align="center"><a href="http://www.keplerproject.org"><img |
16 | <tr><td align=center><big><b>LuaFileSystem</b></big> | 15 | border="0" alt="LuaFileSystem" src="luafilesystem.png"></a> </td> |
17 | <tr><td align=center valign=top>File System Library for the | 16 | </tr> |
18 | <a href="http://www.lua.org">Lua</a> | 17 | |
19 | Programming Language | 18 | <tr> |
19 | <td align="center"><big><b>LuaFileSystem</b></big> </td> | ||
20 | </tr> | ||
21 | |||
22 | <tr> | ||
23 | <td align="center" valign="top">File System Library for the <a | ||
24 | href="http://www.lua.org">Lua</a> Programming Language</td> | ||
25 | </tr> | ||
20 | </table> | 26 | </table> |
21 | </center> | 27 | </center> |
22 | <p> | ||
23 | 28 | ||
24 | <center><small> | 29 | <center><small><a href="#over">overview</a> · <a href= |
25 | <a href="#over">overview</a> · | 30 | "#download">download</a> · <a href="manual.html">manual</a> |
26 | <a href="#download">download</a> · | 31 | · <a href="#credits">credits</a> · <a href= |
27 | <a href="manual.html">manual</a> · | 32 | "#contact">contact us</a></small></center> |
28 | <a href="#credits">credits</a> · | ||
29 | <a href="#contact">contact us</a> | ||
30 | </small></center> | ||
31 | <p> | ||
32 | 33 | ||
33 | <hr> | 34 | <hr> |
34 | <h2>Contents</h2> | 35 | <h2>Contents</h2> |
35 | <p> | 36 | |
36 | <ul> | 37 | <ul> |
37 | <li> <a href="#over">Overview</a> | 38 | <li><a href="#over">Overview</a></li> |
38 | <li> <a href="#version">Current Version</a> | 39 | |
39 | <li> <a href="#download">Download</a> | 40 | <li><a href="#version">Current Version</a></li> |
40 | <li> <a href="#manual">Manual</a> | 41 | |
41 | <li> <a href="#credits">Credits</a> | 42 | <li><a href="#download">Download</a></li> |
42 | <li> <a href="#contact">Contact us</a> | 43 | |
44 | <li><a href="#manual">Manual</a></li> | ||
45 | |||
46 | <li><a href="#credits">Credits</a></li> | ||
47 | |||
48 | <li><a href="#contact">Contact us</a></li> | ||
43 | </ul> | 49 | </ul> |
44 | 50 | ||
45 | <a name="over"></a> | 51 | <a name="over"></a> |
52 | |||
46 | <h2>Overview</h2> | 53 | <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 | 54 | ||
55 | <p>LuaFileSystem is a library developed to complement the set of | ||
56 | functions related to file systems offered by the standard Lua | ||
57 | distribution. One of its goals is to be as portable as Lua.</p> | ||
58 | |||
59 | <p>LuaFileSystem is free software and uses the same <a href= | ||
60 | "license.html">license</a> as Lua 5.0. <a name="version"></a></p> | ||
56 | 61 | ||
57 | <a name="version"></a> | ||
58 | <h2>Current version</h2> | 62 | <h2>Current version</h2> |
59 | <p> | 63 | |
60 | Current version is 1.0 beta. | 64 | <p>Current version is 1.0 beta. It was developed for Lua 5.0.</p> |
61 | It was developed for Lua 5.0. | 65 | |
62 | </p> | 66 | <p>Version 1.0 follows the <a href= |
63 | <p> | 67 | "http://www.keplerproject.org/compat">package proposal</a> for Lua |
64 | Version 1.0 follows the | 68 | 5.1 (see section <a href="#installation">Installation</a> for more |
65 | <a href="http://www.keplerproject.org/compat">package proposal</a> | 69 | details). <a name="download"></a></p> |
66 | for Lua 5.1 | 70 | |
67 | (see section <a href="#installation">Installation</a> for more details). | ||
68 | |||
69 | |||
70 | <a name="download"></a> | ||
71 | <h2>Download</h2> | 71 | <h2>Download</h2> |
72 | <p> | ||
73 | LuaFileSystem can be downloaded from its | ||
74 | <a href="http://luaforge.net/project/showfiles.php?group_id=66">Lua Forge</a> | ||
75 | page. | ||
76 | 72 | ||
73 | <p>LuaFileSystem can be downloaded from its <a href= | ||
74 | "http://luaforge.net/project/showfiles.php?group_id=66">Lua | ||
75 | Forge</a> page. <a name="new"></a></p> | ||
77 | 76 | ||
78 | <a name="new"></a> | ||
79 | <h2>What's new</h2> | 77 | <h2>What's new</h2> |
80 | <p> | 78 | |
81 | <ul> | 79 | <ul> |
82 | <li>[10/nov/2004] Version 1.0 beta released | 80 | <li>[10/nov/2004] Version 1.0 beta released</li> |
83 | </ul> | 81 | </ul> |
84 | 82 | ||
83 | <a name="installation"></a> | ||
85 | 84 | ||
86 | <a name="installation"></a> | ||
87 | <h2>Installation</h2> | 85 | <h2>Installation</h2> |
88 | <p> | ||
89 | LuaFileSystem is distributed as a pair of C source and header files. | ||
90 | The distribution provides a <tt>Makefile</tt> prepared to compile the | ||
91 | library and install it. | ||
92 | The file <tt>config</tt> should be edited to suit the needs of the aimed | ||
93 | platform. | ||
94 | </p> | ||
95 | <p> | ||
96 | LuaFileSystem follows the | ||
97 | <a href="http://www.keplerproject.org/compat">package proposal</a> | ||
98 | for Lua 5.1, | ||
99 | therefore this package should be "installed". | ||
100 | In other words, | ||
101 | if you are using Lua 5.0, | ||
102 | the files <tt>compat-5.1.c</tt> and <tt>compat-5.1.h</tt> must be used | ||
103 | in the compilation and the file <tt>compat-5.1.lua</tt> must be installed | ||
104 | in the <tt>LUA_PATH</tt>. | ||
105 | If you are using Lua 5.1, | ||
106 | nothing should be done. | ||
107 | </p> | ||
108 | |||
109 | |||
110 | <a name="credits"></a> | ||
111 | <h2>Credits</h2> | ||
112 | 86 | ||
113 | <p> | 87 | <p>LuaFileSystem is distributed as a pair of C source and header |
114 | LuaFileSystem was designed by Roberto Ierusalimschy, | 88 | files. The distribution provides a <tt>Makefile</tt> prepared to |
115 | André Carregal and Tomás Guisasola as part of | 89 | compile the library and install it. The file <tt>config</tt> should |
116 | <a href="http://www.keplerproject.org">The Kepler Project</a> | 90 | be edited to suit the needs of the aimed platform.</p> |
117 | which holds its copyright. | ||
118 | </p> | ||
119 | 91 | ||
92 | <p>LuaFileSystem follows the <a href= | ||
93 | "http://www.keplerproject.org/compat">package proposal</a> for Lua | ||
94 | 5.1, therefore this package should be "installed". In other words, | ||
95 | if you are using Lua 5.0, the files <tt>compat-5.1.c</tt> and | ||
96 | <tt>compat-5.1.h</tt> must be used in the compilation and the file | ||
97 | <tt>compat-5.1.lua</tt> must be installed in the <tt>LUA_PATH</tt>. | ||
98 | If you are using Lua 5.1, nothing should be done.</p> | ||
120 | 99 | ||
121 | <a name="contact"></a> | 100 | <a name="credits"></a> |
122 | <h2>Contact us</h2> | ||
123 | 101 | ||
124 | <p> | 102 | <h2>Credits</h2> |
125 | For more information please | ||
126 | <a href="mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>. | ||
127 | Comments are welcome! | ||
128 | </p> | ||
129 | 103 | ||
104 | <p>LuaFileSystem was designed by Roberto Ierusalimschy, | ||
105 | André Carregal and Tomás Guisasola as part of <a | ||
106 | href="http://www.keplerproject.org">The Kepler Project</a> which | ||
107 | holds its copyright.</p> | ||
130 | 108 | ||
109 | <a name="contact"></a> | ||
131 | 110 | ||
132 | <p> | 111 | <h2>Contact us</h2> |
133 | <hr> | ||
134 | <small> | ||
135 | $Id: index.html,v 1.6 2004/11/11 15:33:20 tomas Exp $ | ||
136 | </small> | ||
137 | 112 | ||
113 | <p>For more information please <a href= | ||
114 | "mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>. | ||
115 | Comments are welcome!</p> | ||
116 | |||
117 | <hr> | ||
118 | <small>$Id: index.html,v 1.6 2004/11/11 15:33:20 tomas Exp | ||
119 | $</small> | ||
138 | </body> | 120 | </body> |
139 | </html> | 121 | </html> |
140 | 122 | ||