aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/multiple_rss_feeds_per_page.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-10-25 03:47:33 -0400
committerJoey Hess <joey@kodama.kitenet.net>2007-10-25 03:47:33 -0400
commit844e3a549a1b9b96b4424af90dacd82ec18a8fa4 (patch)
tree9b08ef4d14e3be81ae9d021b0d7f4eea4e45086c /doc/bugs/multiple_rss_feeds_per_page.mdwn
parent81eadbda0b4b63603880d8669ba9c0dbe92a003c (diff)
downloadikiwiki-844e3a549a1b9b96b4424af90dacd82ec18a8fa4.tar
ikiwiki-844e3a549a1b9b96b4424af90dacd82ec18a8fa4.tar.gz
may have just found my motivation to fix this..
Diffstat (limited to 'doc/bugs/multiple_rss_feeds_per_page.mdwn')
-rw-r--r--doc/bugs/multiple_rss_feeds_per_page.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/multiple_rss_feeds_per_page.mdwn b/doc/bugs/multiple_rss_feeds_per_page.mdwn
index 139593caa..8d483b84f 100644
--- a/doc/bugs/multiple_rss_feeds_per_page.mdwn
+++ b/doc/bugs/multiple_rss_feeds_per_page.mdwn
@@ -8,3 +8,12 @@ Josh Triplett suggests that the inline macro should take a parameter for the fee
> I've known about this bug since well, the day I wrote rss support, but
> I haven't seen a use case that really motivated me to take the time to
> fix it. Fixes or good motivation both accepted. :-) --[[Joey]]
+
+> A good reason to support autoincrementing might be that it's possible
+> to have a blog feed that inlines another blog feed. On purpose, or
+> semi-on-accident, it happened to me:
+>
+> <http://kitenet.net/~joey/code/whatsnew/>
+>
+> The result was that my whatsnew feed actually contains my Words2Nums
+> feed, or something. --[[joey]]