You are using a browser which doesn't fully support Cascading Style Sheets. This site will look much better in a browser that supports web standards, but its content is accessible to any browser or Internet device.
More formats
PerlPoint has no fix output format. Instead, one can choose from various possibilities (and can add own formats if necessary).
For example one could like to produce slides for the S5 system by Eric Meyer. To do so, modify the
perlpoint
call to use the S5 style from
PerlPoint::styles
:
perlpoint -target XML -format XHTML -doctitle "Office Coffee" -styledir $PPDSPATH -style S5 -targetdir s5slides coffee.pp
After running this script and adding an
ui
directory with S5 layout files according to the definition of S5 (example directories to be found on S5 pages), you get something like
this (the example uses an original layout by Eric Meyer -
attention: the result crashes IE7 for unknown reasons - in other browsers, press F11 after loading to see the presentation layout).