RSS Validation
|
Aug 9, 2008 15:30
261 posts
|
I found one more bug in the RSS creation, the lack of time zone. The line:
Should be:
And further down, the line:
Should be:
When I change this, the RSS times are shown correctly in Firefox, as opposed to not showing at all. |
|
Aug 9, 2008 20:00
261 posts
|
Just a note that this works for Firefox, but not for Google sitemaps. Google sitemaps also requires that you remove the atom link near the top of the rss page. Delete:
Google wants your times to look like:
Which will look like:
Where -06:00 is the time difference from GMT. I'm sure there's got to be a better way to solve that dynamically. Anyway, I went and created a second RSS feed called bot-rss so that I could also remove the limit of the number of articles that it imports. That way it will pull all of my articles as part of the RSS sitemap. |