HTML files that are generated by PSPP consist of two parts: a prologue and a body. The prologue is a collection of boilerplate. Only the body differs greatly between two outputs. You can tune the colors and other attributes of the output by editing the prologue.
The prologue is dumped into the output stream essentially unmodified. However, two actions are performed on its lines. First, certain lines may be omitted as specified in the prologue file itself. Second, variables are substituted.
The following lines are omitted:
!!!
).
!title
, if no title is set for the output. If
a title is set, then the characters !title
are removed before the
line is output.
!subtitle
, if no subtitle is set for the
output. If a subtitle is set, then the characters !subtitle
are
removed before the line is output.
The following are the variables that are substituted. Only the variables listed are substituted; environment variables are not. See Environment substitutions.
generator
date
user
LOGNAME
or, if that fails, the result of the
C library function getlogin()
. Defaults to nobody.
host
gethostname()
. Defaults to
nowhere.
title
subtitle
source-file