diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-23 21:18:37 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-23 21:18:37 +0000 |
commit | 00e304e32596d112461dfef25e05f7cad2542e6a (patch) | |
tree | 852cd0c95f4b87bb1fc930b0937935cefeddac15 /doc | |
parent | b319151d3b0c5aebf0d8cb878d9b2f86fa4e1201 (diff) | |
download | ikiwiki-00e304e32596d112461dfef25e05f7cad2542e6a.tar ikiwiki-00e304e32596d112461dfef25e05f7cad2542e6a.tar.gz |
web commit by http://solair.livejournal.com/
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/multiple_rss_feeds_per_page.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/multiple_rss_feeds_per_page.mdwn b/doc/bugs/multiple_rss_feeds_per_page.mdwn new file mode 100644 index 000000000..8a8f52749 --- /dev/null +++ b/doc/bugs/multiple_rss_feeds_per_page.mdwn @@ -0,0 +1,3 @@ +Pages with multiple inline macros try to use the same URL for the RSS feed for each inline. As a result, the last inline "wins" and overwrites the other feeds on the same page. + +Josh Triplett suggests that the inline macro should take a parameter for the feed basename, and refuse to generate feeds after the first one if that parameter is not specified. That sounds like a good solution to me.
\ No newline at end of file |