XML-RPC plugin

Thu, 10 Sep 2009 , modified Wed, 30 Sep 2009

Here is a new XML-RPC plugin built on Protocol::XMLRPC module. API is available at /xmlrpc path.

To enable plugin just put in your configuration file:

    "plugins" : [
        "xmlrpc", {
            "username" : "foo",
            "password" : "bar"
        }
    ]

For now only metaWeblog API is supported, but extending is very easy and patches are welcome.