6/27/2003 11:45:00 PM
If you want to have a Blogger RSS feed, read these instructions.
Here is my template:
<?xml version="1.0"?> <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd"> <rss version="0.91" xmlns:dc="http://purl.org/dc/elements/1.1/"> <channel> <title>Call Me Al</title> <link>http://alanjstr.blogspot.com</link> <description>My MozBlog</description> <language>"en-us"</language> <Blogger> <item> <$BlogItemBody$> <dc:date><$BlogItemDateTime$> GMT</dc:date> </item> </Blogger> </channel> </rss>
This is what I put for each entry
<title>entry title</title> <link>link to the entry</link> <description>entry description</description>
But when you post it in Blogger, it argues about the <title> tag. Click cancel. Even if you did Post & Publish before, you have to click Publish again. I've reported the bug to Blogger, but no response yet.
Update: Be sure to set the timezone in Blogger to GMT 00:00 and put GMT at the end of the date:
<dc:date><$BlogItemDateTime$> GMT</dc:date>
