From: joey Date: Wed, 6 Sep 2006 20:49:01 +0000 (+0000) Subject: comment X-Git-Tag: 1.25~25 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bd1eb38ed8f0e0621000dc9d597967b9ad82d995;p=ikiwiki.git comment --- diff --git a/doc/todo/RSS_links.mdwn b/doc/todo/RSS_links.mdwn index 596314a95..9ee62ee4e 100644 --- a/doc/todo/RSS_links.mdwn +++ b/doc/todo/RSS_links.mdwn @@ -1 +1,15 @@ -The RSS feeds on a page should be indicated with <link rel>, so that they can be found by aggregators. \ No newline at end of file +The RSS feeds on a page should be indicated with <link rel>, so that +they can be found by aggregators. + +--tumov + +I've been wondering about this. Ikiwiki's rss buttons include a +type="application/rss+xml" and link to the rss file, and this is enough for +at least some auto-discovery tools to find the rss feed. But apparently not +all of them. + +For example, firefox requires the following: + + + +--[[Joey]]