Merge branch 'dbms-in-slave'
[hcoop/domtool2.git] / configDefault / autodoc.cfg
1 structure Autodoc :> AUTODOC_CONFIG = struct
2
3 val 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
8 val htmlFooter = "</div>"
9
10 val stylesheet = "http://hcoop.net/hcoop.css"
11
12 end