diff options
author | Joey Hess <joey@kitenet.net> | 2008-03-22 12:02:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-03-22 12:02:39 -0400 |
commit | 5ed5babef424d12721bbb5252712de8be9d61035 (patch) | |
tree | 301eecad72949cb655902f65371c0bcc6b5c7cfb /doc | |
parent | bee7d5d590a96e78551e90181dfc2242cbdb9d68 (diff) | |
download | ikiwiki-5ed5babef424d12721bbb5252712de8be9d61035.tar ikiwiki-5ed5babef424d12721bbb5252712de8be9d61035.tar.gz |
web commit by http://madduck.net/: add note about whole site rebuilds for little changes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/a_navbar_based_on_page_properties.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
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]] |