X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/85f7f4086376d9c7f4433f8c65c1e8f426a54aff..81aa58e7ca0118fbb6e1b7f53e47f01d260cdbff:/doc/todo/RSS_links.mdwn?ds=inline

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:
+
+	<link rel="alternate" type="application/rss+xml" title="RSS" href="index.rss" />
+
+[[todo/done]]
+
+--[[Joey]]