aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README20
-rw-r--r--doc/us/examples.html5
-rw-r--r--doc/us/index.html14
-rw-r--r--doc/us/license.html7
-rw-r--r--doc/us/manual.html7
5 files changed, 34 insertions, 19 deletions
diff --git a/README b/README
index 0970919..23fa331 100644
--- a/README
+++ b/README
@@ -1,9 +1,19 @@
1LuaFileSystem - File System Library for Lua 1LuaFileSystem - File System Library for Lua
2Copyright 2003-2007 PUC-Rio 2Copyright 2003-2007 Kepler Project
3http://www.keplerproject.org/luafilesystem 3http://www.keplerproject.org/luafilesystem
4 4
5LuaFileSystem 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. 5Description
6-----------
7LuaFileSystem is a Lua library developed to complement the set of functions
8related to file systems offered by the standard Lua distribution.
6 9
10LuaFileSystem offers a portable way to access the underlying directory structure and file attributes.
11LuaFileSystem is free software and uses the same license as Lua 5.1
12
13Current version is 1.3.0
14
15Unix Installation
16-----------------
7To install on Linux/OSX/BSD, please edit the config file and then call 17To install on Linux/OSX/BSD, please edit the config file and then call
8 18
9make 19make
@@ -11,4 +21,10 @@ make install
11 21
12The last step may require root privileges. 22The last step may require root privileges.
13 23
24Windows Installation
25--------------------
26To install on Windows, please copy lfs.ddl to your package.cpath directory
27
28Documentation
29-------------
14Please check the documentation at /doc/us/ for more information. \ No newline at end of file 30Please 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 (".")
93</div> <!-- id="main" --> 93</div> <!-- id="main" -->
94 94
95<div id="about"> 95<div id="about">
96 <p><a href="http://validator.w3.org/check?uri=referer"> 96 <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p>
97 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 97 <p><small>$Id: examples.html,v 1.7 2007/10/26 21:44:43 carregal Exp $</small></p>
98 <p><small>$Id: examples.html,v 1.6 2007/05/08 19:23:12 carregal Exp $</small></p>
99</div> <!-- id="about" --> 98</div> <!-- id="about" -->
100 99
101</div> <!-- id="container" --> 100</div> <!-- id="container" -->
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.</p>
84<h2><a name="history"></a>History</h2> 84<h2><a name="history"></a>History</h2>
85 85
86<dl class="history"> 86<dl class="history">
87 <dt><strong>Version 1.3.0</strong> [?/Jun/2007]</dt> 87 <dt><strong>Version 1.3.0</strong> [26/Oct/2007]</dt>
88 <dd> 88 <dd>
89 <ul> 89 <ul>
90 <li>added function 90 <li>added function
91 <a href="manual.html#symlinkattributes"><code>lfs.symlinkattributes</code></a></li> 91 <a href="manual.html#symlinkattributes"><code>lfs.symlinkattributes</code></a>
92 (works only in non Windows systems).</li>
92 </ul> 93 </ul>
93 </dd> 94 </dd>
94 95
95 <dt><strong>Version 1.2.1</strong> [08/May/2007]</dt> 96 <dt><strong><a href="http://www.keplerproject.org/luafilesystem/1.2/">Version 1.2.1</a></strong> [08/May/2007]</dt>
96 <dd> 97 <dd>
97 <ul> 98 <ul>
98 <li>compatible only with Lua 5.1 (Lua 5.0 support was dropped)</li> 99 <li>compatible only with Lua 5.1 (Lua 5.0 support was dropped)</li>
99 </ul> 100 </ul>
100 </dd> 101 </dd>
101 102
102 <dt><strong>Version 1.2</strong> [15/Mar/2006]</dt> 103 <dt><strong><a href="http://www.keplerproject.org/luafilesystem/1.2/">Version 1.2</a></strong> [15/Mar/2006]</dt>
103 <dd> 104 <dd>
104 <ul> 105 <ul>
105 <li>added optional argument to 106 <li>added optional argument to
@@ -145,9 +146,8 @@ Comments are welcome!</p>
145</div> <!-- id="main" --> 146</div> <!-- id="main" -->
146 147
147<div id="about"> 148<div id="about">
148 <p><a href="http://validator.w3.org/check?uri=referer"> 149 <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p>
149 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 150 <p><small>$Id: index.html,v 1.37 2007/10/26 21:44:43 carregal Exp $</small></p>
150 <p><small>$Id: index.html,v 1.36 2007/06/07 01:28:08 tomas Exp $</small></p>
151</div> <!-- id="about" --> 151</div> <!-- id="about" -->
152 152
153</div> <!-- id="container" --> 153</div> <!-- id="container" -->
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&eacute; Carregal and Tom&aacute;s Guisasola.
85The implementation is not derived from licensed software.</p> 85The implementation is not derived from licensed software.</p>
86 86
87<hr/> 87<hr/>
88<p>Copyright &copy; 2004-2007 The Kepler Project.</p> 88<p>Copyright &copy; 2004-2007 Kepler Project.</p>
89 89
90<p>Permission is hereby granted, free of charge, to any person 90<p>Permission is hereby granted, free of charge, to any person
91obtaining a copy of this software and associated documentation 91obtaining a copy of this software and associated documentation
@@ -112,9 +112,8 @@ SOFTWARE.</p>
112</div> <!-- id="main" --> 112</div> <!-- id="main" -->
113 113
114<div id="about"> 114<div id="about">
115 <p><a href="http://validator.w3.org/check?uri=referer"> 115 <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p>
116 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 116 <p><small>$Id: license.html,v 1.11 2007/10/26 21:44:43 carregal Exp $</small></p>
117 <p><small>$Id: license.html,v 1.10 2007/05/08 19:23:12 carregal Exp $</small></p>
118</div><!-- id="about" --> 117</div><!-- id="about" -->
119 118
120</div><!-- id="container" --> 119</div><!-- id="container" -->
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:
206 <dt><a name="symlinkattributes"></a><strong><code>lfs.symlinkattributes (filepath [, aname])</code></strong></dt> 206 <dt><a name="symlinkattributes"></a><strong><code>lfs.symlinkattributes (filepath [, aname])</code></strong></dt>
207 <dd>Identical to <a href="#attributes">lfs.attributes</a> except that 207 <dd>Identical to <a href="#attributes">lfs.attributes</a> except that
208 it obtains information about the link itself (not the file it refers to). 208 it obtains information about the link itself (not the file it refers to).
209 This function is not available in Windows so you may want to make sure that
210 <code>lfs.symlinkattributes</code> exists before using it.
209 </dd> 211 </dd>
210 212
211 <dt><a name="touch"></a><strong><code>lfs.touch (filepath [, atime [, mtime]])</code></strong></dt> 213 <dt><a name="touch"></a><strong><code>lfs.touch (filepath [, atime [, mtime]])</code></strong></dt>
@@ -237,9 +239,8 @@ LuaFileSystem offers the following functions:
237</div> <!-- id="main" --> 239</div> <!-- id="main" -->
238 240
239<div id="about"> 241<div id="about">
240 <p><a href="http://validator.w3.org/check?uri=referer"> 242 <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p>
241 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 243 <p><small>$Id: manual.html,v 1.37 2007/10/26 21:44:43 carregal Exp $</small></p>
242 <p><small>$Id: manual.html,v 1.36 2007/06/07 01:28:08 tomas Exp $</small></p>
243</div> <!-- id="about" --> 244</div> <!-- id="about" -->
244 245
245</div> <!-- id="container" --> 246</div> <!-- id="container" -->