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"> <div id="content">
<h2><a name="overview"></a>Overview</h2> <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> <p>LuaFileSystem is a <a href="http://www.lua.org">Lua</a> library
LuaFileSystem is free software and uses the same <a href="license.html">license</a> as Lua 5.0. developed to complement the set of functions related to file
</p> 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> <h2><a name="status"></a>Status</h2>
<p> <p>Current version is 1.1. It was developed for Lua 5.0.</p>
Current version is 1.1. It was developed for Lua 5.0.
</p>
<p> <p>Version 1.1 follows the
Version 1.1 follows the
<a href="http://www.keplerproject.org/compat">package proposal</a> <a href="http://www.keplerproject.org/compat">package proposal</a>
for Lua 5.1 (see section <a href="manual.html#installation">Installation</a> for Lua 5.1 (see section <a href="manual.html#installation">Installation</a>
for more details). for more details).</p>
</p>
<h2><a name="download"></a>Download</h2> <h2><a name="download"></a>Download</h2>
<p> <p>LuaFileSystem can be downloaded from its
LuaFileSystem can be downloaded from its
<a href="http://luaforge.net/project/showfiles.php?group_id=66">Lua Forge</a> <a href="http://luaforge.net/project/showfiles.php?group_id=66">Lua Forge</a>
page. page.</p>
</p>
<h2><a name="history"></a>History</h2> <h2><a name="history"></a>History</h2>
<ul> <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>. added function <code>lfs.touch</code>.
</li> </li>
<li>[21/Jan/2005] Version 1.0 released</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> <h2><a name="contact"></a>Contact us</h2>
<p>For more information please <a href= <p>For more information please
"mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>. <a href="mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>.
Comments are welcome!</p> Comments are welcome!</p>
</div> <!-- id="content" --> </div> <!-- id="content" -->
@@ -112,7 +107,7 @@ Comments are welcome!</p>
<div id="about"> <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><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> <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> </small></p>
</div> <!-- id="about" --> </div> <!-- id="about" -->

View File

@@ -54,8 +54,8 @@
developed to complement the set of functions related to file developed to complement the set of functions related to file
systems offered by the standard Lua distribution.</p> systems offered by the standard Lua distribution.</p>
<p>LuaFileSystem is free software and uses the same <a href= <p>LuaFileSystem offers a portable way to access
"license.html">license</a> as Lua 5.0.</p> the underlying directory structure and file attributes.<p>
<h2><a name="installation"></a>Installation</h2> <h2><a name="installation"></a>Installation</h2>
@@ -192,7 +192,7 @@ If you are using Lua 5.1, nothing should be done.</p>
<div id="about"> <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><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> <p><small>
$Id: manual.html,v 1.12 2005/05/19 20:31:04 uid20002 Exp $ $Id: manual.html,v 1.13 2005/05/20 12:10:58 uid20002 Exp $
</small></p> </small></p>
</div> <!-- id="about" --> </div> <!-- id="about" -->