From 3bdc8f78054c1c62417019fbe1a96ed94af0b1c9 Mon Sep 17 00:00:00 2001 From: uid20002 <uid20002> Date: Fri, 20 May 2005 12:10:58 +0000 Subject: Documentation update --- doc/us/index.html | 41 ++++++++++++++++++----------------------- doc/us/manual.html | 6 +++--- 2 files changed, 21 insertions(+), 26 deletions(-) diff --git a/doc/us/index.html b/doc/us/index.html index 440182c..9069ed6 100644 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -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" --> diff --git a/doc/us/manual.html b/doc/us/manual.html index 958c1e1..45a7492 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -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" --> -- cgit v1.2.3-55-g6feb