Variable |
Default |
Description |
@DEFAULT_HEAD=hname@
|
head
|
Sets the default header without the template extension and directory.
|
@DEFAULT_TAIL=tname@
|
tail
|
Set the default footer without the template extension and directory.
|
@DEFAULT_TMPLPATH=path1:...:pathn@
|
templates
|
Sets the templates directories separated by ':'.
|
@DEFAULT_OUTPUTDIR=odir@
|
..
|
Sets the output directory, if you want to use the same
directory for .raw and .html files sets 'DEFAULT_OUTPUTDIR=.'.
|
@DEFAULT_EXTENSION=ext@
|
html
|
Sets the extension for the output files , the dot is added internally by
WPP.
|
@DEFAULT_RAW_EXTENSION=ext@
|
raw
|
Sets the extension for the input files, the dot is added internally by WPP.
|
@DEFAULT_TMPL_EXTENSION=ext@
|
tmpl
|
Sets the extension for the template files, the dot is added internally by
WPP.
|