diff --git a/README b/README index 0970919..23fa331 100644 --- a/README +++ b/README @@ -1,9 +1,19 @@ LuaFileSystem - File System Library for Lua -Copyright 2003-2007 PUC-Rio +Copyright 2003-2007 Kepler Project http://www.keplerproject.org/luafilesystem -LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. LuaFileSystem is free software and uses the same license as Lua 5.1 Current version is 1.2.1. +Description +----------- +LuaFileSystem is a Lua library developed to complement the set of functions +related to file systems offered by the standard Lua distribution. +LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. +LuaFileSystem is free software and uses the same license as Lua 5.1 + +Current version is 1.3.0 + +Unix Installation +----------------- To install on Linux/OSX/BSD, please edit the config file and then call make @@ -11,4 +21,10 @@ make install The last step may require root privileges. +Windows Installation +-------------------- +To install on Windows, please copy lfs.ddl to your package.cpath directory + +Documentation +------------- Please check the documentation at /doc/us/ for more information. \ No newline at end of file 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 (".")
$Id: examples.html,v 1.6 2007/05/08 19:23:12 carregal Exp $
+ +$Id: examples.html,v 1.7 2007/10/26 21:44:43 carregal Exp $
lfs.symlinkattributeslfs.symlinkattributes
+ (works only in non Windows systems).
$Id: index.html,v 1.36 2007/06/07 01:28:08 tomas Exp $
+ +$Id: index.html,v 1.37 2007/10/26 21:44:43 carregal Exp $
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.
$Id: license.html,v 1.10 2007/05/08 19:23:12 carregal Exp $
+ +$Id: license.html,v 1.11 2007/10/26 21:44:43 carregal Exp $
lfs.symlinkattributes (filepath [, aname])lfs.symlinkattributes exists before using it.
lfs.touch (filepath [, atime [, mtime]])$Id: manual.html,v 1.36 2007/06/07 01:28:08 tomas Exp $
+ +$Id: manual.html,v 1.37 2007/10/26 21:44:43 carregal Exp $