diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-06 20:49:01 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-06 20:49:01 +0000 |
commit | bd1eb38ed8f0e0621000dc9d597967b9ad82d995 (patch) | |
tree | ef48fcb7bb927009a7a873145f7db3311866539f /doc/todo | |
parent | 7aaacd17d07e216107ae3ae5f71e4b7d0a19c8a9 (diff) |
comment
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/RSS_links.mdwn | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/todo/RSS_links.mdwn b/doc/todo/RSS_links.mdwn index 596314a95..9ee62ee4e 100644 --- a/doc/todo/RSS_links.mdwn +++ b/doc/todo/RSS_links.mdwn @@ -1 +1,15 @@ -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" /> + +--[[Joey]] |