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 2017/12/14 19:41:31 UTC

svn commit: r1818204 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_substitute.html.en mod_substitute.html.fr mod_substitute.xml.fr mod_substitute.xml.meta

Author: rbowen
Date: Thu Dec 14 19:41:30 2017
New Revision: 1818204

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

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.html.en
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml.meta

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.html.en?rev=1818204&r1=1818203&r2=1818204&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.html.en Thu Dec 14 19:41:30 2017
@@ -109,7 +109,7 @@
     <div class="example"><h3>Example of using backreferences and captures</h3><pre class="prettyprint lang-config">&lt;Location "/"&gt;
     AddOutputFilterByType SUBSTITUTE text/html
     # "foo=k,bar=k" -&gt; "foo/bar=k"
-    Substitute "s|foo=(\w+),bar=\1|foo/bar=$1"
+    Substitute "s|foo=(\w+),bar=\1|foo/bar=$1|"
 &lt;/Location&gt;</pre>
 </div>
 
@@ -122,7 +122,7 @@
     <p>In this case, <code>mod_substitute</code> can be used to rewrite
     those URLs into something that will work from the front end:</p>
 
-    <div class="example"><h3>Rewriting URLs embedded in proxied content</h3><pre class="prettyprint lang-config">ProxyPass        "/blog/" "http://internal.blog.example.com"
+    <div class="example"><h3>Rewriting URLs embedded in proxied content</h3><pre class="prettyprint lang-config">ProxyPass        "/blog/" "http://internal.blog.example.com/"
 ProxyPassReverse "/blog/" "http://internal.blog.example.com/"
 
 Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i"</pre>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.html.fr?rev=1818204&r1=1818203&r2=1818204&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.html.fr Thu Dec 14 19:41:30 2017
@@ -29,6 +29,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_substitute.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_substitute.html" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Effectue des opérations de recherche/remplacement sur les
 corps de réponses</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml.fr?rev=1818204&r1=1818203&r2=1818204&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml.fr [utf-8] Thu Dec 14 19:41:30 2017
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1815482 -->
+<!-- English Revision: 1815482:1818200 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml.meta?rev=1818204&r1=1818203&r2=1818204&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_substitute.xml.meta Thu Dec 14 19:41:30 2017
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>