summaryrefslogtreecommitdiff
path: root/doc/todo/a_navbar_based_on_page_properties.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-22 13:57:01 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-22 13:57:01 -0400
commit3b49868eb98e33204ca52ba944be4023f9f3f821 (patch)
treeb38fdce23e72a92ba3f43cc48845f3c025072550 /doc/todo/a_navbar_based_on_page_properties.mdwn
parent20271cf172ee0c231d94683db70c42acfc9f6b2a (diff)
parent5ed5babef424d12721bbb5252712de8be9d61035 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/todo/a_navbar_based_on_page_properties.mdwn')
-rw-r--r--doc/todo/a_navbar_based_on_page_properties.mdwn2
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]]