X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/4f9c5b51c146b0d87a975157d1e90ba316470326..942d94aba98ad4610ef258f17b073090bcd775f9:/lib/hcoop.dtl diff --git a/lib/hcoop.dtl b/lib/hcoop.dtl index 755949d..35997a6 100644 --- a/lib/hcoop.dtl +++ b/lib/hcoop.dtl @@ -6,6 +6,20 @@ extern type homedir_path; extern val home : homedir_path -> your_path; {{Shortcut to denote a subdirectory of your home directory}} +extern val homeS : no_spaces -> no_spaces; +{{Use this version when it doesn't matter if the output is a real filesystem + path.}} + val mailmanHcoop = mailmanWebHost "lists.hcoop.net"; {{Configure your domain to have its Mailman mailing lists served on the web at lists.hcoop.net.}} + +val deleuze_ip : (ip) = "69.90.123.67"; +val mire_ip : (ip) = "69.90.123.68"; +val krunk_ip : (ip) = "69.90.123.70"; +val outpost_ip : (ip) = "89.16.166.179"; +val fyodor_ip : (ip) = "64.20.38.170"; + +val simpleWeb = \host -> \docroot -> web host where + DocumentRoot = home docroot +with end;