Hide .svn and .git dirs on wordpress sites
[hcoop/domtool2.git] / lib / mod_mime.dtl
1 {{Support for Apache's mod_mime}}
2
3 extern val addType : no_spaces -> no_spaces -> [^Vhost];
4 {{See <a href="http://httpd.apache.org/docs/2.0/mod/mod_mime.html#addtype">the
5 Apache documentation</a>.}}
6
7 extern type filter;
8 extern val includes : filter;
9 extern val deflate : filter;
10 extern val addOutputFilter : [filter] -> [no_spaces] -> [^Vhost];
11 {{See <a href="http://httpd.apache.org/docs/2.0/mod/mod_mime.html#addoutputfilter">the
12 Apache documentation</a>.}}