Atualizacao para lancamento da versao 1.0 oficial

This commit is contained in:
tomas
2005-01-19 14:30:08 +00:00
parent 508c7b3b56
commit 12ff66217f
2 changed files with 29 additions and 24 deletions

View File

@@ -26,10 +26,13 @@ href="http://www.lua.org">Lua</a> Programming Language</td>
</table> </table>
</center> </center>
<center><small><a href="#over">overview</a> &middot; <a href= <center><small>
"#download">download</a> &middot; <a href="manual.html">manual</a> <a href="#over">overview</a> &middot;
&middot; <a href="#credits">credits</a> &middot; <a href= <a href="#download">download</a> &middot;
"#contact">contact us</a></small></center> <a href="manual.html">manual</a> &middot;
<a href="#credits">credits</a> &middot;
<a href="#contact">contact us</a>
</small></center>
<hr> <hr>
<h2>Contents</h2> <h2>Contents</h2>
@@ -61,27 +64,32 @@ distribution. One of its goals is to be as portable as Lua.</p>
<h2>Current version</h2> <h2>Current version</h2>
<p>Current version is 1.0 beta. It was developed for Lua 5.0.</p> <p>Current version is 1.0. It was developed for Lua 5.0.</p>
<p>Version 1.0 follows the <a href= <p>Version 1.0 follows the
"http://www.keplerproject.org/compat">package proposal</a> for Lua <a href="http://www.keplerproject.org/compat">package proposal</a>
5.1 (see section <a href="#installation">Installation</a> for more for Lua 5.1 (see section <a href="#installation">Installation</a>
details). <a name="download"></a></p> for more details).
</p>
<a name="download"></a>
<h2>Download</h2> <h2>Download</h2>
<p>LuaFileSystem can be downloaded from its <a href= <p>
"http://luaforge.net/project/showfiles.php?group_id=66">Lua LuaFileSystem can be downloaded from its
Forge</a> page. <a name="new"></a></p> <a href="http://luaforge.net/project/showfiles.php?group_id=66">Lua Forge</a>
page.
</p>
<a name="new"></a>
<h2>What's new</h2> <h2>What's new</h2>
<ul> <ul>
<li>[10/nov/2004] Version 1.0 beta released</li> <li>[21/Jan/2005] Version 1.0 released</li>
<li>[10/Nov/2004] Version 1.0 beta released</li>
</ul> </ul>
<a name="installation"></a> <a name="installation"></a>
<h2>Installation</h2> <h2>Installation</h2>
<p>LuaFileSystem is distributed as a pair of C source and header <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
compile the library and install it. The file <tt>config</tt> should compile the library and install it. The file <tt>config</tt> should
be edited to suit the needs of the aimed platform.</p> be edited to suit the needs of the aimed platform.</p>
<p>LuaFileSystem follows the <a href= <p>LuaFileSystem follows the
"http://www.keplerproject.org/compat">package proposal</a> for Lua <a href="http://www.keplerproject.org/compat">package proposal</a>
5.1, therefore this package should be "installed". In other words, for Lua 5.1, therefore this package should be "installed".
In other words,
if you are using Lua 5.0, the files <tt>compat-5.1.c</tt> and if you are using Lua 5.0, the files <tt>compat-5.1.c</tt> and
<tt>compat-5.1.h</tt> must be used in the compilation and the file <tt>compat-5.1.h</tt> must be used in the compilation and the file
<tt>compat-5.1.lua</tt> must be installed in the <tt>LUA_PATH</tt>. <tt>compat-5.1.lua</tt> must be installed in the <tt>LUA_PATH</tt>.
If you are using Lua 5.1, nothing should be done.</p> If you are using Lua 5.1, nothing should be done.</p>
<a name="credits"></a> <a name="credits"></a>
<h2>Credits</h2> <h2>Credits</h2>
<p>LuaFileSystem was designed by Roberto Ierusalimschy, <p>LuaFileSystem was designed by Roberto Ierusalimschy,
@@ -107,7 +115,6 @@ Andr&eacute; Carregal and Tom&aacute;s Guisasola as part of the
which holds its copyright.</p> which holds its copyright.</p>
<a name="contact"></a> <a name="contact"></a>
<h2>Contact us</h2> <h2>Contact us</h2>
<p>For more information please <a href= <p>For more information please <a href=
@@ -115,8 +122,7 @@ which holds its copyright.</p>
Comments are welcome!</p> Comments are welcome!</p>
<hr> <hr>
<small>$Id: index.html,v 1.6 2004/11/11 15:33:20 tomas Exp <small>$Id: index.html,v 1.9 2005/01/19 14:30:08 tomas Exp $</small>
$</small>
</body> </body>
</html> </html>

View File

@@ -36,7 +36,7 @@ The implementation is not derived from licensed software.</p>
</p> </p>
<hr> <hr>
Copyright &copy; 2004 The Kepler Project. Copyright &copy; 2004-2005 The Kepler Project.
<p>Permission is hereby granted, free of charge, to any person <p>Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation obtaining a copy of this software and associated documentation
@@ -63,8 +63,7 @@ SOFTWARE.</p>
</p> </p>
<hr> <hr>
<small>$Id: license.html,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp <small>$Id: license.html,v 1.4 2005/01/19 14:30:08 tomas Exp $</small>
$</small>
</body> </body>
</html> </html>