Jericho - a Java-based interface to the Blogger and Manila XML-RPC API
Contents of the archive:
build.xml - Ant build file. It is expected that you already have Ant installed and can just type 'ant' at the command-line or prompt. If so, a dest directory will be created and the classes and resulting jericho.jar will be found there.
ChangeLog - log of changes.
src/ - the source code of Jericho as well as the XML-RPC library and the MinML parser. Everything you need will be in the jericho.jar so no additional code is needed to run.
There is also a test driver in src/JerichoTest.java.
A GUI client is also being developed and can be run via the 'ant gui' command.
