2007-02-28: webgen 0.4.2 released! Bugs fixed and some feature added! More...
2007-01-12: webgen 0.4.1 released! Bug fix for running webgen on Windows and other small updates! More...
2007-01-05: webgen 0.4.0 released! Major update to the core and plugins and many new features added! More...
Plugin name: | Tag/Sitemap (Tag/Default) |
---|---|
Author: | Thomas Leitner <t_leitner@gmx.at> |
Summary: | Shows all page files of the website |
Parameters: | honorInMenu: true itemTag: "li" levelTag: "ul" |
Handled tags: | sitemap |
The SitemapTag is used to display a site map of the current website. There are two operation modi:
if the parameter honorInMenu is true
, then only those pages are shown in the
sitemap for which the inMenu
meta information is set. If it is false
, then all pages are
displayed. The tag also respects the orderInfo
meta information!
Caveat: Only page files are shown in the sitemap and from those not all, but only the ones in the language of the page file the sitemap tag is used in (i.e. the tag shows the sitemap for a specific language).
Usage | Output |
---|---|
{sitemap: } | |
{sitemap: {honorInMenu: false}} |