]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/canonical_feed_location.mdwn
web commit by JeremyReed: reply about install requirements link
[ikiwiki.git] / doc / todo / canonical_feed_location.mdwn
1 Any way to use `inline` but point the feed links to a different feed on the
2 same site?  I have news in news/*, a news archive in news.mdwn, and the
3 first few news items on index.mdwn, but I don't really want two separate
4 feeds, one with all news and one with the latest few articles; I'd rather
5 point the RSS feed links of both to the same feed.  (Which one, the one
6 with all news or the one with the latest news only, I don't know yet.)
7
8 > Not currently. It could be implemented, or you could just turn off the
9 > rss feed for the index page, and manually put in a wikilink to the news
10 > page and rss feed. --[[Joey]]
11
12 >> That wouldn't use the same style for the RSS and Atom links, and it
13 >> wouldn't embed the feed link into `<head>` so that browsers can automatically
14 >> find it.
15
16 [[tag wishlist]]