X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/b8c8977bcbafd62dc845e72ea22b308aeb9c59c1..f66649bca45e2c7120ea7c7f4d0f7f61f85ce01f:/doc/todo/RSS_links.mdwn
diff --git a/doc/todo/RSS_links.mdwn b/doc/todo/RSS_links.mdwn
index 26f057769..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 , 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]]