diff --git a/doc/us/index.html b/doc/us/index.html index a96e2e6..90c15ee 100644 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -39,20 +39,14 @@ href="http://www.lua.org">Lua Programming Language -

Overview

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.

LuaFileSystem is free software and uses the same license as Lua 5.0.

+"license.html">license as Lua 5.0. +

+

Current version

-

Current version is 1.0. It was developed for Lua 5.0.

+

Current version is 1.1. +It was developed for Lua 5.0.

-

Version 1.0 follows the +

Version 1.1 follows the package proposal for Lua 5.1 (see section Installation for more details). @@ -85,10 +82,13 @@ page.

What's new

+Version 1.1 adds function lfs.touch. +

Installation

@@ -122,7 +122,7 @@ which holds its copyright.

Comments are welcome!


-$Id: index.html,v 1.9 2005/01/19 14:30:08 tomas Exp $ +$Id: index.html,v 1.10 2005/01/24 10:59:58 tomas Exp $ diff --git a/doc/us/manual.html b/doc/us/manual.html index 0d9ab61..26a2192 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -53,8 +53,7 @@ systems offered by the standard Lua distribution.

LuaFileSystem offers the following functions:

-

Example