Some more mod_autoindex directives
[hcoop/domtool2.git] / lib / mod_autoindex.dtl
index fc7742e..3028fd3 100644 (file)
@@ -5,6 +5,14 @@ extern val addDescription : string -> [no_spaces] -> [^Vhost];
 {{See <a href="http://httpd.apache.org/docs/2.0/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
+  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
+  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;