| XML
About
Home
RSS
OPML
XML-RPC
SOAP
|
|
 |
|
radioWeblogPost RSS module
Previous topic
|
Next topic
|
|
radioWeblogPost RSS module
started 11/14/2002; 11:17:36 AM - last post 11/14/2002; 11:17:36 AM
|
|
Dave Winer - radioWeblogPost RSS module 
11/14/2002; 11:17:36 AM (reads: 60774, responses: 0)
|
|
A RSS module that adds elements at the <item> level that are specific to Radio UserLand weblogs.
Change Notes 
11/14/02 by DW -- Created.
Description 
Four elements are defined, all are sub-elements of <item>.
flNotOnHomePage -- if present indicates that the item is not on the home page of the weblog and just appears in categories. If not present, the item does appear on the home page.
id -- its value is a number that identifies the post in weblogData.posts. It's guaranteed to be unique across all posts for the user.
sourceTime -- a date, expressed in GMT, it appears when the <source> element appears, it's the time when the aggregator received the article being cited. There's no place for this in RSS, and Radio stores this value for some reason, so we have to include it in the files we write.
enclosureError -- an element with two attributes, url and error. If there was an error reading an enclosure, Radio stores a two-element table in place of the normal three-element enclosure table, containing the url and the error string.
Namespace declaration 
xmlns:radioWeblogPost="http://backend.userland.com/radioWeblogPostModule"
Example 
Here's a file that illustrates the use of elements of this module.

|
|
|
|