You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@roller.apache.org by Maxim Surov <ma...@saratov.vdiweb.com> on 2006/01/13 09:20:15 UTC

xml-rpc

Hi all,

Can I use xml-rpc to manage blogs?

create/modify/delete/add new entry ?

Regards,
Maxim


Re: xml-rpc

Posted by David M Johnson <Da...@Sun.COM>.
On Jan 13, 2006, at 3:20 AM, Maxim Surov wrote:
> Can I use xml-rpc to manage blogs?
> create/modify/delete/add new entry ?

You can use the XML-RPC based Blogger and MetaWeblog APIs in Roller  
to create, modify, delete and add new entries to blogs. Roller  
supports both APIs and the end-point is /xmlrpc (For example: http:// 
localhost:8080/roller/xmlrpc).

- Dave