eventray-archive / hiero

A blog *framework* for Pyramid applications. We provide abstracted out models, views, and URL routing for a blog.
10 stars 4 forks source link

Have a restful API for posting entries #8

Open sontek opened 12 years ago

sontek commented 12 years ago

Sometimes its nice to edit blog posts via a standard editor like emacs or vim, so we should have a REST API so that our users can work offline and push to the server.

sontek commented 12 years ago

We don't have to create our own, we can just support these:

http://code.google.com/intl/en/apis/blogger/ http://www.xmlrpc.com/metaWeblogApi http://www.sixapart.com/developers/xmlrpc/blogger_api/