From 9cdf62e1bd3787e9afa047af3369ee70469340ea Mon Sep 17 00:00:00 2001 From: carregal Date: Fri, 26 Oct 2007 21:44:43 +0000 Subject: Documentation updates for 1.3.0 --- doc/us/examples.html | 5 ++--- doc/us/index.html | 14 +++++++------- doc/us/license.html | 7 +++---- doc/us/manual.html | 7 ++++--- 4 files changed, 16 insertions(+), 17 deletions(-) (limited to 'doc') diff --git a/doc/us/examples.html b/doc/us/examples.html index b972d6c..c33b883 100644 --- a/doc/us/examples.html +++ b/doc/us/examples.html @@ -93,9 +93,8 @@ attrdir (".")
-

- Valid XHTML 1.0!

-

$Id: examples.html,v 1.6 2007/05/08 19:23:12 carregal Exp $

+

Valid XHTML 1.0!

+

$Id: examples.html,v 1.7 2007/10/26 21:44:43 carregal Exp $

diff --git a/doc/us/index.html b/doc/us/index.html index f0d78f5..1df2bd1 100644 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -84,22 +84,23 @@ version of LuaFileSystem can be found at the same LuaForge page.

History

-
Version 1.3.0 [?/Jun/2007]
+
Version 1.3.0 [26/Oct/2007]
-
Version 1.2.1 [08/May/2007]
+
Version 1.2.1 [08/May/2007]
  • compatible only with Lua 5.1 (Lua 5.0 support was dropped)
-
Version 1.2 [15/Mar/2006]
+
Version 1.2 [15/Mar/2006]
  • added optional argument to @@ -145,9 +146,8 @@ Comments are welcome!

    -

    - Valid XHTML 1.0!

    -

    $Id: index.html,v 1.36 2007/06/07 01:28:08 tomas Exp $

    +

    Valid XHTML 1.0!

    +

    $Id: index.html,v 1.37 2007/10/26 21:44:43 carregal Exp $

    diff --git a/doc/us/license.html b/doc/us/license.html index 8c89ca3..e450edd 100644 --- a/doc/us/license.html +++ b/doc/us/license.html @@ -85,7 +85,7 @@ Ierusalimschy, André Carregal and Tomás Guisasola. The implementation is not derived from licensed software.


    -

    Copyright © 2004-2007 The Kepler Project.

    +

    Copyright © 2004-2007 Kepler Project.

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation @@ -112,9 +112,8 @@ SOFTWARE.

    -

    - Valid XHTML 1.0!

    -

    $Id: license.html,v 1.10 2007/05/08 19:23:12 carregal Exp $

    +

    Valid XHTML 1.0!

    +

    $Id: license.html,v 1.11 2007/10/26 21:44:43 carregal Exp $

    diff --git a/doc/us/manual.html b/doc/us/manual.html index 04e490a..dc0f02a 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -206,6 +206,8 @@ LuaFileSystem offers the following functions:
    lfs.symlinkattributes (filepath [, aname])
    Identical to lfs.attributes except that it obtains information about the link itself (not the file it refers to). + This function is not available in Windows so you may want to make sure that + lfs.symlinkattributes exists before using it.
    lfs.touch (filepath [, atime [, mtime]])
    @@ -237,9 +239,8 @@ LuaFileSystem offers the following functions:
    -

    - Valid XHTML 1.0!

    -

    $Id: manual.html,v 1.36 2007/06/07 01:28:08 tomas Exp $

    +

    Valid XHTML 1.0!

    +

    $Id: manual.html,v 1.37 2007/10/26 21:44:43 carregal Exp $

    -- cgit v1.2.3-55-g6feb