X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/c98b57cf26f5174f128602281eac7c496d254011..792c84b966ae1ce7df9bc8c1837e5b9bb859c4a2:/tests/testApache.dtl diff --git a/tests/testApache.dtl b/tests/testApache.dtl index eee8980..293a21d 100644 --- a/tests/testApache.dtl +++ b/tests/testApache.dtl @@ -72,4 +72,22 @@ domain "hcoop.net" with satisfyAny end end; + + vhost "svn" with + location "/" with + davSvn "/home/adamc/svn"; + authzSvnAccessFile "/home/adamc/svn/acl"; + end; + + addDescription "nada" []; + addDescription "Ultimate \"Awesome\" file" ["awesome.txt"]; + addDescription "Runners up" ["prettyNeat.txt", "somewhatFunky.odp"]; + + indexOptions [iconsAreLinks, scanHtmlTitles, iconWidth 45]; + set_indexOptions [descriptionWidth autofit, nameWidth (characters 13)]; + unset_indexOptions [iconHeight 32, fancyIndexing]; + + headerName "header.html"; + readmeName "readme.txt" + end; end