aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/a_navbar_based_on_page_properties.mdwn
diff options
context:
space:
mode:
authorlnussel <lnussel@web>2009-08-13 11:45:38 -0400
committerJoey Hess <joey@kitenet.net>2009-08-13 11:45:38 -0400
commit1c2bdf835217f7424383e881380ec51f2bff2dff (patch)
treeb638c6a89f6854cba619c80167221fbd3a0003fb /doc/todo/a_navbar_based_on_page_properties.mdwn
parentda1d046f61a51c9a2bb00f96d510f953fe73db9f (diff)
downloadikiwiki-1c2bdf835217f7424383e881380ec51f2bff2dff.tar
ikiwiki-1c2bdf835217f7424383e881380ec51f2bff2dff.tar.gz
add comment about automenu plugin
Diffstat (limited to 'doc/todo/a_navbar_based_on_page_properties.mdwn')
-rw-r--r--doc/todo/a_navbar_based_on_page_properties.mdwn7
1 files changed, 7 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 09be409ac..091e0a39b 100644
--- a/doc/todo/a_navbar_based_on_page_properties.mdwn
+++ b/doc/todo/a_navbar_based_on_page_properties.mdwn
@@ -38,4 +38,11 @@ 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]]
+
+> I've just written a plugin for a automatically created menu for use
+> [here](http://www.ff-egersdorf-wachendorf.de/). The source is at
+> [gitorious](http://gitorious.org/ikiwiki-plugins/automenu). The problem with
+> rebuilding remains unsolved but doesn't matter that much for me as I always
+> generate the web site myself, ie it's not really a wiki. --[[lnussel]]
+
[[!tag wishlist]]