You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2023/01/11 18:58:21 UTC

svn commit: r1906616 - in /httpd/httpd/branches/2.2.x/docs/manual/rewrite: intro.html.en intro.html.fr intro.xml.fr intro.xml.meta

Author: rbowen
Date: Wed Jan 11 18:58:21 2023
New Revision: 1906616

URL: http://svn.apache.org/viewvc?rev=1906616&view=rev
Log:
rebuild doc

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.html.en
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.html.fr
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml.fr
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml.meta

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.html.en?rev=1906616&r1=1906615&r2=1906616&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.html.en Wed Jan 11 18:58:21 2023
@@ -191,7 +191,7 @@ value.
 <p>The <var>Substitution</var> can itself be one of three things:</p>
 
 <dl>
-<dt>A full filesystem path to a resource</dt>
+<dt>1. A full filesystem path to a resource</dt>
 <dd>
 <div class="example"><p><code>
 RewriteRule ^/games.* /usr/local/games/web
@@ -200,7 +200,7 @@ RewriteRule ^/games.* /usr/local/games/w
 like the <code class="directive"><a href="../mod/mod_alias.html#alias">Alias</a></code> directive.</p>
 </dd>
 
-<dt>A web-path to a resource</dt>
+<dt>2. A web-path to a resource</dt>
 <dd>
 <div class="example"><p><code>
 RewriteRule ^/foo$ /bar
@@ -211,7 +211,7 @@ map requests for <code>http://example.co
 path <code>/usr/local/apache2/htdocs/bar</code>.</p>
 </dd>
 
-<dt>An absolute URL</dt>
+<dt>3. An absolute URL</dt>
 <dd>
 <div class="example"><p><code>
 RewriteRule ^/product/view$ http://site2.example.com/seeproduct.html [R]
@@ -220,6 +220,8 @@ RewriteRule ^/product/view$ http://site2
 </dd>
 </dl>
 
+<div class="warning">Note that <strong>1</strong> and <strong>2</strong> have exactly the same syntax. The difference between them is that in the case of <strong>1</strong>, the top level of the target path (i.e., <code>/usr/</code>) exists on the filesystem, where as in the case of <strong>2</strong>, it does not. (i.e., there's no <code>/bar/</code> as a root-level directory in the filesystem.)</div>
+
 <p>The <var>Substitution</var> can also
 contain <em>back-references</em> to parts of the incoming URL-path
 matched by the <var>Pattern</var>. Consider the following:</p>

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.html.fr?rev=1906616&r1=1906615&r2=1906616&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.html.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.html.fr Wed Jan 11 18:58:21 2023
@@ -33,6 +33,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/rewrite/intro.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/rewrite/intro.html" title="Fran&#231;ais">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut &#234;tre p&#233;rim&#233;e. V&#233;rifiez la version
+            anglaise pour les changements r&#233;cents.</div>
 
 <p>Ce document est un compl&#233;ment &#224; la <a href="../mod/mod_rewrite.html">documentation de r&#233;f&#233;rence</a> du module
 <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>. Il d&#233;crit les concepts de base dont la

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml.fr?rev=1906616&r1=1906615&r2=1906616&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml.fr [utf-8] Wed Jan 11 18:58:21 2023
@@ -1,7 +1,7 @@
 <?xml version="1.0" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1365932 -->
+<!-- English Revision: 1365932:1906615 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml.meta?rev=1906616&r1=1906615&r2=1906616&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml.meta (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml.meta Wed Jan 11 18:58:21 2023
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>