== weblive.py ==
Contains a python class used by weblive-bench-json.py and weblive-qtnx-cli.py.
It handles all of the available JSON calls and their return values.


== admin-xmlrpc.py ==
Uses the XML-RPC interface to access restricted functions that aren't
available through the JSON interface.

== weblive-test-json.py ==
Test all the various calls in the JSON api using weblive.py
It also returns how long each call took.

== weblive-qtnx-cli.py ==
Minimal command line client for weblive.
Requires Ubuntu Natty's qtnx for auto-connect.
