summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/us/index.html48
-rw-r--r--doc/us/license.html5
2 files changed, 29 insertions, 24 deletions
diff --git a/doc/us/index.html b/doc/us/index.html
index 3d1a50a..a96e2e6 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -26,10 +26,13 @@ href="http://www.lua.org">Lua</a> Programming Language</td>
26</table> 26</table>
27</center> 27</center>
28 28
29<center><small><a href="#over">overview</a> &middot; <a href= 29<center><small>
30"#download">download</a> &middot; <a href="manual.html">manual</a> 30<a href="#over">overview</a> &middot;
31&middot; <a href="#credits">credits</a> &middot; <a href= 31<a href="#download">download</a> &middot;
32"#contact">contact us</a></small></center> 32<a href="manual.html">manual</a> &middot;
33<a href="#credits">credits</a> &middot;
34<a href="#contact">contact us</a>
35</small></center>
33 36
34<hr> 37<hr>
35<h2>Contents</h2> 38<h2>Contents</h2>
@@ -61,27 +64,32 @@ distribution. One of its goals is to be as portable as Lua.</p>
61 64
62<h2>Current version</h2> 65<h2>Current version</h2>
63 66
64<p>Current version is 1.0 beta. It was developed for Lua 5.0.</p> 67<p>Current version is 1.0. It was developed for Lua 5.0.</p>
65 68
66<p>Version 1.0 follows the <a href= 69<p>Version 1.0 follows the
67"http://www.keplerproject.org/compat">package proposal</a> for Lua 70<a href="http://www.keplerproject.org/compat">package proposal</a>
685.1 (see section <a href="#installation">Installation</a> for more 71for Lua 5.1 (see section <a href="#installation">Installation</a>
69details). <a name="download"></a></p> 72for more details).
73</p>
70 74
75<a name="download"></a>
71<h2>Download</h2> 76<h2>Download</h2>
72 77
73<p>LuaFileSystem can be downloaded from its <a href= 78<p>
74"http://luaforge.net/project/showfiles.php?group_id=66">Lua 79LuaFileSystem can be downloaded from its
75Forge</a> page. <a name="new"></a></p> 80<a href="http://luaforge.net/project/showfiles.php?group_id=66">Lua Forge</a>
81page.
82</p>
76 83
84<a name="new"></a>
77<h2>What's new</h2> 85<h2>What's new</h2>
78 86
79<ul> 87<ul>
80<li>[10/nov/2004] Version 1.0 beta released</li> 88<li>[21/Jan/2005] Version 1.0 released</li>
89<li>[10/Nov/2004] Version 1.0 beta released</li>
81</ul> 90</ul>
82 91
83<a name="installation"></a> 92<a name="installation"></a>
84
85<h2>Installation</h2> 93<h2>Installation</h2>
86 94
87<p>LuaFileSystem is distributed as a pair of C source and header 95<p>LuaFileSystem is distributed as a pair of C source and header
@@ -89,16 +97,16 @@ files. The distribution provides a <tt>Makefile</tt> prepared to
89compile the library and install it. The file <tt>config</tt> should 97compile the library and install it. The file <tt>config</tt> should
90be edited to suit the needs of the aimed platform.</p> 98be edited to suit the needs of the aimed platform.</p>
91 99
92<p>LuaFileSystem follows the <a href= 100<p>LuaFileSystem follows the
93"http://www.keplerproject.org/compat">package proposal</a> for Lua 101<a href="http://www.keplerproject.org/compat">package proposal</a>
945.1, therefore this package should be "installed". In other words, 102for Lua 5.1, therefore this package should be "installed".
103In other words,
95if you are using Lua 5.0, the files <tt>compat-5.1.c</tt> and 104if you are using Lua 5.0, the files <tt>compat-5.1.c</tt> and
96<tt>compat-5.1.h</tt> must be used in the compilation and the file 105<tt>compat-5.1.h</tt> must be used in the compilation and the file
97<tt>compat-5.1.lua</tt> must be installed in the <tt>LUA_PATH</tt>. 106<tt>compat-5.1.lua</tt> must be installed in the <tt>LUA_PATH</tt>.
98If you are using Lua 5.1, nothing should be done.</p> 107If you are using Lua 5.1, nothing should be done.</p>
99 108
100<a name="credits"></a> 109<a name="credits"></a>
101
102<h2>Credits</h2> 110<h2>Credits</h2>
103 111
104<p>LuaFileSystem was designed by Roberto Ierusalimschy, 112<p>LuaFileSystem was designed by Roberto Ierusalimschy,
@@ -107,7 +115,6 @@ Andr&eacute; Carregal and Tom&aacute;s Guisasola as part of the
107which holds its copyright.</p> 115which holds its copyright.</p>
108 116
109<a name="contact"></a> 117<a name="contact"></a>
110
111<h2>Contact us</h2> 118<h2>Contact us</h2>
112 119
113<p>For more information please <a href= 120<p>For more information please <a href=
@@ -115,8 +122,7 @@ which holds its copyright.</p>
115Comments are welcome!</p> 122Comments are welcome!</p>
116 123
117<hr> 124<hr>
118<small>$Id: index.html,v 1.6 2004/11/11 15:33:20 tomas Exp 125<small>$Id: index.html,v 1.9 2005/01/19 14:30:08 tomas Exp $</small>
119$</small>
120</body> 126</body>
121</html> 127</html>
122 128
diff --git a/doc/us/license.html b/doc/us/license.html
index 864425b..85a9df1 100644
--- a/doc/us/license.html
+++ b/doc/us/license.html
@@ -36,7 +36,7 @@ The implementation is not derived from licensed software.</p>
36</p> 36</p>
37 37
38<hr> 38<hr>
39Copyright &copy; 2004 The Kepler Project. 39Copyright &copy; 2004-2005 The Kepler Project.
40 40
41<p>Permission is hereby granted, free of charge, to any person 41<p>Permission is hereby granted, free of charge, to any person
42obtaining a copy of this software and associated documentation 42obtaining a copy of this software and associated documentation
@@ -63,8 +63,7 @@ SOFTWARE.</p>
63</p> 63</p>
64 64
65<hr> 65<hr>
66<small>$Id: license.html,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp 66<small>$Id: license.html,v 1.4 2005/01/19 14:30:08 tomas Exp $</small>
67$</small>
68</body> 67</body>
69</html> 68</html>
70 69