Frank Siegert
2006-05-16 12:27:24 UTC
For our purposes, I created a little patch for Dokuwiki, which allows you to
specify a default page to open, when somebody opens a namespace in the index
list. Furthermore, the patch displays the namespace titles in a nice way in
the index (capitalized words with spaces).
Together with the already existing option "useheading", these two changes make
the index a very nice navigation, especially when used in a template that
uses the index like a sidebar.
$conf['defaultindex'] = 'index';
$conf['useheading'] = 1;
Feel free to include the patch in Dokuwiki if you think it is useful (maybe
with an extra configuration option for the namespace-prettying).
Thanks for this nice code,
Frank
specify a default page to open, when somebody opens a namespace in the index
list. Furthermore, the patch displays the namespace titles in a nice way in
the index (capitalized words with spaces).
Together with the already existing option "useheading", these two changes make
the index a very nice navigation, especially when used in a template that
uses the index like a sidebar.
$conf['defaultindex'] = 'index';
$conf['useheading'] = 1;
Feel free to include the patch in Dokuwiki if you think it is useful (maybe
with an extra configuration option for the namespace-prettying).
Thanks for this nice code,
Frank