diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-29 21:40:15 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-29 21:40:15 -0200 |
commit | abfc2e6e8c1c53f4c5ba3741b6eb016ae88ea000 (patch) | |
tree | 422dad3a0e2182f53fa5124a2858cd7bbac1f694 | |
parent | d73523eac609fd65229af4d7be9cd5d814f0316f (diff) | |
download | luafilesystem-abfc2e6e8c1c53f4c5ba3741b6eb016ae88ea000.tar.gz luafilesystem-abfc2e6e8c1c53f4c5ba3741b6eb016ae88ea000.tar.bz2 luafilesystem-abfc2e6e8c1c53f4c5ba3741b6eb016ae88ea000.zip |
Fix CSS link, add doc update.
-rw-r--r-- | examples.html | 2 | ||||
-rw-r--r-- | index.html | 12 | ||||
-rw-r--r-- | license.html | 2 | ||||
-rw-r--r-- | manual.html | 8 |
4 files changed, 13 insertions, 11 deletions
diff --git a/examples.html b/examples.html index c50f685..2c1644c 100644 --- a/examples.html +++ b/examples.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
4 | <head> | 4 | <head> |
5 | <title>LuaFileSystem</title> | 5 | <title>LuaFileSystem</title> |
6 | <link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/> | 6 | <link rel="stylesheet" href="doc.css" type="text/css"/> |
7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
8 | </head> | 8 | </head> |
9 | 9 | ||
@@ -3,7 +3,7 @@ | |||
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
4 | <head> | 4 | <head> |
5 | <title>LuaFileSystem</title> | 5 | <title>LuaFileSystem</title> |
6 | <link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/> | 6 | <link rel="stylesheet" href="doc.css" type="text/css"/> |
7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
8 | </head> | 8 | </head> |
9 | 9 | ||
@@ -141,7 +141,7 @@ page.</p> | |||
141 | </ul> | 141 | </ul> |
142 | </dd> | 142 | </dd> |
143 | 143 | ||
144 | <dt><strong><a href="http://www.keplerproject.org/luafilesystem/1.3/">Version 1.3.0</a></strong> [26/Oct/2007]</dt> | 144 | <dt><strong>Version 1.3.0</strong> [26/Oct/2007]</dt> |
145 | <dd> | 145 | <dd> |
146 | <ul> | 146 | <ul> |
147 | <li>added function | 147 | <li>added function |
@@ -150,14 +150,14 @@ page.</p> | |||
150 | </ul> | 150 | </ul> |
151 | </dd> | 151 | </dd> |
152 | 152 | ||
153 | <dt><strong><a href="http://www.keplerproject.org/luafilesystem/1.2/">Version 1.2.1</a></strong> [08/May/2007]</dt> | 153 | <dt><strong>Version 1.2.1</strong> [08/May/2007]</dt> |
154 | <dd> | 154 | <dd> |
155 | <ul> | 155 | <ul> |
156 | <li>compatible only with Lua 5.1 (Lua 5.0 support was dropped)</li> | 156 | <li>compatible only with Lua 5.1 (Lua 5.0 support was dropped)</li> |
157 | </ul> | 157 | </ul> |
158 | </dd> | 158 | </dd> |
159 | 159 | ||
160 | <dt><strong><a href="http://www.keplerproject.org/luafilesystem/1.2/">Version 1.2</a></strong> [15/Mar/2006]</dt> | 160 | <dt><strong>Version 1.2</strong> [15/Mar/2006]</dt> |
161 | <dd> | 161 | <dd> |
162 | <ul> | 162 | <ul> |
163 | <li>added optional argument to | 163 | <li>added optional argument to |
@@ -168,14 +168,14 @@ page.</p> | |||
168 | </ul> | 168 | </ul> |
169 | </dd> | 169 | </dd> |
170 | 170 | ||
171 | <dt><strong><a href="http://www.keplerproject.org/luafilesystem/1.1/">Version 1.1</a></strong> [30/May/2005]</dt> | 171 | <dt><strong>Version 1.1</strong> [30/May/2005]</dt> |
172 | <dd> | 172 | <dd> |
173 | <ul> | 173 | <ul> |
174 | <li>added function <a href="manual.html#touch"><code>lfs.touch</code></a>.</li> | 174 | <li>added function <a href="manual.html#touch"><code>lfs.touch</code></a>.</li> |
175 | </ul> | 175 | </ul> |
176 | </dd> | 176 | </dd> |
177 | 177 | ||
178 | <dt><strong><a href="http://www.keplerproject.org/luafilesystem/1.0/">Version 1.0</a></strong> [21/Jan/2005]</dt> | 178 | <dt><strong>Version 1.0</strong> [21/Jan/2005]</dt> |
179 | <dd /> | 179 | <dd /> |
180 | 180 | ||
181 | <dt><strong>Version 1.0 Beta</strong> [10/Nov/2004]</dt> | 181 | <dt><strong>Version 1.0 Beta</strong> [10/Nov/2004]</dt> |
diff --git a/license.html b/license.html index b9f1c6a..3003381 100644 --- a/license.html +++ b/license.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
4 | <head> | 4 | <head> |
5 | <title>LuaFileSystem</title> | 5 | <title>LuaFileSystem</title> |
6 | <link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/> | 6 | <link rel="stylesheet" href="doc.css" type="text/css"/> |
7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
8 | </head> | 8 | </head> |
9 | 9 | ||
diff --git a/manual.html b/manual.html index aca0d4e..33c1cbe 100644 --- a/manual.html +++ b/manual.html | |||
@@ -3,7 +3,7 @@ | |||
3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 3 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
4 | <head> | 4 | <head> |
5 | <title>LuaFileSystem</title> | 5 | <title>LuaFileSystem</title> |
6 | <link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/> | 6 | <link rel="stylesheet" href="doc.css" type="text/css"/> |
7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |
8 | </head> | 8 | </head> |
9 | 9 | ||
@@ -227,8 +227,10 @@ LuaFileSystem offers the following functions: | |||
227 | in case of error, it returns <code>nil</code> plus an error string.</dd> | 227 | in case of error, it returns <code>nil</code> plus an error string.</dd> |
228 | 228 | ||
229 | <dt><a name="setmode"></a><strong><code>lfs.setmode (file, mode)</code></strong></dt> | 229 | <dt><a name="setmode"></a><strong><code>lfs.setmode (file, mode)</code></strong></dt> |
230 | <dd>Sets the writing mode for a file. The mode string can be either <code>binary</code> or <code>text</code>. | 230 | <dd>Sets the writing mode for a file. The mode string can be either <code>"binary"</code> or <code>"text"</code>. |
231 | Returns the previous mode string for the file. On non-Windows platforms, where the two modes are identical, | 231 | Returns <code>true</code> followed the previous mode string for the file, or |
232 | <code>nil</code> followed by an error string in case of errors. | ||
233 | On non-Windows platforms, where the two modes are identical, | ||
232 | setting the mode has no effect, and the mode is always returned as <code>binary</code>. | 234 | setting the mode has no effect, and the mode is always returned as <code>binary</code>. |
233 | </dd> | 235 | </dd> |
234 | 236 | ||