diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-11-13 14:56:24 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-11-13 14:56:24 -0500 |
commit | 5ccf68f11329779f9e173355fe76bff85203a851 (patch) | |
tree | 2a99ad04b0b68571f6d1ae5c000eab5d726f789b /debian | |
parent | b9f264d066bd71e5a995f339fcf25181539c9b8f (diff) | |
download | ikiwiki-5ccf68f11329779f9e173355fe76bff85203a851.tar ikiwiki-5ccf68f11329779f9e173355fe76bff85203a851.tar.gz |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1a703b11f..5a2d94e23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ ikiwiki (3.20091032) UNRELEASED; urgency=low * httpauth: Add cgiauthurl setting that can be used to do http basic auth only when ikiwiki needs authentication, rather than for any access to the cgi/wiki. + * inline: Do not generated feeds for nested inlines. -- Joey Hess <joeyh@debian.org> Fri, 06 Nov 2009 12:04:29 -0500 |