mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-24 12:23:08 +00:00
Documentation update
This commit is contained in:
@@ -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" -->
|
||||
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
developed to complement the set of functions related to file
|
||||
systems offered by the standard Lua distribution.</p>
|
||||
|
||||
<p>LuaFileSystem is free software and uses the same <a href=
|
||||
"license.html">license</a> as Lua 5.0.</p>
|
||||
<p>LuaFileSystem offers a portable way to access
|
||||
the underlying directory structure and file attributes.<p>
|
||||
|
||||
<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">
|
||||
<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: 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>
|
||||
</div> <!-- id="about" -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user