From d95c20e4cfae708a9f64835a51e6356052a798cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sat, 23 Jul 2005 21:00:29 +0000 Subject: [PATCH] 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 --- docs/manual/style/xsl/convmap.xsl | 71 +++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 docs/manual/style/xsl/convmap.xsl 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; + + + + + -- 2.50.1