diff options
| author | uid20006 <uid20006> | 2005-05-20 18:38:07 +0000 |
|---|---|---|
| committer | uid20006 <uid20006> | 2005-05-20 18:38:07 +0000 |
| commit | b80c656dfb2b58ba66387f2aa3db3c50316180a9 (patch) | |
| tree | 9f37369ba5a49b9cc46eeb0dc98c2aa57c852c64 | |
| parent | 646a17acdd37bbe1712f708858470cd1432dc224 (diff) | |
| download | luafilesystem-b80c656dfb2b58ba66387f2aa3db3c50316180a9.tar.gz luafilesystem-b80c656dfb2b58ba66387f2aa3db3c50316180a9.tar.bz2 luafilesystem-b80c656dfb2b58ba66387f2aa3db3c50316180a9.zip | |
xhtml validation
| -rw-r--r-- | doc/us/index.html | 6 | ||||
| -rw-r--r-- | doc/us/license.html | 4 | ||||
| -rw-r--r-- | doc/us/manual.html | 11 |
3 files changed, 10 insertions, 11 deletions
diff --git a/doc/us/index.html b/doc/us/index.html index b438cba..3fcd424 100644 --- a/doc/us/index.html +++ b/doc/us/index.html | |||
| @@ -54,7 +54,7 @@ developed to complement the set of functions related to file | |||
| 54 | systems offered by the standard Lua distribution.</p> | 54 | systems offered by the standard Lua distribution.</p> |
| 55 | 55 | ||
| 56 | <p>LuaFileSystem offers a portable way to access | 56 | <p>LuaFileSystem offers a portable way to access |
| 57 | the underlying directory structure and file attributes.<p> | 57 | the underlying directory structure and file attributes.</p> |
| 58 | 58 | ||
| 59 | <p>LuaFileSystem is free software and uses the same | 59 | <p>LuaFileSystem is free software and uses the same |
| 60 | <a href="license.html">license</a> as Lua 5.0.</p> | 60 | <a href="license.html">license</a> as Lua 5.0.</p> |
| @@ -78,7 +78,7 @@ page.</p> | |||
| 78 | <h2><a name="history"></a>History</h2> | 78 | <h2><a name="history"></a>History</h2> |
| 79 | 79 | ||
| 80 | <ul> | 80 | <ul> |
| 81 | <li>[20/May/2005] Version 1.1 released<br /> | 81 | <li>[20/May/2005] Version 1.1 released<br/> |
| 82 | added function <code>lfs.touch</code>. | 82 | added function <code>lfs.touch</code>. |
| 83 | </li> | 83 | </li> |
| 84 | <li>[21/Jan/2005] Version 1.0 released</li> | 84 | <li>[21/Jan/2005] Version 1.0 released</li> |
| @@ -107,7 +107,7 @@ Comments are welcome!</p> | |||
| 107 | <div id="about"> | 107 | <div id="about"> |
| 108 | <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | 108 | <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
| 109 | <p><small> | 109 | <p><small> |
| 110 | $Id: index.html,v 1.15 2005/05/20 18:04:56 uid20002 Exp $ | 110 | $Id: index.html,v 1.16 2005/05/20 18:38:07 uid20006 Exp $ |
| 111 | </small></p> | 111 | </small></p> |
| 112 | </div> <!-- id="about" --> | 112 | </div> <!-- id="about" --> |
| 113 | 113 | ||
diff --git a/doc/us/license.html b/doc/us/license.html index 6a0976b..8e4d756 100644 --- a/doc/us/license.html +++ b/doc/us/license.html | |||
| @@ -74,7 +74,7 @@ somewhere in your product or its documentation.</p> | |||
| 74 | Ierusalimschy, André Carregal and Tomás Guisasola. | 74 | Ierusalimschy, André Carregal and Tomás Guisasola. |
| 75 | The implementation is not derived from licensed software.</p> | 75 | The implementation is not derived from licensed software.</p> |
| 76 | 76 | ||
| 77 | <hr> | 77 | <hr/> |
| 78 | <p>Copyright © 2004-2005 The Kepler Project.</p> | 78 | <p>Copyright © 2004-2005 The Kepler Project.</p> |
| 79 | 79 | ||
| 80 | <p>Permission is hereby granted, free of charge, to any person | 80 | <p>Permission is hereby granted, free of charge, to any person |
| @@ -104,7 +104,7 @@ SOFTWARE.</p> | |||
| 104 | <div id="about"> | 104 | <div id="about"> |
| 105 | <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | 105 | <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
| 106 | <p><small> | 106 | <p><small> |
| 107 | $Id: license.html,v 1.6 2005/05/20 18:04:56 uid20002 Exp $ | 107 | $Id: license.html,v 1.7 2005/05/20 18:43:00 uid20006 Exp $ |
| 108 | </small></p> | 108 | </small></p> |
| 109 | </div><!-- id="about" --> | 109 | </div><!-- id="about" --> |
| 110 | 110 | ||
diff --git a/doc/us/manual.html b/doc/us/manual.html index 0ab3061..acaf138 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
| @@ -55,7 +55,7 @@ developed to complement the set of functions related to file | |||
| 55 | systems offered by the standard Lua distribution.</p> | 55 | systems offered by the standard Lua distribution.</p> |
| 56 | 56 | ||
| 57 | <p>LuaFileSystem offers a portable way to access | 57 | <p>LuaFileSystem offers a portable way to access |
| 58 | the underlying directory structure and file attributes.<p> | 58 | the underlying directory structure and file attributes.</p> |
| 59 | 59 | ||
| 60 | <h2><a name="installation"></a>Installation</h2> | 60 | <h2><a name="installation"></a>Installation</h2> |
| 61 | 61 | ||
| @@ -128,16 +128,15 @@ If you are using Lua 5.1, nothing should be done.</p> | |||
| 128 | 128 | ||
| 129 | <dt><strong><code>blksize</code></strong></dt> | 129 | <dt><strong><code>blksize</code></strong></dt> |
| 130 | <dd>optimal file system I/O blocksize; (Unix only)</dd> | 130 | <dd>optimal file system I/O blocksize; (Unix only)</dd> |
| 131 | </dl> | 131 | </dl> |
| 132 | 132 | </dd> | |
| 133 | 133 | ||
| 134 | <dt><a name="chdir"></a><strong><code>lfs.chdir (path)</code></strong></dt> | 134 | <dt><a name="chdir"></a><strong><code>lfs.chdir (path)</code></strong></dt> |
| 135 | <dd>Changes the current working directory to the given | 135 | <dd>Changes the current working directory to the given |
| 136 | <code>path</code>.<br /> | 136 | <code>path</code>.<br /> |
| 137 | Returns <code>true</code> in case of success or <code>nil</code> plus an | 137 | Returns <code>true</code> in case of success or <code>nil</code> plus an |
| 138 | error string.</dd> | 138 | error string.</dd> |
| 139 | 139 | ||
| 140 | |||
| 141 | <dt><a name="getcwd"></a><strong><code>lfs.currentdir ()</code></strong></dt> | 140 | <dt><a name="getcwd"></a><strong><code>lfs.currentdir ()</code></strong></dt> |
| 142 | <dd>Returns a string with the current working directory or <code>nil</code> | 141 | <dd>Returns a string with the current working directory or <code>nil</code> |
| 143 | plus an error string.</dd> | 142 | plus an error string.</dd> |
| @@ -194,7 +193,7 @@ If you are using Lua 5.1, nothing should be done.</p> | |||
| 194 | <div id="about"> | 193 | <div id="about"> |
| 195 | <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | 194 | <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
| 196 | <p><small> | 195 | <p><small> |
| 197 | $Id: manual.html,v 1.16 2005/05/20 18:23:29 uid20002 Exp $ | 196 | $Id: manual.html,v 1.18 2005/05/20 18:44:59 uid20006 Exp $ |
| 198 | </small></p> | 197 | </small></p> |
| 199 | </div> <!-- id="about" --> | 198 | </div> <!-- id="about" --> |
| 200 | 199 | ||
