diff options
author | carregal <carregal> | 2006-03-10 23:37:48 +0000 |
---|---|---|
committer | carregal <carregal> | 2006-03-10 23:37:48 +0000 |
commit | 144b4ea052ee50d22989a999c4d59a54dd736e97 (patch) | |
tree | ab3035936f365cbbeeb6f5095f3f7b1cc8ed85ed /doc/us/manual.html | |
parent | 44e60e8b0c66e97916f04cff2f8112fbafa887b6 (diff) | |
download | luafilesystem-144b4ea052ee50d22989a999c4d59a54dd736e97.tar.gz luafilesystem-144b4ea052ee50d22989a999c4d59a54dd736e97.tar.bz2 luafilesystem-144b4ea052ee50d22989a999c4d59a54dd736e97.zip |
Documentation update reflecting the Kepler structure
Diffstat (limited to 'doc/us/manual.html')
-rw-r--r-- | doc/us/manual.html | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html index d91682f..4451e80 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
@@ -12,9 +12,9 @@ | |||
12 | <div id="container"> | 12 | <div id="container"> |
13 | 13 | ||
14 | <div id="product"> | 14 | <div id="product"> |
15 | <div id="product_logo"><a href="http://www.keplerproject.org"> | 15 | <div id="product_logo"> |
16 | <img alt="LuaFileSystem" src="luafilesystem.png"/> | 16 | <a href="http://www.keplerproject.org"><img alt="LuaFileSystem" src="luafilesystem.png"/></a> |
17 | </a></div> | 17 | </div> |
18 | <div id="product_name"><big><strong>LuaFileSystem</strong></big></div> | 18 | <div id="product_name"><big><strong>LuaFileSystem</strong></big></div> |
19 | <div id="product_description">File System Library for the Lua Programming Language</div> | 19 | <div id="product_description">File System Library for the Lua Programming Language</div> |
20 | </div> <!-- id="product" --> | 20 | </div> <!-- id="product" --> |
@@ -42,6 +42,12 @@ | |||
42 | </ul> | 42 | </ul> |
43 | </li> | 43 | </li> |
44 | <li><a href="examples.html">Examples</a></li> | 44 | <li><a href="examples.html">Examples</a></li> |
45 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> | ||
46 | <ul> | ||
47 | <li><a href="http://luaforge.net/tracker/?group_id=66">Bug Tracker</a></li> | ||
48 | <li><a href="http://luaforge.net/scm/?group_id=66">CVS</a></li> | ||
49 | </ul> | ||
50 | </li> | ||
45 | <li><a href="license.html">License</a></li> | 51 | <li><a href="license.html">License</a></li> |
46 | </ul> | 52 | </ul> |
47 | </div> <!-- id="navigation" --> | 53 | </div> <!-- id="navigation" --> |
@@ -70,7 +76,8 @@ for Lua 5.1, therefore it should be "installed". Refer to | |||
70 | <a href="http://www.keplerproject.org/compat/manual.html#configuration"> | 76 | <a href="http://www.keplerproject.org/compat/manual.html#configuration"> |
71 | Compat-5.1 configuration</a> section about how to install the compiled | 77 | Compat-5.1 configuration</a> section about how to install the compiled |
72 | binary properly. | 78 | binary properly. |
73 | The compiled binary should be copied to a directory in your LUA_CPATH.</p> | 79 | The compiled binary should be copied to a directory in your |
80 | <code>LUA_CPATH</code>.</p> | ||
74 | 81 | ||
75 | <p>Windows users can use the pre-compiled version of LuaFileSystem | 82 | <p>Windows users can use the pre-compiled version of LuaFileSystem |
76 | (<code>lfs.dll</code>) available at | 83 | (<code>lfs.dll</code>) available at |
@@ -201,10 +208,9 @@ The compiled binary should be copied to a directory in your LUA_CPATH.</p> | |||
201 | </div> <!-- id="main" --> | 208 | </div> <!-- id="main" --> |
202 | 209 | ||
203 | <div id="about"> | 210 | <div id="about"> |
204 | <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> | 211 | <p><a href="http://validator.w3.org/check?uri=referer"> |
205 | <p><small> | 212 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
206 | $Id: manual.html,v 1.26 2006/03/03 23:58:05 tomas Exp $ | 213 | <p><small>$Id: manual.html,v 1.27 2006/03/10 23:37:48 carregal Exp $</small></p> |
207 | </small></p> | ||
208 | </div> <!-- id="about" --> | 214 | </div> <!-- id="about" --> |
209 | 215 | ||
210 | </div> <!-- id="container" --> | 216 | </div> <!-- id="container" --> |