X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/74f983d7f0771425e1384ab08b3656f8000a1188..252804628d7297f756f8587d78a07a61fc00846e:/doc/plugins/contrib/navbar.mdwn diff --git a/doc/plugins/contrib/navbar.mdwn b/doc/plugins/contrib/navbar.mdwn index 8c473d631..9de66f787 100644 --- a/doc/plugins/contrib/navbar.mdwn +++ b/doc/plugins/contrib/navbar.mdwn @@ -1,12 +1,9 @@ -[[template id=plugin name=navbar author="[[TobiOetiker]]"]] -[[meta title="navbar (third-party plugin)"]] - +[[!template id=plugin name=navbar author="[[TobiOetiker]]"]] The Navbar Plugin renders a Navigation Bar into your page. It is based on code -from the sidebar plug in see -for details. +from the [[sidebar_plugin|plugins/sidebar]]. -The plug in looks for a page called "navbar" +The plugin looks for a page called "navbar" This page must contain a itemized list of the form @@ -33,6 +30,14 @@ Include this into your templates. To make a nice menu, some css magic is required, but since this is required to make ikiwiki look good anyway, I won't go into details here ... +See the navbar in action on + Tobi Oetiker 2006.12.30 -If you are interested in this, drop me a line tobi at oetiker dot ch \ No newline at end of file +If you are interested in this, drop me a line tobi at oetiker dot ch + + +In the meanwhile, I ([[MartinQuinson]]) have hacked this a bit to make it fit my needs. The result is [[here|http://www.loria.fr/~quinson/Hacking/ikiwiki/]] + +In the meanwhile I too have hacked this for my needs and fixed a few bugs in Martin's version. +The result (and source / instructions) can be found [[here|http://wiki.math.cmu.edu/iki/wiki/tips/20140720-ikiwiki-navbar.html]]. (It is not mobile ready yet, but might be soon...)