Backing up Webalizer output
[hcoop/zz_old/domtool2-proto.git] / configDefault / autodoc.cfg
CommitLineData
91c5a390 1structure Autodoc :> AUTODOC_CONFIG = struct
2
3val htmlHeader = fn title =>
d34f6639 4 String.concat ["<div class=\"main\">\n<div class=\"title\">\n<img class=\"globe\" src=\"http://hcoop.net/globe.gif\" />\n<h1>",
91c5a390 5 title,
d34f6639 6 "</h1>\n</div>"]
7
8val htmlFooter = "</div>"
91c5a390 9
d34f6639 10val stylesheet = "http://hcoop.net/hcoop.css"
91c5a390 11
12end