Go to file
Tim Niemueller ecb90abd45 Remove svn keyword from files 2010-09-14 22:06:15 -04:00
doc/us Remove svn keyword from files 2010-09-14 22:06:15 -04:00
src Remove svn keyword from files 2010-09-14 22:06:15 -04:00
tests Remove svn keyword from files 2010-09-14 22:06:15 -04:00
Makefile Remove svn keyword from files 2010-09-14 22:06:15 -04:00
README Remove svn keyword from files 2010-09-14 22:06:15 -04: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
    apitest.lua         -- Overall API test script
    httptest.lua        -- Automatic tests over HTTP
    init.lua            -- Source file
    http.lua            -- Extension library over HTTP
    server.lua          -- Server implementation over CGILua