diff options
author | carregal <carregal> | 2008-02-11 22:42:21 +0000 |
---|---|---|
committer | carregal <carregal> | 2008-02-11 22:42:21 +0000 |
commit | b66ab2cae9f03c7b3ff75c97a4a5fc59df442fc0 (patch) | |
tree | 3821afea9fa46010f0047accff73e6bd85bf68af /doc/us/index.html | |
parent | 78f28b64686390592792e2d5abba26c6f815d534 (diff) | |
download | luafilesystem-b66ab2cae9f03c7b3ff75c97a4a5fc59df442fc0.tar.gz luafilesystem-b66ab2cae9f03c7b3ff75c97a4a5fc59df442fc0.tar.bz2 luafilesystem-b66ab2cae9f03c7b3ff75c97a4a5fc59df442fc0.zip |
Preparing the 1.4.0 release.
Added documentation for lfs.setmode
Diffstat (limited to 'doc/us/index.html')
-rw-r--r-- | doc/us/index.html | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/doc/us/index.html b/doc/us/index.html index e8da278..0283cc0 100644 --- a/doc/us/index.html +++ b/doc/us/index.html | |||
@@ -71,20 +71,31 @@ 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.3.0. It was developed for Lua 5.1.</p> | 74 | <p>Current version is 1.4.0. It was developed for Lua 5.1.</p> |
75 | 75 | ||
76 | <h2><a name="download"></a>Download</h2> | 76 | <h2><a name="download"></a>Download</h2> |
77 | 77 | ||
78 | <p>LuaFileSystem source can be downloaded from its | 78 | <p>LuaFileSystem source can be downloaded from its |
79 | <a href="http://luaforge.net/projects/luafilesystem/files">Lua Forge</a> | 79 | <a href="http://luaforge.net/projects/luafilesystem/files">Lua Forge</a> |
80 | page. If you are using | 80 | page. If you are using |
81 | <a href="http://luabinaries.luaforge.net">LuaBinaries</a> 5.1.2 a Windows binary | 81 | <a href="http://luabinaries.luaforge.net">LuaBinaries</a> 5.1.3 a Windows binary |
82 | version of LuaFileSystem can be found at the same LuaForge page.</p> | 82 | version of LuaFileSystem (compiled with Visual Studio 2005 Express) can be found at the same LuaForge page.</p> |
83 | 83 | ||
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> [26/Oct/2007]</dt> | 87 | <dt><strong>Version 1.4.0</strong> [12/Feb/2008]</dt> |
88 | <dd> | ||
89 | <ul> | ||
90 | <li><a href="manual.html#attributes"><code>lfs.attributes</code></a> | ||
91 | raises an error if attribute does not exist</li> | ||
92 | <li>added function | ||
93 | <a href="manual.html#setmode"><code>lfs.setmode</code></a> | ||
94 | (works only in non Windows systems).</li> | ||
95 | </ul> | ||
96 | </dd> | ||
97 | |||
98 | <dt><strong><a href="http://www.keplerproject.org/luafilesystem/1.3/">Version 1.3.0</a></strong> [26/Oct/2007]</dt> | ||
88 | <dd> | 99 | <dd> |
89 | <ul> | 100 | <ul> |
90 | <li>added function | 101 | <li>added function |
@@ -107,14 +118,14 @@ version of LuaFileSystem can be found at the same LuaForge page.</p> | |||
107 | <a href="manual.html#attributes"><code>lfs.attributes</code></a></li> | 118 | <a href="manual.html#attributes"><code>lfs.attributes</code></a></li> |
108 | <li>added function | 119 | <li>added function |
109 | <a href="manual.html#rmdir"><code>lfs.rmdir</code></a></li> | 120 | <a href="manual.html#rmdir"><code>lfs.rmdir</code></a></li> |
110 | <li>bug correction on <code>lfs.dir</code></li> | 121 | <li>bug correction on <a href="manual.html#dir"><code>lfs.dir</code></a></li> |
111 | </ul> | 122 | </ul> |
112 | </dd> | 123 | </dd> |
113 | 124 | ||
114 | <dt><strong><a href="http://www.keplerproject.org/luafilesystem/1.1/">Version 1.1</a></strong> [30/May/2005]</dt> | 125 | <dt><strong><a href="http://www.keplerproject.org/luafilesystem/1.1/">Version 1.1</a></strong> [30/May/2005]</dt> |
115 | <dd> | 126 | <dd> |
116 | <ul> | 127 | <ul> |
117 | <li>added function <code>lfs.touch</code>.</li> | 128 | <li>added function <a href="manual.html#touch"><code>lfs.touch</code></a>.</li> |
118 | </ul> | 129 | </ul> |
119 | </dd> | 130 | </dd> |
120 | 131 | ||
@@ -147,7 +158,7 @@ Comments are welcome!</p> | |||
147 | 158 | ||
148 | <div id="about"> | 159 | <div id="about"> |
149 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> | 160 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> |
150 | <p><small>$Id: index.html,v 1.38 2007/12/14 15:28:04 carregal Exp $</small></p> | 161 | <p><small>$Id: index.html,v 1.39 2008/02/11 22:42:21 carregal Exp $</small></p> |
151 | </div> <!-- id="about" --> | 162 | </div> <!-- id="about" --> |
152 | 163 | ||
153 | </div> <!-- id="container" --> | 164 | </div> <!-- id="container" --> |