|
|
|
|
blogChannel
Extension: blogChannel
Extension Name: blogChannel
Purpose: blogChannel RSS namespace
has four purposes.
1. Allows the publisher to associate other
blogs with feed (using a blogRoll).
2. Convey the OPML file of the publisher of
the blogs rss feed subscriptions.
3. Convey the URL of a weblog that the publisher
of the weblog is promoting.
4. Convey changes that occur to a blog.
Declaration: The name space
for blogChannel is defined at http://backend.userland.com/blogChannelModule
<rss version="2.0" xmlns:blogChannel
="http://backend.userland.com/blogChannelModule">
Elements: All elements are sub-elements
of the <channel> tag.
<blogChannel:blogRoll> The url of the
OPML file containing related blogs.
<blogChannel:mySubscriptions> The url
of the OPML containing the blog publishers
RSS feed subscriptions
<blogChannel:blink> The url of a blog
the blog publsiher is promoting
<blogChannel:changes> The url of a feed
containing changes. This url says to aggregator
to only read the changes.
Example:
<!-- Snipped for Brevity -->
<channel>
<title>FeedForAll blogChannel
addition </title>
<link>http://www.feedforall.com</link>
<description>Add items </description>
<blogChannel:blogRoll> http://www.feedforall.com/blogroll.opml
</blogChannel:blogRoll>
<blogChannel:mySubscriptions> http://www.feedforall.com/subs.opml
</blogChannel:mySubscirptions>
<blogChannel:blink> http://www.rss-specifications.com
</blogChannel:blink>
<blogChannel:changes> http://www.feedforall.com/updates.xml
</blogChannel:changes>
<!--Snipped for Brevity-->
|
|
|
|
|