bishop335 / subtext

Automatically exported from code.google.com/p/subtext
0 stars 0 forks source link

Add support for Wordpress API #307

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There appears to be a full implementation of the MetaWeblog API for interacting 
with Subtext:
http://www.xmlrpc.com/metaWeblogApi

...and that's great for clients that support it like Windows Live Writer. 
However, there are several nice blog clients, including mobile clients, that 
use the Wordpress API:
http://codex.wordpress.org/XML-RPC_wp

While there are a small number of the Wordpress operations implemented, it 
doesn't seem to be enough for clients to interact with, at least none of the 10 
or so WP clients I've tried. The RSD also doesn't have an entry for Wordpress 
API, which makes hookup a bit difficult.

Looking at the list of operations supported, it seems there's a sort of 
mish-mash of Blogger, MetaWeblog, Moveable Type, and Wordpress things 
available, but no complete implementation of any but MetaWeblog, and no entry 
in the RSD for anything but MetaWeblog.

It'd be nice to be able to use the Wordpress API so more blog client options 
are opened up.

Original issue reported on code.google.com by travis.illig on 3 Aug 2011 at 3:09