Next: , Previous: ASCII driver class, Up: Configuration


A.8 The HTML driver class

The html driver class is used to produce output for viewing in tables-capable web browsers such as Emacs' w3-mode. Its configuration is very simple. Currently, the output has a very plain format. In the future, further work may be done on improving the output appearance.

There are only a few options:

output-file=file-name
File to which output should be sent. This can be an ordinary file name (i.e., "pspp.ps"), a pipe (i.e., "|lpr"), or stdout ("-"). Default: "pspp.html".
chart-files=file-name-template
Template for the file names used for charts, which are output in PNG format. The name should contain a single ‘#’, which is replaced by the chart number. Default: "pspp-#.png".