domtool-addcert: use domtool-config, support non-afs cert/key dirs
[hcoop/domtool2.git] / tests / testApache.dtl
index 3987492..293a21d 100644 (file)
@@ -77,6 +77,17 @@ domain "hcoop.net" with
                location "/" with
                        davSvn "/home/adamc/svn";
                        authzSvnAccessFile "/home/adamc/svn/acl";
-               end
+               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