The <synopsis>
tag
<synopsis>
defines meta-information about the content of the
page, such as its name, its description and keywords, and whether the page
should be generated (compiled to a HTML page) or not. That last option is
usefull for settings file that are only there to be included.
For each directory entry, Corbon searches for an index.xml file. It includes the name and description in the generated XHTML.
Attributes
- name: name of the page
- description: description of the page
- keywords: keywords of the page, seperated by commas
- generate: generate this page ("true") or not ("false"). Defaults to true.
Example
A synopsis line might look like this:
<synopis name="Orchid" description="Pictures of this stunning flower"
keywords="flowers,orchid" generate="true"/>
When using a <directory>
,
we get this:
Orchid: Pictures of this stunning flower