Fix for RSS Detection
With Safari 2.0 and Firefox 1.0 PR the RSS detection features become obiquitious in web applications.
Migrating to new Antville a lot of blogs been broken in that respect. Skins should use that snippet in the Main Skin's header.
<link rel="alternate" title="<%site.title%>" type="application/rss+xml" title="XML" href="<% site.url %>rss" />
To the developers: something like "<% site.feed %> would be nice.