diff options
Diffstat (limited to 'doc/us/index.html')
-rw-r--r-- | doc/us/index.html | 164 |
1 files changed, 78 insertions, 86 deletions
diff --git a/doc/us/index.html b/doc/us/index.html index 90c15ee..b7e6983 100644 --- a/doc/us/index.html +++ b/doc/us/index.html | |||
@@ -1,76 +1,78 @@ | |||
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
2 | <html> | 3 | <html> |
3 | <head> | 4 | <head> |
4 | <meta name="generator" content="HTML Tidy, see www.w3.org"> | 5 | <title>LuaFileSystem</title> |
5 | <title>LuaFileSystem</title> | 6 | <link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/> |
6 | <style type="text/css"> | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
7 | ul { list-style-type: disc }; | ||
8 | </style> | ||
9 | </head> | 8 | </head> |
10 | <body bgcolor="#FFFFFF"> | 9 | <body> |
11 | <center> | 10 | |
12 | <table border="0" cellspacing="2" cellpadding="2"> | 11 | <div id="container"> |
13 | <tr> | 12 | |
14 | <td align="center"><a href="http://www.keplerproject.org"><img | 13 | <div id="product"> |
15 | border="0" alt="LuaFileSystem" src="luafilesystem.png"></a> </td> | 14 | <div id="product_logo"><a href="http://www.keplerproject.org"> |
16 | </tr> | 15 | <img alt="LuaFileSystem" src="luafilesystem.png"/> |
17 | 16 | </a></div> | |
18 | <tr> | 17 | <div id="product_name"><big><b>LuaFileSystem</b></big></div> |
19 | <td align="center"><big><b>LuaFileSystem</b></big> </td> | 18 | <div id="product_description">File System Library for the Lua Programming Language</div> |
20 | </tr> | 19 | </div> <!-- id="product" --> |
21 | 20 | ||
22 | <tr> | 21 | <div id="main"> |
23 | <td align="center" valign="top">File System Library for the <a | 22 | |
24 | href="http://www.lua.org">Lua</a> Programming Language</td> | 23 | <div id="navigation"> |
25 | </tr> | 24 | <h1>LuaFileSystem</h1> |
26 | </table> | 25 | <ul> |
27 | </center> | 26 | <li><strong>Home</strong> |
28 | 27 | <ul> | |
29 | <center><small> | 28 | <li><a href="index.html#overview">Overview</a></li> |
30 | <a href="#over">overview</a> · | 29 | <li><a href="index.html#status">Status</a></li> |
31 | <a href="#download">download</a> · | 30 | <li><a href="index.html#download">Download</a></li> |
32 | <a href="manual.html">manual</a> · | 31 | <li><a href="index.html#history">History</a></li> |
33 | <a href="#credits">credits</a> · | 32 | <li><a href="index.html#credits">Credits</a></li> |
34 | <a href="#contact">contact us</a> | 33 | <li><a href="index.html#contact">Contact us</a></li> |
35 | </small></center> | 34 | </ul> |
36 | 35 | </li> | |
37 | <hr> | 36 | <li><a href="manual.html">Manual</a> |
38 | <h2>Contents</h2> | 37 | <ul> |
39 | 38 | <li><a href="manual.html#introduction">Introduction</a></li> | |
40 | <ul> | 39 | <li><a href="manual.html#installation">Installation</a></li> |
41 | <li><a href="#over">Overview</a></li> | 40 | <li><a href="manual.html#reference">Reference</a></li> |
42 | <li><a href="#version">Current Version</a></li> | 41 | </ul> |
43 | <li><a href="#download">Download</a></li> | 42 | </li> |
44 | <li><a href="#manual">Manual</a></li> | 43 | <li><a href="examples.html">Examples</a></li> |
45 | <li><a href="#credits">Credits</a></li> | 44 | <li><a href="license.html">License</a></li> |
46 | <li><a href="#contact">Contact us</a></li> | 45 | </ul> |
47 | </ul> | 46 | </div> <!-- id="navigation" --> |
48 | 47 | ||
49 | <a name="over"></a> | 48 | <div id="content"> |
50 | <h2>Overview</h2> | 49 | |
51 | 50 | <h2><a name="overview"></a>Overview</h2> | |
52 | <p>LuaFileSystem is a library developed to complement the set of | 51 | <p> |
52 | LuaFileSystem is a library developed to complement the set of | ||
53 | functions related to file systems offered by the standard Lua | 53 | functions related to file systems offered by the standard Lua |
54 | distribution. One of its goals is to be as portable as Lua.</p> | 54 | distribution. One of its goals is to be as portable as Lua. |
55 | </p> | ||
55 | 56 | ||
56 | <p>LuaFileSystem is free software and uses the same <a href= | 57 | <p> |
57 | "license.html">license</a> as Lua 5.0. | 58 | LuaFileSystem is free software and uses the same <a href="license.html">license</a> as Lua 5.0. |
58 | </p> | 59 | </p> |
59 | 60 | ||
60 | <a name="version"></a> | 61 | <h2><a name="status"></a>Status</h2> |
61 | <h2>Current version</h2> | ||
62 | 62 | ||
63 | <p>Current version is 1.1. | 63 | <p> |
64 | It was developed for Lua 5.0.</p> | 64 | Current version is 1.1. It was developed for Lua 5.0. |
65 | </p> | ||
65 | 66 | ||
66 | <p>Version 1.1 follows the | 67 | <p> |
68 | Version 1.1 follows the | ||
67 | <a href="http://www.keplerproject.org/compat">package proposal</a> | 69 | <a href="http://www.keplerproject.org/compat">package proposal</a> |
68 | for Lua 5.1 (see section <a href="#installation">Installation</a> | 70 | for Lua 5.1 (see section <a href="manual.html#installation">Installation</a> |
69 | for more details). | 71 | for more details). |
70 | </p> | 72 | </p> |
71 | 73 | ||
72 | <a name="download"></a> | 74 | |
73 | <h2>Download</h2> | 75 | <h2><a name="download"></a>Download</h2> |
74 | 76 | ||
75 | <p> | 77 | <p> |
76 | LuaFileSystem can be downloaded from its | 78 | LuaFileSystem can be downloaded from its |
@@ -78,8 +80,7 @@ LuaFileSystem can be downloaded from its | |||
78 | page. | 80 | page. |
79 | </p> | 81 | </p> |
80 | 82 | ||
81 | <a name="new"></a> | 83 | <h2><a name="history"></a>History</h2> |
82 | <h2>What's new</h2> | ||
83 | 84 | ||
84 | <ul> | 85 | <ul> |
85 | <li>[?/?/2005] Version 1.1 released</li> | 86 | <li>[?/?/2005] Version 1.1 released</li> |
@@ -89,40 +90,31 @@ page. | |||
89 | 90 | ||
90 | Version 1.1 adds function <tt>lfs.touch</tt>. | 91 | Version 1.1 adds function <tt>lfs.touch</tt>. |
91 | 92 | ||
92 | <a name="installation"></a> | 93 | <h2><a name="credits"></a>Credits</h2> |
93 | <h2>Installation</h2> | ||
94 | |||
95 | <p>LuaFileSystem is distributed as a pair of C source and header | ||
96 | files. The distribution provides a <tt>Makefile</tt> prepared to | ||
97 | compile the library and install it. The file <tt>config</tt> should | ||
98 | be edited to suit the needs of the aimed platform.</p> | ||
99 | |||
100 | <p>LuaFileSystem follows the | ||
101 | <a href="http://www.keplerproject.org/compat">package proposal</a> | ||
102 | for Lua 5.1, therefore this package should be "installed". | ||
103 | In other words, | ||
104 | if you are using Lua 5.0, the files <tt>compat-5.1.c</tt> and | ||
105 | <tt>compat-5.1.h</tt> must be used in the compilation and the file | ||
106 | <tt>compat-5.1.lua</tt> must be installed in the <tt>LUA_PATH</tt>. | ||
107 | If you are using Lua 5.1, nothing should be done.</p> | ||
108 | |||
109 | <a name="credits"></a> | ||
110 | <h2>Credits</h2> | ||
111 | 94 | ||
112 | <p>LuaFileSystem was designed by Roberto Ierusalimschy, | 95 | <p>LuaFileSystem was designed by Roberto Ierusalimschy, |
113 | André Carregal and Tomás Guisasola as part of the | 96 | André Carregal and Tomás Guisasola as part of the |
114 | <a href="http://www.keplerproject.org">Kepler Project</a> | 97 | <a href="http://www.keplerproject.org">Kepler Project</a> |
115 | which holds its copyright.</p> | 98 | which holds its copyright.</p> |
116 | 99 | ||
117 | <a name="contact"></a> | 100 | <h2><a name="contact"></a>Contact us</h2> |
118 | <h2>Contact us</h2> | ||
119 | 101 | ||
120 | <p>For more information please <a href= | 102 | <p>For more information please <a href= |
121 | "mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>. | 103 | "mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>. |
122 | Comments are welcome!</p> | 104 | Comments are welcome!</p> |
123 | 105 | ||
124 | <hr> | 106 | </div> <!-- id="content" --> |
125 | <small>$Id: index.html,v 1.10 2005/01/24 10:59:58 tomas Exp $</small> | 107 | |
108 | </div> <!-- id="main" --> | ||
109 | |||
110 | <div id="about"> | ||
111 | <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | ||
112 | <p><small> | ||
113 | $Id: index.html,v 1.11 2005/05/04 02:28:51 tuler Exp $ | ||
114 | </small></p> | ||
115 | </div> <!-- id="about" --> | ||
116 | |||
117 | </div> <!-- id="container" --> | ||
118 | |||
126 | </body> | 119 | </body> |
127 | </html> | 120 | </html> |
128 | |||