Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

RESTLog

Joe Gregorio’s RESTLog is a fascinating piece of technology and a great example of the RESTian model of web service in action. Everything is built on XML and HTTP—new blog entries are POSTed to the index page as RSS 2.0 item elements, edits are done with the little-used HTTP PUT method and the DELETE method can be used to delete items. Content negotiation is in effect, so browsers recieve HTML while aggregators theoretically get RSS (though in practise existing aggregators fail to send a content negotiation header so an alternative URL scheme must be used). It’s very clever stuff. Further techie details are being posted on a regular basis, but a good overview can be had by reading RESTLog Overview and RESTLog Interface. The system was inspired by the RESTWiki’s RestidyingBlogger.

This is RESTLog by Simon Willison, posted on 23rd November 2002.

View blog reactions

Next: Mimeo

Previous: Aquari-gone-ics

3 comments

  1. Typical "me" comment: "RestidyingBlogger" -- why not "RestifyingBlogger", as at the target of that link? Fascinating typo, really -- no less valid a madeup word, but makes the same point quite differently, and more pointedly :)

    Jean Jordaan - 23rd November 2002 19:37 - #

  2. I think I'll leave that typo in there now :)

    Simon Willison - 23rd November 2002 20:01 - #

  3. Yeah I saw this whole REST thing, think it was linked to from one of the RDF dicussions, something about XML-RPC vs REST? I've no idea what REST is, if found some C# code (pretty useless really) then I found this http://internet.conveyor.com/RESTwiki/moin.cgi/Fro ntPage Looks interesting but I haven't had time to read it.

    Swannie - 23rd November 2002 21:59 - #

Comments are closed.

Previously hosted at http://simon.incutio.com/archive/2002/11/23/RESTLog

A django site