may have just found my motivation to fix this..
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 25 Oct 2007 07:47:33 +0000 (03:47 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 25 Oct 2007 07:47:33 +0000 (03:47 -0400)
doc/bugs/multiple_rss_feeds_per_page.mdwn

index 139593caa6dfe2dc095eafecc713d0b4f596c3a4..8d483b84fccbc68825c28df4050cadaa3676ad81 100644 (file)
@@ -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]]
 > 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]]