X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/bcf547ec38a7ed4b80ac1b657b812d01a5b4ba6c..1817ed97ab708df9ab28125e04852809e8350473:/lib/mod_autoindex.dtl diff --git a/lib/mod_autoindex.dtl b/lib/mod_autoindex.dtl index fc7742e..3028fd3 100644 --- a/lib/mod_autoindex.dtl +++ b/lib/mod_autoindex.dtl @@ -5,6 +5,14 @@ extern val addDescription : string -> [no_spaces] -> [^Vhost]; {{See the Apache documentation for AddDescription.}} +extern val addIcon : location -> [no_spaces] -> [^Vhost]; +{{See the + Apache documentation for AddIcon.}} + +extern val indexIgnore : [no_spaces] -> [^Vhost]; +{{See the + Apache documentation for IndexIgnore.}} + extern type autoindex_width; {{A setting for how wide some column should be}} extern val autofit : autoindex_width;