1 The RSS feeds on a page should be indicated with <link rel>, so that
2 they can be found by aggregators.
6 I've been wondering about this. Ikiwiki's rss buttons include a
7 type="application/rss+xml" and link to the rss file, and this is enough for
8 at least some auto-discovery tools to find the rss feed. But apparently not
11 For example, firefox requires the following:
13 <link rel="alternate" type="application/rss+xml" title="RSS" href="index.rss" />