diff options
author | tomas <tomas> | 2005-01-24 10:59:58 +0000 |
---|---|---|
committer | tomas <tomas> | 2005-01-24 10:59:58 +0000 |
commit | 5f942164a0cf9fd11545fffb5e54e446bd42ecd4 (patch) | |
tree | 25cb2f9b30926ac2050c4cf855899c7b03ab370c /doc/us/index.html | |
parent | 2540f6cbdb94ba60fe2ef94f12fc85f60c8ce767 (diff) | |
download | luafilesystem-5f942164a0cf9fd11545fffb5e54e446bd42ecd4.tar.gz luafilesystem-5f942164a0cf9fd11545fffb5e54e446bd42ecd4.tar.bz2 luafilesystem-5f942164a0cf9fd11545fffb5e54e446bd42ecd4.zip |
Acrescimo de documentacao da lfs.touch.
Adaptacao para a versao 1.1.
Diffstat (limited to 'doc/us/index.html')
-rw-r--r-- | doc/us/index.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/us/index.html b/doc/us/index.html index a96e2e6..90c15ee 100644 --- a/doc/us/index.html +++ b/doc/us/index.html | |||
@@ -39,20 +39,14 @@ href="http://www.lua.org">Lua</a> Programming Language</td> | |||
39 | 39 | ||
40 | <ul> | 40 | <ul> |
41 | <li><a href="#over">Overview</a></li> | 41 | <li><a href="#over">Overview</a></li> |
42 | |||
43 | <li><a href="#version">Current Version</a></li> | 42 | <li><a href="#version">Current Version</a></li> |
44 | |||
45 | <li><a href="#download">Download</a></li> | 43 | <li><a href="#download">Download</a></li> |
46 | |||
47 | <li><a href="#manual">Manual</a></li> | 44 | <li><a href="#manual">Manual</a></li> |
48 | |||
49 | <li><a href="#credits">Credits</a></li> | 45 | <li><a href="#credits">Credits</a></li> |
50 | |||
51 | <li><a href="#contact">Contact us</a></li> | 46 | <li><a href="#contact">Contact us</a></li> |
52 | </ul> | 47 | </ul> |
53 | 48 | ||
54 | <a name="over"></a> | 49 | <a name="over"></a> |
55 | |||
56 | <h2>Overview</h2> | 50 | <h2>Overview</h2> |
57 | 51 | ||
58 | <p>LuaFileSystem is a library developed to complement the set of | 52 | <p>LuaFileSystem is a library developed to complement the set of |
@@ -60,13 +54,16 @@ functions related to file systems offered by the standard Lua | |||
60 | 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.</p> |
61 | 55 | ||
62 | <p>LuaFileSystem is free software and uses the same <a href= | 56 | <p>LuaFileSystem is free software and uses the same <a href= |
63 | "license.html">license</a> as Lua 5.0. <a name="version"></a></p> | 57 | "license.html">license</a> as Lua 5.0. |
58 | </p> | ||
64 | 59 | ||
60 | <a name="version"></a> | ||
65 | <h2>Current version</h2> | 61 | <h2>Current version</h2> |
66 | 62 | ||
67 | <p>Current version is 1.0. It was developed for Lua 5.0.</p> | 63 | <p>Current version is 1.1. |
64 | It was developed for Lua 5.0.</p> | ||
68 | 65 | ||
69 | <p>Version 1.0 follows the | 66 | <p>Version 1.1 follows the |
70 | <a href="http://www.keplerproject.org/compat">package proposal</a> | 67 | <a href="http://www.keplerproject.org/compat">package proposal</a> |
71 | for Lua 5.1 (see section <a href="#installation">Installation</a> | 68 | for Lua 5.1 (see section <a href="#installation">Installation</a> |
72 | for more details). | 69 | for more details). |
@@ -85,10 +82,13 @@ page. | |||
85 | <h2>What's new</h2> | 82 | <h2>What's new</h2> |
86 | 83 | ||
87 | <ul> | 84 | <ul> |
85 | <li>[?/?/2005] Version 1.1 released</li> | ||
88 | <li>[21/Jan/2005] Version 1.0 released</li> | 86 | <li>[21/Jan/2005] Version 1.0 released</li> |
89 | <li>[10/Nov/2004] Version 1.0 beta released</li> | 87 | <li>[10/Nov/2004] Version 1.0 beta released</li> |
90 | </ul> | 88 | </ul> |
91 | 89 | ||
90 | Version 1.1 adds function <tt>lfs.touch</tt>. | ||
91 | |||
92 | <a name="installation"></a> | 92 | <a name="installation"></a> |
93 | <h2>Installation</h2> | 93 | <h2>Installation</h2> |
94 | 94 | ||
@@ -122,7 +122,7 @@ which holds its copyright.</p> | |||
122 | Comments are welcome!</p> | 122 | Comments are welcome!</p> |
123 | 123 | ||
124 | <hr> | 124 | <hr> |
125 | <small>$Id: index.html,v 1.9 2005/01/19 14:30:08 tomas Exp $</small> | 125 | <small>$Id: index.html,v 1.10 2005/01/24 10:59:58 tomas Exp $</small> |
126 | </body> | 126 | </body> |
127 | </html> | 127 | </html> |
128 | 128 | ||