Atualizacao para 1.0b.
This commit is contained in:
parent
3b1319fbc8
commit
cbb94fb97a
143
doc/index.html
143
doc/index.html
@ -1,84 +1,70 @@
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="generator" content="HTML Tidy, see www.w3.org">
|
<title>LuaXMLRPC: XML-RPC interface to the Lua programming language</title>
|
||||||
<title>LuaXMLRPC: XML-RPC interface to the Lua programming
|
|
||||||
language</title>
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
ul { list-style-type: disc };
|
ul { list-style-type: disc };
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF">
|
||||||
<hr>
|
<hr>
|
||||||
<center>
|
<center>
|
||||||
<table border="0" cellspacing="2" cellpadding="2">
|
<table border="0" cellspacing="2" cellpadding="2">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center"><a href=
|
<td align="center">
|
||||||
"http://www.keplerproject.org/luaxmlrpc"><img border="0" alt=
|
<a href="http://www.keplerproject.org/luaxmlrpc">
|
||||||
"LuaXMLRPC logo" src="luaxmlrpc.png"></a> </td>
|
<img border="0" alt="LuaXMLRPC logo" src="luaxmlrpc.png">
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center"><big><b>LuaXMLRPC</b></big> </td>
|
<td align="center"><big><b>LuaXMLRPC</b></big> </td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" valign="top">XML-RPC interface to the <a href=
|
<td align="center" valign="top">XML-RPC interface to the
|
||||||
"http://www.lua.org">Lua</a> programming language</td>
|
<a href="http://www.lua.org">Lua</a> programming language
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<center><small><a href="#over">overview</a> · <a href=
|
<center><small>
|
||||||
"#version">current version</a> · <a href=
|
<a href="#over">overview</a> ·
|
||||||
"#download">download</a> · <a href="#new">news</a> ·
|
<a href="#version">current version</a> ·
|
||||||
<a href="#installation">installation</a> · <a href=
|
<a href="#download">download</a> ·
|
||||||
"manual.html">manual</a> · <a href=
|
<a href="#new">news</a> ·
|
||||||
"license.html">license</a> · <a href="#credits">credits</a>
|
<a href="#installation">installation</a> ·
|
||||||
· <a href="#contact">contact us</a></small></center>
|
<a href="manual.html">manual</a> ·
|
||||||
|
<a href="license.html">license</a> ·
|
||||||
|
<a href="#credits">credits</a> ·
|
||||||
|
<a href="#contact">contact us</a>
|
||||||
|
</small></center>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<h2>Contents</h2>
|
<h2>Contents</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#over">Overview</a></li>
|
<li><a href="#over">Overview</a></li>
|
||||||
|
|
||||||
<li><a href="#version">Current Version</a></li>
|
<li><a href="#version">Current Version</a></li>
|
||||||
|
|
||||||
<li><a href="#download">Download</a></li>
|
<li><a href="#download">Download</a></li>
|
||||||
|
|
||||||
<li><a href="#new">What's new</a></li>
|
<li><a href="#new">What's new</a></li>
|
||||||
|
|
||||||
<li><a href="#installation">Installation</a></li>
|
<li><a href="#installation">Installation</a></li>
|
||||||
|
|
||||||
<li><a href="manual.html">User's manual</a>
|
<li><a href="manual.html">User's manual</a>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="manual.html#introduction">Introduction</a></li>
|
<li><a href="manual.html#introduction">Introduction</a></li>
|
||||||
|
|
||||||
<li><a href="manual.html#data_types">Data types</a></li>
|
<li><a href="manual.html#data_types">Data types</a></li>
|
||||||
|
|
||||||
<li><a href="manual.html#basic">Basic support</a></li>
|
<li><a href="manual.html#basic">Basic support</a></li>
|
||||||
|
|
||||||
<li><a href="manual.html#client">Client side</a></li>
|
<li><a href="manual.html#client">Client side</a></li>
|
||||||
|
|
||||||
<li><a href="manual.html#server">Server side</a></li>
|
<li><a href="manual.html#server">Server side</a></li>
|
||||||
|
|
||||||
<li><a href="manual.html#examples">Examples</a></li>
|
<li><a href="manual.html#examples">Examples</a></li>
|
||||||
|
<li><a href="manual.html#related_docs">Related documentation</a></li>
|
||||||
<li><a href="manual.html#related_docs">Related
|
|
||||||
documentation</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li><a href="#credits">Credits</a></li>
|
<li><a href="#credits">Credits</a></li>
|
||||||
|
|
||||||
<li><a href="#contact">Contact us</a></li>
|
<li><a href="#contact">Contact us</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<a name="over"></a>
|
<a name="over"></a>
|
||||||
<h2>Overview</h2>
|
<h2>Overview</h2>
|
||||||
|
|
||||||
@ -91,69 +77,92 @@ XML avoiding manipulation of string representation of data
|
|||||||
structures. It also offers ways to express everything when
|
structures. It also offers ways to express everything when
|
||||||
needed.</p>
|
needed.</p>
|
||||||
|
|
||||||
<p>LuaXMLRPC is free software and uses the same <a href=
|
<p>LuaXMLRPC is free software and uses the same
|
||||||
"license.html">license</a> as Lua 5.0.</p>
|
<a href="license.html">license</a> as Lua 5.0.</p>
|
||||||
|
|
||||||
<a name="version"></a>
|
<a name="version"></a>
|
||||||
<h2>Current version</h2>
|
<h2>Current version</h2>
|
||||||
|
|
||||||
<p>Current version is 1.0 alpha. It was developed for Lua 5.0 based
|
<p>Current version is 1.0 beta. It was developed for Lua 5.0 based on
|
||||||
on <a href=
|
<a href="http://www.keplerproject.org/luaexpat">LuaExpat</a>.</p>
|
||||||
"http://www.keplerproject.org/luaexpat">LuaExpat</a>.</p>
|
|
||||||
|
|
||||||
<a name="download"></a>
|
<a name="download"></a>
|
||||||
<h2>Download</h2>
|
<h2>Download</h2>
|
||||||
|
|
||||||
LuaXMLRPC can be downloaded in source code from the following
|
LuaXMLRPC can be downloaded in source code from its
|
||||||
links:
|
<a href="http://luaforge.net/project/showfiles.php?group_id=?">LuaForge</a>
|
||||||
|
page.
|
||||||
<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>
|
|
||||||
|
|
||||||
<a name="new"></a>
|
<a name="new"></a>
|
||||||
<h2>What's new</h2>
|
<h2>What's new</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>[2/dec/2004] Version 1.0 beta released</li>
|
||||||
<li>[10/dec/2003] Version 1.0 alpha released</li>
|
<li>[10/dec/2003] Version 1.0 alpha released</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<br>
|
<p>Version 1.0 beta follows the
|
||||||
<br>
|
<a href="http://www.keplerproject.org/compat">package proposal</a>
|
||||||
|
for Lua 5.1 (see section <a href="#installation">Installation</a>
|
||||||
|
for more details).</p>
|
||||||
|
|
||||||
|
|
||||||
<a name="installation"></a>
|
<a name="installation"></a>
|
||||||
<h2>Installation</h2>
|
<h2>Installation</h2>
|
||||||
|
|
||||||
<p>LuaXMLRPC is composed by three Lua files. These files should be
|
<p>LuaXMLRPC is composed by three Lua files.
|
||||||
|
These files should be
|
||||||
copied to a directory named <code>xmlrpc</code> created in your
|
copied to a directory named <code>xmlrpc</code> created in your
|
||||||
<code>LUA_PATH</code>.</p>
|
<code>LUA_PATH</code>.</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
LuaXMLRPC follows the
|
||||||
|
<a href="http://www.keplerproject.org/compat">package proposal</a>
|
||||||
|
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
|
||||||
|
<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>.
|
||||||
|
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>LuaXMLRPC was designed by Roberto Ierusalimschy, André
|
<p>
|
||||||
Carregal and Tomás Guisasola as part of <a href=
|
LuaXMLRPC was designed by Roberto Ierusalimschy, André
|
||||||
"http://www.keplerproject.org">The Kepler Project</a> which holds
|
Carregal and Tomás Guisasola as part of
|
||||||
its copyright. It was implemented by Tomás Guisasola.</p>
|
<a href="http://www.keplerproject.org">The Kepler Project</a>
|
||||||
|
which holds its copyright.
|
||||||
|
It was implemented by Tomás Guisasola.</p>
|
||||||
|
|
||||||
<p>LuaXMLRPC development was sponsored by <a href=
|
<p>
|
||||||
"http://www.fabricadigital.com.br">F?brica Digital</a> and
|
LuaXMLRPC development was sponsored by
|
||||||
FINEP.</p>
|
<a href="http://www.fabricadigital.com.br">Fábrica Digital</a>
|
||||||
|
and FINEP.
|
||||||
|
</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>
|
||||||
"mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>.
|
For more information please
|
||||||
Comments are welcome!</p>
|
<a href="mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>.
|
||||||
|
Comments are welcome!
|
||||||
|
</p>
|
||||||
|
|
||||||
<center><small><a href="#over">overview</a> · <a href=
|
<center><small>
|
||||||
"#version">current version</a> · <a href=
|
<a href="#over">overview</a> ·
|
||||||
"#download">download</a> · <a href="#new">news</a> ·
|
<a href="#version">current version</a> ·
|
||||||
<a href="#installation">installation</a> · <a href=
|
<a href="#download">download</a> ·
|
||||||
"manual.html">manual</a> · <a href=
|
<a href="#new">news</a> ·
|
||||||
"license.html">license</a> · <a href="#credits">credits</a>
|
<a href="#installation">installation</a> ·
|
||||||
· <a href="#contact">contact us</a></small></center>
|
<a href="manual.html">manual</a> ·
|
||||||
|
<a href="license.html">license</a> ·
|
||||||
|
<a href="#credits">credits</a> ·
|
||||||
|
<a href="#contact">contact us</a>
|
||||||
|
</small></center>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<small>$Id$</small>
|
<small>$Id$</small>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user