summaryrefslogtreecommitdiff
path: root/info/timeandplace.mdwn
AgeCommit message (Expand)Author
2010-10-18Use tag (not glob) to inline info pages.Jonas Smedegaard
2010-10-18Strip voicemail as contact form.Jonas Smedegaard
2010-10-18Update remark on current "office".Jonas Smedegaard
2010-10-18Add page: timeandplace.Jonas Smedegaard
t;navbar" id="navbar_main"> <li><a href="../B">B</a></li> <li><a href="../A">A</a> <ol> <li class="current">Something else</li> <li><a href="D">D</a></li> </ol> </li> </ol>

B would sort before A because it has a higher priority, but C would sort before D because their priorities are equal. The overridden title is not used for sorting.

Also, the code automatically deduces that C and D are second-level under A.

I don't think this is hard to code up and it's what I've been using with 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]]

I've just written a plugin for a automatically created menu for use here. The source is at gitorious. 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]]