The top level headline for each post has several invisible attributes attached
1. type: weblogPost.
2. checksum: A 32-character string, the result of MD5 encoding the concatenation of the title, link and description for the post.
3. ids: a table, containing the post id for one or more of the weblog managers. (You're allowed to flow your posts out to more than one.) The three possible sub-items are called blogger, radio, or movableType.
How they work together
When you first create a post, it has none of these attributes. They're added the first time you Publish.
Each subsequent time you Publish, the checksum is recomputed and compared against the stored value. If they are equal, we don't transmit the post. This allows you to keep dozens of posts around without slowing down publishing. Only the items that changed are retransmitted.
The post id is needed to make this work, and luckily the Blogger API provides for this.
What's missing
A permalink is sorely needed.
What I want to do is put my cursor on a post, click the View button, and a browser window opens, showing what the post looks like to my readers. This makes it easy to check links, and for formatting errors.
Note that the three blogging tools all allow posting of arbitrary HTML text through their XML-RPC interfaces. This is fantastic, it means you can use the outliner to construct and tweak HTML and XHTML structures.
I implemented support for this in Radio a couple of days ago. It took about five minutes to do. I imagine it would be equally easy for Blogger and Movable Type.
Please consider this a feature request. ;->
Disclaimer
If there's already a way to do this please let me know. It's happened before.
2:36:54 PM Google It!
|