From: Joey Hess Date: Sat, 22 Mar 2008 16:02:39 +0000 (-0400) Subject: web commit by http://madduck.net/: add note about whole site rebuilds for little... X-Git-Tag: 2.41~20^2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5ed5babef424d12721bbb5252712de8be9d61035;p=ikiwiki.git web commit by madduck.net/: add note about whole site rebuilds for little changes --- diff --git a/doc/todo/a_navbar_based_on_page_properties.mdwn b/doc/todo/a_navbar_based_on_page_properties.mdwn index f88a3e802..09be409ac 100644 --- a/doc/todo/a_navbar_based_on_page_properties.mdwn +++ b/doc/todo/a_navbar_based_on_page_properties.mdwn @@ -35,5 +35,7 @@ I don't think this is hard to code up and it's what I've been using with [rest2web](http://www.voidspace.org.uk/python/rest2web/) and it's served me well. +There is a problem though if this navbar were included in a sidebar (the logical place): if a page is updated, the navbar needs to be rebuilt which causes the sidebar to be rebuilt, which causes the whole site to be rebuilt. Unless we can subscribe only to title changes, this will be pretty bad... + --[[madduck]] [[!tag wishlist]]