]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/RSS_links.mdwn
update
[ikiwiki.git] / doc / todo / RSS_links.mdwn
index 596314a95c1714dccfd06cfb0451ca4b81ba5e29..bfbd495e0aef30d061e0cd4f308f10786fadc2ec 100644 (file)
@@ -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]]