diff options
author | carregal <carregal> | 2005-05-24 23:27:34 +0000 |
---|---|---|
committer | carregal <carregal> | 2005-05-24 23:27:34 +0000 |
commit | d7c2e9d153972b4dcf1b1f5a630e0ba06899c734 (patch) | |
tree | f4c518bee3bebe99b1d5d5428b38075932e4e154 /doc | |
parent | 6d2f915ee4c712ec707d7c462f93f9940b926692 (diff) | |
download | luafilesystem-d7c2e9d153972b4dcf1b1f5a630e0ba06899c734.tar.gz luafilesystem-d7c2e9d153972b4dcf1b1f5a630e0ba06899c734.tar.bz2 luafilesystem-d7c2e9d153972b4dcf1b1f5a630e0ba06899c734.zip |
Documentation update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/us/index.html | 4 | ||||
-rw-r--r-- | doc/us/manual.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/us/index.html b/doc/us/index.html index e17418e..330b3cf 100644 --- a/doc/us/index.html +++ b/doc/us/index.html | |||
@@ -64,7 +64,7 @@ the underlying directory structure and file attributes.</p> | |||
64 | <p>Current version is 1.1. It was developed for Lua 5.0.</p> | 64 | <p>Current version is 1.1. It was developed for Lua 5.0.</p> |
65 | 65 | ||
66 | <p>Version 1.1 follows the | 66 | <p>Version 1.1 follows the |
67 | <a href="http://www.keplerproject.org/compat">package proposal</a> | 67 | <a href="http://www.keplerproject.org/compat">package model</a> |
68 | for Lua 5.1 (see section <a href="manual.html#installation">Installation</a> | 68 | for Lua 5.1 (see section <a href="manual.html#installation">Installation</a> |
69 | for more details).</p> | 69 | for more details).</p> |
70 | 70 | ||
@@ -111,7 +111,7 @@ Comments are welcome!</p> | |||
111 | <div id="about"> | 111 | <div id="about"> |
112 | <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> | 112 | <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> |
113 | <p><small> | 113 | <p><small> |
114 | $Id: index.html,v 1.18 2005/05/24 23:05:18 carregal Exp $ | 114 | $Id: index.html,v 1.19 2005/05/24 23:27:34 carregal Exp $ |
115 | </small></p> | 115 | </small></p> |
116 | </div> <!-- id="about" --> | 116 | </div> <!-- id="about" --> |
117 | 117 | ||
diff --git a/doc/us/manual.html b/doc/us/manual.html index 5d14a2e..052f20a 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
@@ -65,7 +65,7 @@ be edited to suit the needs of the aimed platform.</p> | |||
65 | <h2><a name="installation"></a>Installation</h2> | 65 | <h2><a name="installation"></a>Installation</h2> |
66 | 66 | ||
67 | <p>LuaFileSystem follows the | 67 | <p>LuaFileSystem follows the |
68 | <a href="http://www.keplerproject.org/compat">package proposal</a> | 68 | <a href="http://www.keplerproject.org/compat">package model</a> |
69 | for Lua 5.1, therefore it should be "installed". Refer to | 69 | for Lua 5.1, therefore it should be "installed". Refer to |
70 | <a href="http://www.keplerproject.org/compat/manual.html#configuration"> | 70 | <a href="http://www.keplerproject.org/compat/manual.html#configuration"> |
71 | Compat-5.1 configuration</a> section about how to install the compiled | 71 | Compat-5.1 configuration</a> section about how to install the compiled |
@@ -192,7 +192,7 @@ binary properly</p> | |||
192 | <div id="about"> | 192 | <div id="about"> |
193 | <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> | 193 | <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><small> | 194 | <p><small> |
195 | $Id: manual.html,v 1.20 2005/05/24 23:05:18 carregal Exp $ | 195 | $Id: manual.html,v 1.21 2005/05/24 23:27:34 carregal Exp $ |
196 | </small></p> | 196 | </small></p> |
197 | </div> <!-- id="about" --> | 197 | </div> <!-- id="about" --> |
198 | 198 | ||