Go to file
Tomas Guisasola 6d6a4a87ee Substituting cgi.lua by server.lua. 2006-02-14 13:15:47 +00:00
doc/us Documentation update - minor details 2006-02-02 20:18:35 +00:00
src Substituting cgi.lua by server.lua. 2006-02-14 13:15:47 +00:00
tests Correction on LuaBinary's standalone interpreter name. 2006-02-02 20:38:49 +00:00
Makefile Including server.lua into the `install' rule. 2005-12-26 18:30:31 +00:00
README Alteracao nos nomes das funcoes e em alguns arquivos. 2004-01-09 10:41:55 +00:00

README

LuaXMLRPC is a library of functions to deal with XML-RPC.

This library depends on LuaExpat.
The standalone server depends on LuaSocket for Lua 5.0 also.

Here goes a small description of the files in the distribution

    index.html       -- Home page
    license.html     -- Copyright & License
    luaxmlrpc.png    -- LuaXMLRPC Logo
    Makefile         -- Makefile for Unix systems
    manual.html      -- Reference manual
    README           -- This file
    test.lua         -- Overall API test script
    xmlrpc.lua       -- Source file
    xmlrpc.http.lua  -- Extension library over HTTP
    xmlrpc.cgi.lua   -- Server implementation over CGI

$Id$