2006-09-06 22:49:01 +02:00
|
|
|
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:
|
|
|
|
|
2006-09-06 23:03:39 +02:00
|
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="index.rss" />
|
|
|
|
|
|
|
|
[[todo/done]]
|
2006-09-06 22:49:01 +02:00
|
|
|
|
|
|
|
--[[Joey]]
|