10/29/2003 09:17:00 PM - Really Simple Syndication Too
I've upgraded to RSS 2.0. Here is a plain text template for you to use. There is not a large difference in RSS 2.0 other than some name changes. However, there is now a Category which is useful for people who clutter their blogs with non-Mozilla stuff. It is preferred that feeds to Gemal's Blogupdates distinguish between Mozilla and non-Mozilla related entries. If I wanted to read about your pet fish, I'd bookmark your site. I'm hardcoding it in mine because this blog is intended to be 99% Mozilla-related. Unfortunately the date format from Blogger is still wrong.
<rss version="2.0">
<channel>
<title>My Blog Title</title>
<link>My Blog URL</link>
<description><$BlogDescription$></description>
<language>en-us</language>
<Blogger>
<item>
<pubDate><$BlogItemDateTime$> GMT</pubDate>
<title><BlogItemTitle><$BlogItemTitle$></BlogItemTitle></title>
<link><$BlogItemURL$></link>
<description>
<$BlogItemBody$>
</description>
<category>Mozilla</category>
</item>
</Blogger>
</channel>
</rss>
