hcoop: new server quag.hcoop.net
[hcoop/domtool2.git] / lib / mod_autoindex.dtl
index fc7742e..580ba70 100644 (file)
@@ -2,16 +2,24 @@
   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.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.2/mod/mod_autoindex.html#indexignore">the
+  Apache documentation</a> for <tt>IndexIgnore</tt>.}}
+
 extern type autoindex_width;
 {{A setting for how wide some column should be}}
 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;
@@ -44,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>.}}