Acrescimo de documentacao da lfs.touch.

Adaptacao para a versao 1.1.
This commit is contained in:
tomas
2005-01-24 10:59:58 +00:00
parent 2540f6cbdb
commit 5f942164a0
2 changed files with 44 additions and 23 deletions

View File

@@ -39,20 +39,14 @@ href="http://www.lua.org">Lua</a> Programming Language</td>
<ul>
<li><a href="#over">Overview</a></li>
<li><a href="#version">Current Version</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#manual">Manual</a></li>
<li><a href="#credits">Credits</a></li>
<li><a href="#contact">Contact us</a></li>
</ul>
<a name="over"></a>
<h2>Overview</h2>
<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
distribution. One of its goals is to be as portable as Lua.</p>
<p>LuaFileSystem is free software and uses the same <a href=
"license.html">license</a> as Lua 5.0. <a name="version"></a></p>
"license.html">license</a> as Lua 5.0.
</p>
<a name="version"></a>
<h2>Current version</h2>
<p>Current version is 1.0. It was developed for Lua 5.0.</p>
<p>Current version is 1.1.
It was developed for Lua 5.0.</p>
<p>Version 1.0 follows the
<p>Version 1.1 follows the
<a href="http://www.keplerproject.org/compat">package proposal</a>
for Lua 5.1 (see section <a href="#installation">Installation</a>
for more details).
@@ -85,10 +82,13 @@ page.
<h2>What's new</h2>
<ul>
<li>[?/?/2005] Version 1.1 released</li>
<li>[21/Jan/2005] Version 1.0 released</li>
<li>[10/Nov/2004] Version 1.0 beta released</li>
</ul>
Version 1.1 adds function <tt>lfs.touch</tt>.
<a name="installation"></a>
<h2>Installation</h2>
@@ -122,7 +122,7 @@ which holds its copyright.</p>
Comments are welcome!</p>
<hr>
<small>$Id: index.html,v 1.9 2005/01/19 14:30:08 tomas Exp $</small>
<small>$Id: index.html,v 1.10 2005/01/24 10:59:58 tomas Exp $</small>
</body>
</html>