135 lines
2.8 KiB
HTML
Executable File
135 lines
2.8 KiB
HTML
Executable File
<! See Copyright Notice in license.html>
|
||
<html>
|
||
<!$Id$>
|
||
|
||
<head>
|
||
<style type="text/css">
|
||
ul { list-style-type: disc };
|
||
</style>
|
||
</head>
|
||
|
||
<body bgcolor="#FFFFFF">
|
||
|
||
<hr>
|
||
|
||
<center>
|
||
<table border=0 cellspacing=2 cellpadding=2>
|
||
<tr><td align=center><a href="http://www.lua.org">
|
||
<img border=0 alt="The Lua language" src="lua.png"></a>
|
||
<tr><td align=center><big><b>LuaXMLRPC</b></big>
|
||
<tr><td align=center valign=top>A Lua library for XML-RPC
|
||
</table>
|
||
</center>
|
||
<p>
|
||
|
||
<center><small>
|
||
<a href=#over>overview</a> ·
|
||
<a href=#version>current version</a> ·
|
||
<a href=#download>download</a> ·
|
||
<a href=#new>what's new</a> ·
|
||
<a href=#installation>installation</a> ·
|
||
<a href="manual.html">manual</a> ·
|
||
<a href="license.html">license</a> ·
|
||
<a href=#hist>history</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=#new>What's new</a>
|
||
<li> <a href=#installation>Installation</a>
|
||
<li> <a href="manual.html">User's manual</a>
|
||
<ul>
|
||
<li> <a href="manual.html#introduction">Introduction</a>
|
||
<li> <a href="manual.html#examples">Examples</a>
|
||
</ul>
|
||
<li> <a href=#hist>History</a>
|
||
</ul>
|
||
</p>
|
||
|
||
|
||
<a name=over>
|
||
<h2>Overview</h2>
|
||
<p>
|
||
LuaXMLRPC is a library to make remote procedure calls over
|
||
<a href="http://www.xmlrpc.com">XML-RPC</a>.
|
||
</p>
|
||
<p>
|
||
LuaXMLRPC is
|
||
<a href="license.html">free software</a>.
|
||
</p>
|
||
|
||
|
||
<a name=version>
|
||
<h2>Current version</h2>
|
||
<p>
|
||
Current version is 1.0 alpha.
|
||
</p>
|
||
|
||
|
||
<a name=download>
|
||
<h2>Download</h2>
|
||
|
||
LuaXMLRPC can be downloaded in source code from the following links: <p>
|
||
|
||
<blockquote>
|
||
<a href="luaxmlrpc-1.0a.tar.gz">luaxmlrpc-1.0a.tar.gz</a><br>
|
||
<a href="luaxmlrpc-1.0a.zip">luaxmlrpc-1.0a.zip</a>
|
||
</blockquote><p>
|
||
|
||
|
||
<a name=new>
|
||
<h2>What's new</h2>
|
||
<p>
|
||
<ul>
|
||
<li>[?/?/2003] Version 1.0 alpha released
|
||
</ul>
|
||
</p>
|
||
|
||
|
||
<a name="installation"></a>
|
||
<h2>Installation</h2>
|
||
|
||
<p>
|
||
LuaXMLRPC is a Lua library so the installation is very simple:
|
||
just copy the Lua files to a directory in your <tt>LUA_PATH</tt>.
|
||
</p>
|
||
|
||
|
||
<a name=hist>
|
||
<h2>History</h2>
|
||
|
||
<p>
|
||
LuaXMLRPC development was sponsored by
|
||
<a href="http://www.fabricadigital.com.br">F<EFBFBD>brica Digital</a>
|
||
and FINEP.
|
||
</p>
|
||
|
||
<p>
|
||
<center><small>
|
||
<a href=#over>overview</a> ·
|
||
<a href=#version>current version</a> ·
|
||
<a href=#download>download</a> ·
|
||
<a href=#new>what's new</a> ·
|
||
<a href=#installation>installation</a> ·
|
||
<a href="manual.html">manual</a> ·
|
||
<a href="license.html">license</a> ·
|
||
<a href=#hist>history</a>
|
||
</small></center>
|
||
<p>
|
||
|
||
<hr>
|
||
<small>
|
||
Last modified on
|
||
Tue Oct 28 15:28:41 BRST 2003
|
||
</small>
|
||
|
||
</body>
|
||
</html>
|