Webgen (tm) template Directory
The template directory contains TCL source files called templates.
Each template generates a particular kind of target page in the
pages directory.
There are three different kinds of templates:
- Leaf Templates
- Leaf templates, which are used to create a page for each
record of the database. By convention, leaf
templates have plain names like "Announcement".
- Index Templates
- Index templates are used to index the leaf pages.
By convention, Index templates begin with name "Index",
like "IndexAnnouncement"
- Meta Index Templates
- Meta Index templates are used to index index pages.
By convention Meta Index templates begin with the name
"TopIndex" like "TopIndexAnnoucement".
ksedgwic@bonsai.com