WebMake Documentation (version 1.1)

The <contenttable> Tag

Quite often, it's handy to define small (one-line) content items quickly, in bulk, directly inside the WMK file itself. The <contenttable> tag provides a good way to do this.

Firstly, pick a delimiter character, such as |. Set the delimiter attribute to this character.

Next, list a table of content names and their values, separated by a delimiter character, one name-value-pair per line.

Note: if you would prefer to load the content items from a separate file, the <contents> tag is better suited.

Example


  <contenttable delimiter="|">
  index.title|The index
  similar.title|Similar Projects
  administrivia.title|Administrivia
  reviews.title|Reviews
  </contenttable>

WebMake Documentation (version 1.1)