Processors in BodyFaq.pm


BodyFaq 

Webber processor, version 0.7
This program must run inside Webber.

This processor composes a HTML page with a Table of Contents (TOC)
at the start of the page. The format of this table can be defined
by the Webber template. The table of contents can be multilevel.
Each of the entries of the TOC is an hyperlink referencing the
beginning of the text in the page.

The variables used by this processor are:
   #bodyfaq.pretoc: HTML code to put before the TOC
   #bodyfaq.postoc: HTML code to put after the TOC
   #bodyfaq.tocsty: HTML code for each of the entries in the TOC
   #bodyfaq.entrys: HTML code used to format each reference
   #bodyfaq.sep: Tag Separator for each entry
   #bodyfaq.place: Webber varible where the results will be placed, usually
     this will be wbbIn or wbbOut but also can be any other variable
For #bodyfaq.tocsty and #bodyfaq.entrys, the tokens VALUE and CODE are
replaced by the current number and reference in the TOC.

The default values are:
  #bodyfaq.pretoc : <h1><center>Indice de Contenidos</center></h1><hr><p><ul>
  #bodyfaq.postoc : </ul><p>
  #bodyfaq.tocsty : <li><a href = "#VALUE"> VALUE CODE </a></li>
  #bodyfaq.entrys : <h2><a name = "VALUE"> CODE </a></h2><p>
  #bodyfaq.sep    : TIT 
  #bodyfaq.place  : wbbOut