From: Clinton Ebadi Date: Mon, 22 Jul 2013 23:24:02 +0000 (-0400) Subject: Remove moinMoinOld directive X-Git-Tag: release_20130722 X-Git-Url: http://git.hcoop.net/jyaworski/domtool2.git/commitdiff_plain/660f5874aa860c9cb2bf4c3022aca4d971ae815c Remove moinMoinOld directive --- diff --git a/lib/web_apps.dtl b/lib/web_apps.dtl index 39990d4..5f783c8 100644 --- a/lib/web_apps.dtl +++ b/lib/web_apps.dtl @@ -53,13 +53,4 @@ val addMoinMoinOld = begin alias htdocs "/usr/share/moin/htdocs"; scriptAlias prefix (end_in_slash script) end; -{{Add a MoinMoin wiki to a vhost.}} - -val moinMoinOld = \ host : (host) -> - webAt "mire" host with - addMoinMoinOld where - Htdocs = "/moin"; - Prefix = "/" - end - end; -{{Create a new vhost with just a MoinMoin wiki.}} \ No newline at end of file +{{Add a MoinMoin wiki to a vhost.}} \ No newline at end of file