mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 11:03:07 +00:00
115 lines
2.3 KiB
HTML
115 lines
2.3 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>LuaFileSystem</title>
|
|
<style type="text/css">
|
|
ul { list-style-type: disc };
|
|
</style>
|
|
</head>
|
|
|
|
<body bgcolor="#FFFFFF">
|
|
|
|
<center>
|
|
<table border=0 cellspacing=2 cellpadding=2>
|
|
<tr><td align=center><a href="http://www.keplerproject.org">
|
|
<img border=0 alt="LuaFileSystem" src="luafilesystem.png"></a>
|
|
<tr><td align=center><big><b>LuaFileSystem</b></big>
|
|
<tr><td align=center valign=top>File system library for the
|
|
<a href="http://www.lua.org">Lua</a>
|
|
programming language
|
|
</table>
|
|
</center>
|
|
<p>
|
|
|
|
<center><small>
|
|
<a href="#over">overview</a> ·
|
|
<a href="#download">download</a> ·
|
|
<a href="manual.html">manual</a> ·
|
|
<a href="#credits">credits</a> ·
|
|
<a href="#contact">contact us</a>
|
|
</small></center>
|
|
<p>
|
|
|
|
<hr>
|
|
<h2>Contents</h2>
|
|
<p>
|
|
<ul>
|
|
<li> <a href="#over">Overview</a>
|
|
<li> <a href="#version">Current Version</a>
|
|
<li> <a href="#download">Download</a>
|
|
<li> <a href="#manual">Manual</a>
|
|
<li> <a href="#credits">Credits</a>
|
|
<li> <a href="#contact">Contact us</a>
|
|
</ul>
|
|
|
|
<a name="over"></a>
|
|
<h2>Overview</h2>
|
|
<p>
|
|
LuaFileSystem is a library developed to complement the set of functions
|
|
related to file systems offered by the standard Lua distribution.
|
|
One of its goals is to be as portable as Lua.
|
|
<p>
|
|
LuaFileSystem is free software and uses the same
|
|
<a href="license.html">license</a>
|
|
as Lua 5.0.
|
|
|
|
|
|
<a name="version"></a>
|
|
<h2>Current version</h2>
|
|
<p>
|
|
Current version is 1.0 alpha.
|
|
It was developed for Lua 5.0.
|
|
</p>
|
|
|
|
|
|
<a name="download"></a>
|
|
<h2>Download</h2>
|
|
<p>
|
|
LuaFileSystem can be downloaded in source code from the following links:
|
|
<p>
|
|
<ul>
|
|
<li><a href="luafilesystem-1.0a.tar.gz">luafilesystem-1.0a.tar.gz</a>.
|
|
<li><a href="luafilesystem-1.0a.zip">luafilesystem-1.0a.zip</a>.
|
|
</ul>
|
|
|
|
|
|
<a name="new"></a>
|
|
<h2>What's new</h2>
|
|
<p>
|
|
<ul>
|
|
<li>[2/Aug/2004] Version 1.0 alpha released
|
|
</ul>
|
|
|
|
|
|
<a name="credits"></a>
|
|
<h2>Credits</h2>
|
|
|
|
<p>
|
|
LuaFileSystem was designed by Roberto Ierusalimschy,
|
|
André Carregal and Tomás Guisasola as part of
|
|
<a href="http://www.keplerproject.org">The Kepler Project</a>
|
|
which holds its copyright.
|
|
</p>
|
|
|
|
|
|
<a name="contact"></a>
|
|
<h2>Contact us</h2>
|
|
|
|
<p>
|
|
For more information please
|
|
<a href="mailto:tomas-NO-SPAM-THANKS@keplerproject.org">contact us</a>.
|
|
Comments are welcome!
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
<hr>
|
|
<small>
|
|
$Id: index.html,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $
|
|
</small>
|
|
|
|
</body>
|
|
</html>
|
|
|