lib/moin: update for 1.9.9, fix config order
[hcoop/domtool2.git] / lib / mod_dav.dtl
index a3ff747..ca661f8 100644 (file)
@@ -1,8 +1,5 @@
-{{Support for Apache's mod_dav, which we use primarily for Subversion access}}
+{{Apache mod_dav}}
 
-extern val davSvn : your_path -> [Location];
-{{Enable DAV-based serving of your Subversion repository rooted at the given
-  path.}}
-
-extern val authzSvnAccessFile : your_path -> [Location];
-{{Choose a file to use for Subversion access control.}}
+extern val davFilesystem : [Location];
+{{See <a href="http://httpd.apache.org/docs/2.2/Mod/mod_dav.html#dav">the
+Apache documentation</a>.}}