cvsimport
[hcoop/zz_old/domtool2-proto.git] / lib / hcoop.dtl
CommitLineData
ef2bcbb5 1{{HCoop-specific stuff}}
2
93fc7dd7 3extern type homedir_path;
4{{Some relative subdirectory of your home directory}}
5
6extern val home : homedir_path -> your_path;
ef2bcbb5 7{{Shortcut to denote a subdirectory of your home directory}}
8
1302b051 9extern val homeS : no_spaces -> no_spaces;
10{{Use this version when it doesn't matter if the output is a real filesystem
11 path.}}
12
176c3d29 13val mailmanHcoop = mailmanWebHost "lists.hcoop.net";
14{{Configure your domain to have its Mailman mailing lists served on the web at
15 lists.hcoop.net.}}