domtool-config: dump nodes, site domain, and certificate paths
[hcoop/domtool2.git] / lib / mod_autoindex.dtl
index 3028fd3..580ba70 100644 (file)
@@ -2,15 +2,15 @@
   index pages}}
 
 extern val addDescription : string -> [no_spaces] -> [^Vhost];
-{{See <a href="http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html#adddescription">the
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#adddescription">the
   Apache documentation</a> for <tt>AddDescription</tt>.}}
 
 extern val addIcon : location -> [no_spaces] -> [^Vhost];
-{{See <a href="http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html#addicon">the
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#addicon">the
   Apache documentation</a> for <tt>AddIcon</tt>.}}
 
 extern val indexIgnore : [no_spaces] -> [^Vhost];
-{{See <a href="http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html#indexignore">the
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#indexignore">the
   Apache documentation</a> for <tt>IndexIgnore</tt>.}}
 
 extern type autoindex_width;
@@ -19,7 +19,7 @@ extern val autofit : autoindex_width;
 extern val characters : int -> autoindex_width;
 
 extern type autoindex_option;
-{{See <a href="http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html#indexoptions">the
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#indexoptions">the
   Apache documentation</a> for what the options mean.}}
 
 extern val descriptionWidth : autoindex_width -> autoindex_option;
@@ -52,9 +52,9 @@ extern val unset_indexOptions : [autoindex_option] -> [^Vhost];
 {{Specify some options to be set or unset, leaving the rest as they are.}}
 
 extern val headerName : no_spaces -> [^Vhost];
-{{See <a href="http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html#headername">the
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#headername">the
   Apache documentation</a>.}}
 
 extern val readmeName : no_spaces -> [^Vhost];
-{{See <a href="http://httpd.apache.org/docs/2.0/mod/mod_autoindex.html#readmename">the
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#readmename">the
   Apache documentation</a>.}}