intertwingly

It’s just data

IDE2BLog

James Snell: This is a test of a Blogger API plugin for Eclipse.

Update: Here is a simple plugin for Eclipse that allows you to post entries to blogs supporting the Blogger API. Set the appkey, Blogger API host, username and password in the preferences and use the Blogger API view to post messages.


Free Geek to a Good home

Sterling Hughes: I should wear a sign: "DO NOT ALLOW NEAR KITCHEN WHILE COMPUTER IS IN HOUSE."


What about your data?

Dave Winer: much more important than having access to the source of the program, a program must give you complete control of your content, and for that, you must be able to get a copy. And you must be able to use some other piece of software to read it, that's why interchange formats and protocols are so important.

+1


WIBNI Trackback 2.0...

Clay Shirkey: A LazyWeb item in RDF has only four elements, set by the Trackback spec -- title, link, description, and date. Thus almost all the onus on filtering the feed is on the subscriber, not the producer. An RDF format with optional but recommended tags (type: feature, schema, application, etc; domain: chat, blog, email, etc.) might allow for higher-quality syndication, but would be hard with the current version of Trackback

Trackback 1.0 used HTTP GET to transfer state data from the client to the server, a no-no from a REST perspective. I noticed this, suggested to Paul Prescod that he work with Ben, and they did all the hard work.  The result was Trackback 1.1. A model of RESTitude.

Now along comes another application which would like to extend this API. Wouldn't It Be Nice If instead of URL encoded parameters, one could simply POST the RSS item that contains all the yummy goodies that one could imagine and let the server decide what pieces it wanted to keep and what pieces it chooses to ignore?

This is how the RESTLog API works today...