diff options
author | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-10-01 11:18:31 -0300 |
---|---|---|
committer | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-10-01 11:18:31 -0300 |
commit | d0fcbbb8c10f9234ad58196d8034537a9f02b8fa (patch) | |
tree | af3090d71b00d6babd1716225b2207656e796890 | |
parent | cfd424a9907fac8c5e8c06a4b88b5f85eee41624 (diff) | |
parent | 46d742071513076f50cf19af5d4e236e72ea9f14 (diff) | |
download | luafilesystem-d0fcbbb8c10f9234ad58196d8034537a9f02b8fa.tar.gz luafilesystem-d0fcbbb8c10f9234ad58196d8034537a9f02b8fa.tar.bz2 luafilesystem-d0fcbbb8c10f9234ad58196d8034537a9f02b8fa.zip |
Merge branch 'gh-pages' of github.com:keplerproject/luafilesystem into gh-pages
-rw-r--r-- | examples.html | 2 | ||||
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | license.html | 2 | ||||
-rw-r--r-- | manual.html | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/examples.html b/examples.html index 65a6623..23ddac6 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">CVS</a></li> | 51 | <li><a href="https://github.com/keplerproject/luafilesystem">Git</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> |
@@ -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">CVS</a></li> | 51 | <li><a href="https://github.com/keplerproject/luafilesystem">Git</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> |
@@ -90,9 +90,11 @@ page.</p> | |||
90 | <li>other bug fixes</li> | 90 | <li>other bug fixes</li> |
91 | 91 | ||
92 | <dt><strong>Version 1.5.0</strong> [20/Oct/2009]</dt> | 92 | <dt><strong>Version 1.5.0</strong> [20/Oct/2009]</dt> |
93 | <dd><ul> | ||
93 | <li>Added explicit next and close methods to second return value of lfs.dir | 94 | <li>Added explicit next and close methods to second return value of lfs.dir |
94 | (the directory object), for explicit iteration or explicit closing.</li> | 95 | (the directory object), for explicit iteration or explicit closing.</li> |
95 | <li>Added directory locking via lfs.lock_dir function (see the <a href="manual.html">manual</a>).</li> | 96 | <li>Added directory locking via lfs.lock_dir function (see the <a href="manual.html">manual</a>).</li> |
97 | </ul></dd> | ||
96 | <dt><strong>Version 1.4.2</strong> [03/Feb/2009]</dt> | 98 | <dt><strong>Version 1.4.2</strong> [03/Feb/2009]</dt> |
97 | <dd> | 99 | <dd> |
98 | <ul> | 100 | <ul> |
diff --git a/license.html b/license.html index e2c422b..4b2be63 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">CVS</a></li> | 51 | <li><a href="https://github.com/keplerproject/luafilesystem">Git</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 996dc1f..1fb84db 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">CVS</a></li> | 49 | <li><a href="https://github.com/keplerproject/luafilesystem">Git</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> |