inline: Do not generated feeds for nested inlines.
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 13 Nov 2009 19:56:24 +0000 (14:56 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 13 Nov 2009 19:56:24 +0000 (14:56 -0500)
commit5ccf68f11329779f9e173355fe76bff85203a851
tree2a99ad04b0b68571f6d1ae5c000eab5d726f789b
parentb9f264d066bd71e5a995f339fcf25181539c9b8f
inline: Do not generated feeds for nested inlines.

My experience is that when inlines are nested, the old behavior of
generating feeds for the nested inlines was never really desired. Since the
feeds were numbered sequentially, the numbers could easily change, and it did
not make sense to subscribe to or use those feeds. And generating those nested
feeds often meant a lot of unnecessary calculation, and data being written.
So, I dropped them.

Looking back, nested feeds originally were a free side effect of properly
handing multiple feeds on one page. Of course, that is still supported.
IkiWiki/Plugin/inline.pm
debian/changelog