HTML Tidying

master
Andre Carregal 2004-11-22 18:35:55 +00:00
parent 89542a6976
commit 90a5a8e194
3 changed files with 739 additions and 714 deletions

View File

@ -1,168 +1,163 @@
<! See Copyright Notice in license.html>
<html>
<head>
<title>LuaXMLRPC: XML-RPC interface to the Lua programming language</title>
<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.keplerproject.org/luaxmlrpc">
<img border=0 alt="LuaXMLRPC logo" src="luaxmlrpc.png"></a>
<tr><td align=center><big><b>LuaXMLRPC</b></big>
<tr><td align=center valign=top>XML-RPC interface to the
<a href="http://www.lua.org">Lua</a>
programming language
</table>
</center>
<p>
<center><small>
<a href=#over>overview</a> &middot;
<a href=#version>current version</a> &middot;
<a href=#download>download</a> &middot;
<a href=#new>news</a> &middot;
<a href=#installation>installation</a> &middot;
<a href="manual.html">manual</a> &middot;
<a href="license.html">license</a> &middot;
<a href="#credits">credits</a> &middot;
<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=#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#data_types">Data types</a>
<li> <a href="manual.html#basic">Basic support</a>
<li> <a href="manual.html#client">Client side</a>
<li> <a href="manual.html#server">Server side</a>
<li> <a href="manual.html#examples">Examples</a>
<li> <a href="manual.html#related_docs">Related documentation</a>
</ul>
<li> <a href="#credits">Credits</a>
<li> <a href="#contact">Contact us</a>
</ul>
</p>
<a name=over>
<h2>Overview</h2>
<p>
LuaXMLRPC is a library to make remote procedure calls using
<a href="http://www.xmlrpc.com">XML-RPC</a>.
It also offers facilities to develop server-side software.
</p>
<p>
LuaXMLRPC provides a simple API and an abstraction layer over XML
avoiding manipulation of string representation of data structures.
It also offers ways to express everything when needed.
<p>
LuaXMLRPC is free software and uses the same
<a href="license.html">license</a>
as Lua 5.0.
</p>
<a name=version>
<h2>Current version</h2>
<p>
Current version is 1.0 alpha.
It was developed for Lua 5.0 based on
<a href="http://www.keplerproject.org/luaexpat">LuaExpat</a>.
</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>[10/dec/2003] Version 1.0 alpha released
</ul>
</p>
<a name="installation"></a>
<h2>Installation</h2>
<p>
LuaXMLRPC is composed by three Lua files.
These files should be copied to a directory named <code>xmlrpc</code>
created in your <code>LUA_PATH</code>.
<a name="credits">
<h2>Credits</h2>
<p>
LuaXMLRPC was designed by Roberto Ierusalimschy, Andr&eacute; Carregal
and Tom&aacute;s Guisasola as part of
<a href="http://www.keplerproject.org">The Kepler Project</a>
which holds its copyright.
It was implemented by Tom&aacute;s Guisasola.
</p>
<p>
LuaXMLRPC development was sponsored by
<a href="http://www.fabricadigital.com.br">Fábrica Digital</a>
and FINEP.
</p>
<a name="contact"></a>
<h2>Contact us</h2>
<p>
For more information please
<a href="mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>.
Comments are welcome!
</p>
<p>
<center><small>
<a href=#over>overview</a> &middot;
<a href=#version>current version</a> &middot;
<a href=#download>download</a> &middot;
<a href=#new>news</a> &middot;
<a href=#installation>installation</a> &middot;
<a href="manual.html">manual</a> &middot;
<a href="license.html">license</a> &middot;
<a href="#credits">credits</a> &middot;
<a href="#contact">contact us</a>
</small></center>
<p>
<hr>
<small>
$Id$
</small>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<title>LuaXMLRPC: XML-RPC interface to the Lua programming
language</title>
<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.keplerproject.org/luaxmlrpc"><img border="0" alt=
"LuaXMLRPC logo" src="luaxmlrpc.png"></a> </td>
</tr>
<tr>
<td align="center"><big><b>LuaXMLRPC</b></big> </td>
</tr>
<tr>
<td align="center" valign="top">XML-RPC interface to the <a href=
"http://www.lua.org">Lua</a> programming language</td>
</tr>
</table>
</center>
<center><small><a href="#over">overview</a> &middot; <a href=
"#version">current version</a> &middot; <a href=
"#download">download</a> &middot; <a href="#new">news</a> &middot;
<a href="#installation">installation</a> &middot; <a href=
"manual.html">manual</a> &middot; <a href=
"license.html">license</a> &middot; <a href="#credits">credits</a>
&middot; <a href="#contact">contact us</a></small></center>
<hr>
<h2>Contents</h2>
<ul>
<li><a href="#over">Overview</a></li>
<li><a href="#version">Current Version</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#new">What's new</a></li>
<li><a href="#installation">Installation</a></li>
<li><a href="manual.html">User's manual</a>
<ul>
<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#basic">Basic support</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#examples">Examples</a></li>
<li><a href="manual.html#related_docs">Related
documentation</a></li>
</ul>
</li>
<li><a href="#credits">Credits</a></li>
<li><a href="#contact">Contact us</a></li>
</ul>
<br>
<br>
<a name="over"></a>
<h2>Overview</h2>
<p>LuaXMLRPC is a library to make remote procedure calls using <a
href="http://www.xmlrpc.com">XML-RPC</a>. It also offers facilities
to develop server-side software.</p>
<p>LuaXMLRPC provides a simple API and an abstraction layer over
XML avoiding manipulation of string representation of data
structures. It also offers ways to express everything when
needed.</p>
<p>LuaXMLRPC is free software and uses the same <a href=
"license.html">license</a> as Lua 5.0.</p>
<a name="version"></a>
<h2>Current version</h2>
<p>Current version is 1.0 alpha. It was developed for Lua 5.0 based
on <a href=
"http://www.keplerproject.org/luaexpat">LuaExpat</a>.</p>
<a name="download"></a>
<h2>Download</h2>
LuaXMLRPC can be downloaded in source code from the following
links:
<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>
<h2>What's new</h2>
<ul>
<li>[10/dec/2003] Version 1.0 alpha released</li>
</ul>
<br>
<br>
<a name="installation"></a>
<h2>Installation</h2>
<p>LuaXMLRPC is composed by three Lua files. These files should be
copied to a directory named <code>xmlrpc</code> created in your
<code>LUA_PATH</code>.</p>
<a name="credits"></a>
<h2>Credits</h2>
<p>LuaXMLRPC was designed by Roberto Ierusalimschy, Andr&eacute;
Carregal and Tom&aacute;s Guisasola as part of <a href=
"http://www.keplerproject.org">The Kepler Project</a> which holds
its copyright. It was implemented by Tom&aacute;s Guisasola.</p>
<p>LuaXMLRPC development was sponsored by <a href=
"http://www.fabricadigital.com.br">F?brica Digital</a> and
FINEP.</p>
<a name="contact"></a>
<h2>Contact us</h2>
<p>For more information please <a href=
"mailto:info-NO-SPAM-THANKS@keplerproject.org">contact us</a>.
Comments are welcome!</p>
<center><small><a href="#over">overview</a> &middot; <a href=
"#version">current version</a> &middot; <a href=
"#download">download</a> &middot; <a href="#new">news</a> &middot;
<a href="#installation">installation</a> &middot; <a href=
"manual.html">manual</a> &middot; <a href=
"license.html">license</a> &middot; <a href="#credits">credits</a>
&middot; <a href="#contact">contact us</a></small></center>
<hr>
<small>$Id: index.html,v 1.13 2004/11/11 13:40:12 tomas Exp
$</small>
</body>
</html>

View File

@ -1,78 +1,67 @@
<! See Copyright Notice at the end of this file>
<HTML>
<HEAD>
<TITLE>LuaXMLRPC: license</TITLE>
</HEAD>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org">
<title>LuaXMLRPC: license</title>
</head>
<body bgcolor="#FFFFFF">
<hr>
<h1>License</h1>
<BODY BGCOLOR="#FFFFFF">
LuaXMLRPC is free software: it can be used for both academic and
commercial purposes at absolutely no cost. There are no royalties
or GNU-like "copyleft" restrictions. LuaXMLRPC qualifies as <a
href="http://www.opensource.org/docs/definition.html">Open
Source</a> software. Its licenses are compatible with <a href=
"http://www.gnu.org/licenses/gpl.html">GPL</a>. LuaXMLRPC is not in
the public domain and <a href="http://www.keplerproject.org">The
Kepler Project</a> keep its copyright. The legal details are below.
<HR>
<H1>
License
</H1>
LuaXMLRPC
is free software:
it can be used for both academic and commercial purposes at absolutely no cost.
There are no royalties or GNU-like "copyleft" restrictions.
LuaXMLRPC qualifies as
<A HREF="http://www.opensource.org/docs/definition.html">Open Source</A>
software.
Its licenses are compatible with
<A HREF="http://www.gnu.org/licenses/gpl.html">GPL</A>.
LuaXMLRPC is not in the public domain and
<a href="http://www.keplerproject.org">The Kepler Project</a>
keep its copyright.
The legal details are below.
<P>
<p>The spirit of the license is that you are free to use LuaXMLRPC
for any purpose at no cost without having to ask us. The only
requirement is that if you do use LuaXMLRPC, then you should give
us credit by including the appropriate copyright notice somewhere
in your product or its documentation.</p>
The spirit of the license is that
you are free to use LuaXMLRPC for any purpose at no cost without having to ask us.
The only requirement is that
if you do use LuaXMLRPC,
then you should give us credit by including the appropriate copyright notice
somewhere in your product or its documentation.
<P>
The LuaXMLRPC library is designed and implemented
by
Roberto Ierusalimschy,
Andr&eacute; Carregal and
Tom&aacute;s Guisasola.
The implementation is not derived from licensed software.
<P>
<p>The LuaXMLRPC library is designed and implemented by Roberto
Ierusalimschy, Andr&eacute; Carregal and Tom&aacute;s Guisasola.
The implementation is not derived from licensed software.</p>
<p>
<!-- ===================================================================== -->
<HR>
Copyright &copy; 2003-2004 The Kepler Project.
<P>
</p>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
<P>
<hr>
Copyright &copy; 2003-2004 The Kepler Project.
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
<P>
<p>Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:</p>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
<P>
<p>The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.</p>
<p>
<!-- ===================================================================== -->
<HR>
<SMALL>
$Id$
</SMALL>
</p>
<hr>
<small>$Id: license.html,v 1.3 2004/08/12 04:11:41 tomas Exp
$</small>
</body>
</html>
</BODY>
</HTML>

File diff suppressed because it is too large Load Diff