diff --git a/doc/index.html b/doc/index.html index c74a9ec..eb2ec83 100755 --- a/doc/index.html +++ b/doc/index.html @@ -1,84 +1,70 @@ - -LuaXMLRPC: XML-RPC interface to the Lua programming -language +LuaXMLRPC: XML-RPC interface to the Lua programming language +
- - - - - - - - - - - + + + + + + + + +
-"LuaXMLRPC
LuaXMLRPC
XML-RPC interface to the Lua programming language
+ + LuaXMLRPC logo + +
LuaXMLRPC
XML-RPC interface to the + Lua programming language +
-
overview · current version · download · news · -installation · manual · license · creditscontact us
+
+overview · + current version · + download · + news · + installation · + manual · + license · + credits · + contact us +

Contents

-
-
-

Overview

@@ -91,69 +77,92 @@ XML avoiding manipulation of string representation of data structures. It also offers ways to express everything when needed.

-

LuaXMLRPC is free software and uses the same license as Lua 5.0.

+

LuaXMLRPC is free software and uses the same +license as Lua 5.0.

Current version

-

Current version is 1.0 alpha. It was developed for Lua 5.0 based -on LuaExpat.

+

Current version is 1.0 beta. It was developed for Lua 5.0 based on +LuaExpat.

Download

-LuaXMLRPC can be downloaded in source code from the following -links: - -
luaxmlrpc-1.0a.tar.gz
-luaxmlrpc-1.0a.zip
+LuaXMLRPC can be downloaded in source code from its +LuaForge +page.

What's new

-
-
+

Version 1.0 beta follows the +package proposal +for Lua 5.1 (see section Installation +for more details).

+

Installation

-

LuaXMLRPC is composed by three Lua files. These files should be +

LuaXMLRPC is composed by three Lua files. +These files should be copied to a directory named xmlrpc created in your LUA_PATH.

+

+LuaXMLRPC follows the +package proposal +for Lua 5.1, therefore this package should be "installed". +In other words, +if you are using Lua 5.0, the files compat-5.1.c and +compat-5.1.h must be used in the compilation and the file +compat-5.1.lua must be installed in the LUA_PATH. +If you are using Lua 5.1, nothing should be done. +

+ +

Credits

-

LuaXMLRPC was designed by Roberto Ierusalimschy, André -Carregal and Tomás Guisasola as part of The Kepler Project which holds -its copyright. It was implemented by Tomás Guisasola.

+

+LuaXMLRPC was designed by Roberto Ierusalimschy, André +Carregal and Tomás Guisasola as part of +The Kepler Project +which holds its copyright. +It was implemented by Tomás Guisasola.

-

LuaXMLRPC development was sponsored by F?brica Digital and -FINEP.

+

+LuaXMLRPC development was sponsored by +Fábrica Digital +and FINEP. +

Contact us

-

For more information please contact us. -Comments are welcome!

+

+For more information please +contact us. +Comments are welcome! +

-
overview · current version · download · news · -installation · manual · license · creditscontact us
+
+overview · +current version · +download · +news · +installation · +manual · +license · +credits · +contact us +

$Id$