gist.githubusercontent.com_simonw_6b76f8780bcbb8f6ad7b8c9f0dce5392_raw_617f45992427370d36be20ffd346bb84c07656b8_blog-paragraphs: 33
This data as json
rowid | new_id | clean_paragraph |
---|---|---|
33 | 19-0 | passage: I'm itching to get an XML-RPC interface to this blog up and running so I can start playing with blogging tools (or roll my own in PythonCard). It looks like Dave Winer's MetaWeblog API is just what I need. It describes an XML-RPC interface with 3 methods: metaWeblog.newPost, metaWeblog.editPost and metaWeblog.getPost. More importantly, the standard supports complete flexibility in the data that is sent along with the request. My entries consist of a body, an optional permalink (one is generated if none is specified), optional categories and an optional search string for a "Google It!" link if one is required. The MetaWeblog API looks ideally suited to handling this, and is fully extensible should I change the format of my entries in the future. |