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.
wolfi
ok, firefox now gives the option to subscribe, but unlike other rss feeds (like orf.at, spielgel.de) it doesn't show the headlines with shortcuts to the stories when you select the feed in your bookmarks (it just displays "empty").
retrakker
You're right. Probably the FireFox "life bookmark" has a problem as my feed validates. I did not yet check it with other software. I suggest you to use Sage Sage for FireFox to read the feeds in the browser.
tobi Verwaltung
i will update this in the source code asap.
regarding the items not being shown in the mentioned browsers: i temporarily have thrown out the
<textinput>
element contained byrdf:Seq
in the rss feed at this site, and now at least firefox displays the items as expected.could anyone verify if firefox got a problem with this element? afaik, it should be allowed here as the feed validates in both cases, with or without textinput.
Update: I applied the changes and updated Antville.org. I moved the textinput element out of rss:Seq (ie. up to the latter's parent) and now everything works fine.