Webgen (tm) Meta Index templates work just like Index Templates with a few differences. The records containing information about the registered index pages are held in the list named "indexList" instead of the variable "leafList".
A meta index might want to call the promote function to alter the natural ordering of the index layout. The following fragement illustrates such a reordering:
promote indexList {
{"Star Wars" 1}
{"Indiana Jones" 2}
{"Monkey Island" 3}
}
The promote function should be called before the TCL lsort command on
the indexList in question.