You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2005/06/23 07:21:57 UTC

svn commit: r193076 - in /httpd/httpd/branches/2.0.x/docs/manual/mod: mod_mime.xml.ja mod_rewrite.html.en mod_rewrite.xml

Author: nd
Date: Wed Jun 22 22:21:53 2005
New Revision: 193076

URL: http://svn.apache.org/viewcvs?rev=193076&view=rev
Log:
* Rewritemaps use the ${map:key} notation
* `build all`

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_mime.xml.ja
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_rewrite.html.en
    httpd/httpd/branches/2.0.x/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_mime.xml.ja
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_mime.xml.ja?rev=193076&r1=193075&r2=193076&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_mime.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_mime.xml.ja [iso-2022-jp] Wed Jun 22 22:21:53 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 104971:151405 (outdated) -->
+<!-- English Revision: 104971:193033 (outdated) -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_rewrite.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_rewrite.html.en?rev=193076&r1=193075&r2=193076&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_rewrite.html.en (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_rewrite.html.en Wed Jun 22 22:21:53 2005
@@ -978,7 +978,7 @@
       <code class="directive">RewriteRule</code> as follows:</p>
 
       <div class="example"><p><code>
-      RewriteRule ^/ex/(.*) %{examplemap:$1}
+      RewriteRule ^/ex/(.*) ${examplemap:$1}
       </code></p></div>
 
       <p>The following combinations for <em>MapType</em> and

Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_rewrite.xml?rev=193076&r1=193075&r2=193076&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_rewrite.xml Wed Jun 22 22:21:53 2005
@@ -507,7 +507,7 @@
       <directive>RewriteRule</directive> as follows:</p>
 
       <example>
-      RewriteRule ^/ex/(.*) %{examplemap:$1}
+      RewriteRule ^/ex/(.*) ${examplemap:$1}
       </example>
 
       <p>The following combinations for <em>MapType</em> and



Re: svn commit: r193076 - in /httpd/httpd/branches/2.0.x/docs/manual/mod: mod_mime.xml.ja mod_rewrite.html.en mod_rewrite.xml

Posted by Rich Bowen <rb...@rcbowen.com>.
nd@apache.org wrote:
> Author: nd
> Date: Wed Jun 22 22:21:53 2005
> New Revision: 193076
> 
> URL: http://svn.apache.org/viewcvs?rev=193076&view=rev
> Log:
> * Rewritemaps use the ${map:key} notation

Oops. Sorry about that. Thanks for catching it.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org