From: Holger Schurig Date: Thu, 24 Jun 2010 08:21:27 +0000 (+0200) Subject: hierarchy.py: fixed wrong link, minor rewording X-Git-Url: https://oss.titaniummirror.com/gitweb?p=webber.git;a=commitdiff_plain;h=90a2bb05a30cba4e00c85a4a698a73bf492fd8f5 hierarchy.py: fixed wrong link, minor rewording --- diff --git a/in/plugins/hierarchy.md b/in/plugins/hierarchy.md index 15388b1..a7b6bf1 100644 --- a/in/plugins/hierarchy.md +++ b/in/plugins/hierarchy.md @@ -2,6 +2,7 @@ title: Generate hierarchy linktitle: hierarchy.py parent: Plugins ctime: 2009-06-26 +mtime: 2009-06-26 This is one of the more complex plugins, used to generate menus and breadcrumbs. For this, it reads certain keyword from the @@ -93,7 +94,7 @@ Here's a sample Mako template excerpt: = Generation of a side-menu = This again is done via a suitable [[template_mako]]. The -template uses the function "`get_sidemenu()`" and returns (level, +template uses the function "`get_sidemenu()`" which returns (level, part_of_path, is_current, title, link) tuples. Again all links are relative to the calling page. @@ -105,7 +106,8 @@ to the calling page. * "`title`" is the full title for the page * "`link`" is the relative URL to the page -Here's a sample Mako template excerpt that converts this into a HTML menu: +Here's a sample [[Mako template|template_mako]] excerpt that converts +this into a HTML menu: