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