X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/85f7f4086376d9c7f4433f8c65c1e8f426a54aff..b7dc6a35c374a05a8d27a6cd0e48214a37404b92:/doc/todo/RSS_links.mdwn diff --git a/doc/todo/RSS_links.mdwn b/doc/todo/RSS_links.mdwn index 596314a95..bfbd495e0 100644 --- a/doc/todo/RSS_links.mdwn +++ b/doc/todo/RSS_links.mdwn @@ -1 +1,17 @@ -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: + + + +[[todo/done]] + +--[[Joey]]