webgen logo

webgen / static website generator

static website generation made easy!

Latest news

2007-12-31: Minor release with feature enhancements. More...

2007-09-08: Small bug fix release. More...

2007-06-29: Some bug fixes and one small feature enhancement. More...

Links

Generated by webgen

General Information

Plugin name:Tag/Sitemap (Tag/Default)
Author:Thomas Leitner <t_leitner@gmx.at>
Summary:Shows all page files of the website
Parameters:

honorInMenutrue
Only pages for which the 'inMenu' meta information is set are shown in the sitemap if true

itemTag"li"
The tag used for hierarchy items.

levelTag"ul"
The tag used for creating a new hierarchy level.

Handled tags:sitemap

Description

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).

Examples

UsageOutput
{sitemap: }
{sitemap: {honorInMenu: false}}