Documentation update

This commit is contained in:
uid20002
2005-05-20 12:10:58 +00:00
parent 41aee28e62
commit 3bdc8f7805
2 changed files with 21 additions and 26 deletions

View File

@@ -48,42 +48,37 @@
<div id="content">
<h2><a name="overview"></a>Overview</h2>
<p>
LuaFileSystem is a library developed to complement the set of
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.
</p>
<p>LuaFileSystem is a <a href="http://www.lua.org">Lua</a> library
developed to complement the set of functions related to file
systems offered by the standard Lua distribution.</p>
<p>LuaFileSystem offers a portable way to access
the underlying directory structure and file attributes.<p>
<p>LuaFileSystem is free software and uses the same
<a href="license.html">license</a> as Lua 5.0.</p>
<h2><a name="status"></a>Status</h2>
<p>
Current version is 1.1. 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.1 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="manual.html#installation">Installation</a>
for more details).
</p>
for more details).</p>
<h2><a name="download"></a>Download</h2>
<p>
LuaFileSystem can be downloaded from its
<p>LuaFileSystem can be downloaded from its
<a href="http://luaforge.net/project/showfiles.php?group_id=66">Lua Forge</a>
page.
</p>
page.</p>
<h2><a name="history"></a>History</h2>
<ul>
<li>[19/May/2005] Version 1.1 released<br />
<li>[20/May/2005] Version 1.1 released<br />
added function <code>lfs.touch</code>.
</li>
<li>[21/Jan/2005] Version 1.0 released</li>
@@ -101,8 +96,8 @@ which holds its copyright.</p>
<h2><a name="contact"></a>Contact us</h2>
<p>For more information please <a href=
"mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>.
<p>For more information please
<a href="mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>.
Comments are welcome!</p>
</div> <!-- id="content" -->
@@ -112,7 +107,7 @@ Comments are welcome!</p>
<div id="about">
<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>
<p><small>
$Id: index.html,v 1.12 2005/05/19 20:24:31 uid20002 Exp $
$Id: index.html,v 1.13 2005/05/20 12:10:58 uid20002 Exp $
</small></p>
</div> <!-- id="about" -->