I'd like to propose the following additional module to the spec. Feedback
and comments are of course welcome, if there is support for the module I'd
appreciate it if Rael (or whomever) would rewrite it (so it's more in line
with the rest of the spec) and include it in the modules list.
Thanks for the feedback in advance,
Aaron
----
Weblogs are a popular way of publishing personal content on the Internet.
Currently, the only real syndication format for weblogs is UserLand's
ScriptingNews format. The weblogs module will allow weblogs to syndicate
their content using RSS. The content element can contain either plain text
(text/plain), XHTML (text/xml), or HTML (text/html - for compatibility with
non-XHTML sites). This is identified through the use of the format
attribute. The content can be included through use of a CDATA element or the
quoting of the HTML/XML attributes. (Question: Should XHTML be quoted?)
Namespace Declarations:
xmlns:weblogs="http://purl.org/rss/1.0/modules/weblogs/"
<item> Elements:
<weblogs:content format="content_format"> ( #PCDATA )
Example:
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:weblogs="http://purl.org/rss/1.0/modules/weblogs/"
xmlns="http://purl.org/rss/1.0/"
>
<channel rdf:about="http://scriptingnews.userland.com/xml/rss.xml">
<title>Scripting News</title>
<link>http://www.scripting.com/</link>
<description>
Dave Winer's weblog, covering scripting, communications, our galaxy.
</description>
</channel>
<item
rdf:about="http://scriptingnews.userland.com/backIssues/2000/08/14#music">
<inchannel
rdf:resource="http://scriptingnews.userland.com/xml/rss.xml"/>
<title>Music!</title>
<link>http://scriptingnews.userland.com/backIssues/2000/08/14#music</link>
<weblogs:content format="text/html">
<![CDATA[
Hey I found the <a href="http://www.50megs.com/webfitz/">Billboard Top
100</a> for 1961-72.<br><br>
Today's song: <a
href="http://www.ugcs.caltech.edu/~harel/lyrics/Betty_Its_In_His_Kiss.html">
It's In His Kiss</a>. <i>Shoop shoop!</i><br><br>
<a href="http://www.history-of-rock.com/chiffons.htm">In 1960</a>, the
Chiffons formed at James Monroe High School in the Bronx, New York<br><br>
]]>
</weblogs:content>
</item>
</rdf:RDF>
--
Aaron Swartz <aswartz@...>| advertising advertises advertising
<http://www.swartzfam.com/aaron/> | - Marshall McLuhan
AIM: Jedi of Pi | ICQ: 33158237 | we don't - <http://theinfo.org/>