aboutsummaryrefslogtreecommitdiff
path: root/doc/us
diff options
context:
space:
mode:
authorcarregal <carregal>2005-05-24 23:05:18 +0000
committercarregal <carregal>2005-05-24 23:05:18 +0000
commit6d2f915ee4c712ec707d7c462f93f9940b926692 (patch)
tree78fbc3aa6068cd0200b77e3a233341fabd89a908 /doc/us
parent2a11208d8ecf8b6d1dc76a146748f064fe6b8b28 (diff)
downloadluafilesystem-6d2f915ee4c712ec707d7c462f93f9940b926692.tar.gz
luafilesystem-6d2f915ee4c712ec707d7c462f93f9940b926692.tar.bz2
luafilesystem-6d2f915ee4c712ec707d7c462f93f9940b926692.zip
Documentation update, using LuaBinaries
Diffstat (limited to 'doc/us')
-rw-r--r--doc/us/index.html10
-rw-r--r--doc/us/manual.html29
2 files changed, 21 insertions, 18 deletions
diff --git a/doc/us/index.html b/doc/us/index.html
index 2952270..e17418e 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -71,9 +71,13 @@ for more details).</p>
71 71
72<h2><a name="download"></a>Download</h2> 72<h2><a name="download"></a>Download</h2>
73 73
74<p>LuaFileSystem can be downloaded from its 74<p>LuaFileSystem can be downloaded in source format from its
75<a href="http://luaforge.net/projects/luafilesystem/files">Lua Forge</a> 75<a href="http://luaforge.net/projects/luafilesystem/files">Lua Forge</a>
76page.</p> 76page. If you are using
77<a href="http://luaforge.net/projects/luabinaries/">LuaBinaries</a> Release 2
78a Windows pre-compiled version of LuaFileSystem can also be found at the same
79LuaForge page.</p>
80
77 81
78<h2><a name="history"></a>History</h2> 82<h2><a name="history"></a>History</h2>
79 83
@@ -107,7 +111,7 @@ Comments are welcome!</p>
107<div id="about"> 111<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> 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>
109 <p><small> 113 <p><small>
110 $Id: index.html,v 1.17 2005/05/22 18:07:36 carregal Exp $ 114 $Id: index.html,v 1.18 2005/05/24 23:05:18 carregal Exp $
111 </small></p> 115 </small></p>
112</div> <!-- id="about" --> 116</div> <!-- id="about" -->
113 117
diff --git a/doc/us/manual.html b/doc/us/manual.html
index ded9517..5d14a2e 100644
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -57,24 +57,23 @@ systems offered by the standard Lua distribution.</p>
57<p>LuaFileSystem offers a portable way to access 57<p>LuaFileSystem offers a portable way to access
58the underlying directory structure and file attributes.</p> 58the underlying directory structure and file attributes.</p>
59 59
60<h2><a name="installation"></a>Installation</h2> 60<p>LuaFileSystem source is distributed as a pair of C source and header
61
62<p>
63LuaFileSystem is distributed as a pair of C source and header
64files. The distribution provides a <code>Makefile</code> prepared to 61files. The distribution provides a <code>Makefile</code> prepared to
65compile the library and install it. The file <code>config</code> should 62compile the library and install it. The file <code>config</code> should
66be edited to suit the needs of the aimed platform. 63be edited to suit the needs of the aimed platform.</p>
67</p>
68 64
69<p> 65<h2><a name="installation"></a>Installation</h2>
70LuaFileSystem follows the 66
67<p>LuaFileSystem follows the
71<a href="http://www.keplerproject.org/compat">package proposal</a> 68<a href="http://www.keplerproject.org/compat">package proposal</a>
72for Lua 5.1, therefore this package should be "installed". 69for Lua 5.1, therefore it should be "installed". Refer to
73In other words, 70<a href="http://www.keplerproject.org/compat/manual.html#configuration">
74if you are using Lua 5.0, the files <code>compat-5.1.c</code> and 71Compat-5.1 configuration</a> section about how to install the compiled
75<code>compat-5.1.h</code> must be used in the compilation and the file 72binary properly</p>
76<code>compat-5.1.lua</code> must be installed in the <code>LUA_PATH</code>. 73
77If you are using Lua 5.1, nothing should be done.</p> 74<p>Windows users can use the pre-compiled version of LuaFileSystem
75(<code>lfs.dll</code>) available at
76<a href="http://luaforge.net/projects/luafilesystem/files">LuaForge</a></p>
78 77
79<h2><a name="reference"></a>Reference</h2> 78<h2><a name="reference"></a>Reference</h2>
80 79
@@ -193,7 +192,7 @@ If you are using Lua 5.1, nothing should be done.</p>
193<div id="about"> 192<div id="about">
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> 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>
195 <p><small> 194 <p><small>
196 $Id: manual.html,v 1.19 2005/05/22 18:56:24 carregal Exp $ 195 $Id: manual.html,v 1.20 2005/05/24 23:05:18 carregal Exp $
197 </small></p> 196 </small></p>
198</div> <!-- id="about" --> 197</div> <!-- id="about" -->
199 198