From: André Malo Date: Sat, 23 Jul 2005 21:00:29 +0000 (+0000) Subject: add xslt script for generating the directive -> url mapping X-Git-Tag: 2.1.7~5^2~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d95c20e4cfae708a9f64835a51e6356052a798cb;p=apache add xslt script for generating the directive -> url mapping git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@224537 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/xsl/convmap.xsl b/docs/manual/style/xsl/convmap.xsl new file mode 100644 index 0000000000..4980c6962c --- /dev/null +++ b/docs/manual/style/xsl/convmap.xsl @@ -0,0 +1,71 @@ + + + + + +]> + + + + + + + + + + + + + +# Mapping from directive names to URLs&lf; +# GENERATED FROM XML -- DO NOT EDIT&lf; +# You may use it as follows:&lf; +# RewriteEngine On&lf; +# RewriteMap dir2url +txt:/path/to/convenience.map&lf; +# RewriteCond ${dir2url:$1} (.+)&lf; +# RewriteRule ^/+([^/]+) /manual/%1 [R=301,NE,L]&lf;&lf; + + + + + + + + + + + + + + + mod/ + + .html# + + &lf; + + + + +