Full regeneration
[hcoop/domtool2.git] / tests / testApache.dtl
index eee8980..293a21d 100644 (file)
@@ -72,4 +72,22 @@ domain "hcoop.net" with
                        satisfyAny
                end
        end;
                        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
 end