diff options
author | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-10-04 11:45:52 -0300 |
---|---|---|
committer | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-10-04 11:45:52 -0300 |
commit | 22577c75a5c0b6e91280f2d56b592ed1144ea204 (patch) | |
tree | 0f7f099c7d7efab57db816425ae1088f98835460 | |
parent | d0fcbbb8c10f9234ad58196d8034537a9f02b8fa (diff) | |
download | luafilesystem-22577c75a5c0b6e91280f2d56b592ed1144ea204.tar.gz luafilesystem-22577c75a5c0b6e91280f2d56b592ed1144ea204.tar.bz2 luafilesystem-22577c75a5c0b6e91280f2d56b592ed1144ea204.zip |
update website
-rw-r--r-- | examples.html | 4 | ||||
-rw-r--r-- | index.html | 16 | ||||
-rw-r--r-- | license.html | 2 | ||||
-rw-r--r-- | manual.html | 2 |
4 files changed, 18 insertions, 6 deletions
diff --git a/examples.html b/examples.html index 23ddac6..d6d32fc 100644 --- a/examples.html +++ b/examples.html | |||
@@ -48,7 +48,7 @@ | |||
48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> | 48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> |
49 | <ul> | 49 | <ul> |
50 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> | 50 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> |
51 | <li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li> | 51 | <li><a href="https://github.com/keplerproject/luafilesystem">CVS</a></li> |
52 | </ul> | 52 | </ul> |
53 | </li> | 53 | </li> |
54 | <li><a href="license.html">License</a></li> | 54 | <li><a href="license.html">License</a></li> |
@@ -65,7 +65,7 @@ | |||
65 | attributes for each file inside it.</p> | 65 | attributes for each file inside it.</p> |
66 | 66 | ||
67 | <pre class="example"> | 67 | <pre class="example"> |
68 | require"lfs" | 68 | local lfs = require"lfs" |
69 | 69 | ||
70 | function attrdir (path) | 70 | function attrdir (path) |
71 | for file in lfs.dir(path) do | 71 | for file in lfs.dir(path) do |
@@ -48,7 +48,7 @@ | |||
48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> | 48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> |
49 | <ul> | 49 | <ul> |
50 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> | 50 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> |
51 | <li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li> | 51 | <li><a href="https://github.com/keplerproject/luafilesystem">CVS</a></li> |
52 | </ul> | 52 | </ul> |
53 | </li> | 53 | </li> |
54 | <li><a href="license.html">License</a></li> | 54 | <li><a href="license.html">License</a></li> |
@@ -71,7 +71,7 @@ the underlying directory structure and file attributes.</p> | |||
71 | 71 | ||
72 | <h2><a name="status"></a>Status</h2> | 72 | <h2><a name="status"></a>Status</h2> |
73 | 73 | ||
74 | <p>Current version is 1.6.0. It was developed for Lua 5.1 but also | 74 | <p>Current version is 1.6.2. It was developed for Lua 5.1 but also |
75 | works with Lua 5.2.</p> | 75 | works with Lua 5.2.</p> |
76 | 76 | ||
77 | <h2><a name="download"></a>Download</h2> | 77 | <h2><a name="download"></a>Download</h2> |
@@ -83,11 +83,23 @@ page.</p> | |||
83 | <h2><a name="history"></a>History</h2> | 83 | <h2><a name="history"></a>History</h2> |
84 | 84 | ||
85 | <dl class="history"> | 85 | <dl class="history"> |
86 | <dt><strong>Version 1.6.2</strong> [??/Oct/2012]</dt> | ||
87 | <dd><ul> | ||
88 | <li>Full Lua 5.2 compatibility (with Lua 5.1 fallbacks)</li> | ||
89 | </ul></dd> | ||
90 | |||
91 | <dt><strong>Version 1.6.1</strong> [01/Oct/2012]</dt> | ||
92 | <dd><ul> | ||
93 | <li>fix build for Lua 5.2</li> | ||
94 | </ul></dd> | ||
95 | |||
86 | <dt><strong>Version 1.6.0</strong> [26/Sep/2012]</dt> | 96 | <dt><strong>Version 1.6.0</strong> [26/Sep/2012]</dt> |
97 | <dd><ul> | ||
87 | <li>getcwd fix for Android</li> | 98 | <li>getcwd fix for Android</li> |
88 | <li>support for Lua 5.2</li> | 99 | <li>support for Lua 5.2</li> |
89 | <li>add lfs.link</li> | 100 | <li>add lfs.link</li> |
90 | <li>other bug fixes</li> | 101 | <li>other bug fixes</li> |
102 | </ul></dd> | ||
91 | 103 | ||
92 | <dt><strong>Version 1.5.0</strong> [20/Oct/2009]</dt> | 104 | <dt><strong>Version 1.5.0</strong> [20/Oct/2009]</dt> |
93 | <dd><ul> | 105 | <dd><ul> |
diff --git a/license.html b/license.html index 4b2be63..e2c422b 100644 --- a/license.html +++ b/license.html | |||
@@ -48,7 +48,7 @@ | |||
48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> | 48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> |
49 | <ul> | 49 | <ul> |
50 | <li><a href="https://github.com/keplerproject/luafilesystem/issues/">Bug Tracker</a></li> | 50 | <li><a href="https://github.com/keplerproject/luafilesystem/issues/">Bug Tracker</a></li> |
51 | <li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li> | 51 | <li><a href="https://github.com/keplerproject/luafilesystem">CVS</a></li> |
52 | </ul> | 52 | </ul> |
53 | </li> | 53 | </li> |
54 | <li><strong>License</strong></li> | 54 | <li><strong>License</strong></li> |
diff --git a/manual.html b/manual.html index 1fb84db..996dc1f 100644 --- a/manual.html +++ b/manual.html | |||
@@ -46,7 +46,7 @@ | |||
46 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> | 46 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> |
47 | <ul> | 47 | <ul> |
48 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> | 48 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> |
49 | <li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li> | 49 | <li><a href="https://github.com/keplerproject/luafilesystem">CVS</a></li> |
50 | </ul> | 50 | </ul> |
51 | </li> | 51 | </li> |
52 | <li><a href="license.html">License</a></li> | 52 | <li><a href="license.html">License</a></li> |