Go to file
Ciaran Gultnieks eb6fabadaa Hacky, quick and dirty implementation of cookie support 2010-11-19 09:13:06 +00:00
doc Make files non-executable 2010-10-20 14:53:14 -04:00
examples Add simple example scripts 2010-10-18 17:51:53 -04:00
src Hacky, quick and dirty implementation of cookie support 2010-11-19 09:13:06 +00:00
tests Remove svn keyword from files 2010-09-14 22:06:15 -04:00
.gitignore .gitignore: ignore backup files 2010-10-18 17:51:44 -04:00
Makefile Make files non-executable 2010-10-20 14:53:14 -04:00
README Make files non-executable 2010-10-20 14:53:14 -04:00

README

Lua-XML-RPC is a Lua package to access and provide XML-RPC services


Synopsis
========
This package provides code to access XML-RPC [1] services over HTTP. It also
provides code to provide these services, e.g. by using Xavante [2].
The project website is at http://github.com/timn/lua-xmlrpc.

[1]: http://www.xmlrpc.com/
[2]: http://keplerproject.github.com/xavante/


Dependencies
============
This library depends on the following packages. The given version numbers are
known working versions. Earlier versions might work, but in that case we
cannot accept bug reports.

- LuaExpat	http://www.keplerproject.org/luaexpat/		2.0.1
- LuaSocket	http://luasocket.luaforge.net/			2.0.2


Files in this package
=====================
  README              -- This file
  Makefile            -- Makefile for Unix systems
  src/
    init.lua          -- Main module source file
    http.lua          -- Extension library over HTTP
    server.lua        -- Server implementation over CGILua
  tests/
    apitest.lua       -- Overall API test script
    httptest.lua      -- Automatic tests over HTTP
  doc/us/
    index.html        -- Home page
    license.html      -- Copyright & License
    luaxmlrpc.png     -- LuaXMLRPC Logo
    manual.html       -- Reference manual
    examples.html     -- Examples