views:

133

answers:

1

I have a simple site, using restful_authentication and a simple model for the posts. I would like to use MarsEdit (or something like Ecto) to post/edit content. How would I go about this?

The XML-RPC system is rather bewildering - there's a lot of different variations (Atom, MovableType, metaWeblog, Blogger, TypePad, probably others), never mind actually implementing any of them.. The Action Web Service API in Rails, which is intended to implement such APIs, has deprecated a while ago..

+1  A: 

Try a plugin...

http://github.com/calavera/atompub-server/tree/master

Or this library...

http://github.com/inkspot/alumina/tree/master

As a starter/prototype for what you need

diclophis