]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Batch up all xml -> html conversions.
authorRich Bowen <rbowen@apache.org>
Tue, 14 Apr 2026 19:34:16 +0000 (19:34 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 14 Apr 2026 19:34:16 +0000 (19:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933065 13f79535-47bb-0310-9956-ffa450edef68

16 files changed:
docs/manual/rewrite/access.html.en.utf8
docs/manual/rewrite/access.html.fr.utf8
docs/manual/rewrite/access.xml.fr
docs/manual/rewrite/access.xml.meta
docs/manual/rewrite/avoid.html.en.utf8
docs/manual/rewrite/avoid.html.fr.utf8
docs/manual/rewrite/avoid.xml.fr
docs/manual/rewrite/avoid.xml.meta
docs/manual/rewrite/flags.html.en.utf8
docs/manual/rewrite/flags.xml.fr
docs/manual/rewrite/index.html.en.utf8
docs/manual/rewrite/index.html.fr.utf8
docs/manual/rewrite/index.xml.fr
docs/manual/rewrite/index.xml.meta
docs/manual/rewrite/index.xml.tr
docs/manual/rewrite/index.xml.zh-cn

index 3903fb8c05a6ec7a4e91e357bd77f9d8053cfb85..df1bf7aeb4e14825f3ebbb0bdbdbf8a6a71c26d8 100644 (file)
@@ -32,7 +32,7 @@
 <a href="../mod/mod_rewrite.html">reference documentation</a>. It describes
 how you can use <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> to control access to
 various resources, and other related techniques.
-This includes many examples of common uses of mod_rewrite,
+This includes many examples of common uses of <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>,
 including detailed descriptions of how each works.</p>
 
 <div class="warning">Note that many of these examples won't work unchanged in your
@@ -113,7 +113,7 @@ RewriteRule "\.(gif|jpg|png)$" "http://other.example.com/image.gif"  [R,NC]</pre
         <dd>
         <p>If all you wish to do is deny access to the resource, rather
         than redirecting that request elsewhere, this can be
-        accomplished without the use of mod_rewrite:</p>
+        accomplished without the use of <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>:</p>
 
         <pre class="prettyprint lang-config">SetEnvIf Referer example\.com localreferer
 &lt;FilesMatch "\.(jpg|png|gif)$"&gt;
@@ -144,7 +144,7 @@ RewriteRule "\.(gif|jpg|png)$" "http://other.example.com/image.gif"  [R,NC]</pre
         </p>
 
         <p>Note that there are methods of accomplishing this which do
-        not use mod_rewrite. Note also that any technique that relies on
+        not use <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>. Note also that any technique that relies on
         the clients <code>USER_AGENT</code> string can be circumvented
         very easily, since that string can be changed.</p>
         </dd>
@@ -172,7 +172,7 @@ RewriteRule "^/secret/files/"      "-"                   [F]</pre>
 
       <dd>
       <p>
-        Rather than using mod_rewrite for this, you can accomplish the
+        Rather than using <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> for this, you can accomplish the
         same end using alternate means, as illustrated here:
       </p>
       <pre class="prettyprint lang-config">SetEnvIfNoCase User-Agent ^NameOfBadRobot goaway
index 9787dd8ec30356820f68c746ca9ef7c1a7884484..34af9ad14f8d6969ff5c9ba6e9fa0bfc4ec001d9 100644 (file)
@@ -26,6 +26,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/rewrite/access.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/rewrite/access.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>
 
 
 <p>Ce document est un complément à la <a href="../mod/mod_rewrite.html">documentation de référence</a> de
index 9a1dec9620aa37fda43b3968e99baca4eee08320..adefa26176257a9d5012e5af382b9b321c88fe36 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1878547 -->
+<!-- English Revision: 1878547:1933060 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index cda0183580c79b171a88d0c317a617d973ae87f4..8ffc1d8a497a994f77c4d8441c8d5befcf61d26c 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>
index bd626e17cacc9c548693a831fa311b7c9b9e8680..ae5ebc4aa2722e45eb01fc75355a4da491711d8e 100644 (file)
@@ -147,7 +147,7 @@ server.</p>
 <div class="section">
 <h2><a name="vhosts" id="vhosts">Virtual Hosting</a> <a title="Permanent link" href="#vhosts" class="permalink">&para;</a></h2>
 <p>Although it is possible to handle <a href="vhosts.html">virtual hosts
-with mod_rewrite</a>, it is seldom the right way. Creating individual
+with <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code></a>, it is seldom the right way. Creating individual
 <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code> blocks is
 almost always the right way to go. In the
 event that you have an enormous number of virtual hosts, consider using
index 15954368f439f4db84e53224e8856cf1880dcc6d..fb244eebaaf1e0ae5e257f86a294a13b9500eabb 100644 (file)
@@ -26,6 +26,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/rewrite/avoid.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/rewrite/avoid.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>
 
 
 <p>Ce document est un complément à la <a href="../mod/mod_rewrite.html">Documentation de référence</a> de
index b146a2a8b0bf062faf9698558db73e54b3131dc7..6064035c82e4672e26188f9f8aac0806c92c9643 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1872293 -->
+<!-- English Revision: 1872293:1933060 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 9d51904e7ba4e9ebe97a0d41df9da5f173c74222..405691d6afdac15a8a350f21394095642d2e90a5 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>
index 6f9cd330a5df0ba193f0b364be6eef64404ad256..4fd4a627538a12a49486e9fe2d61f82fa6d331fa 100644 (file)
@@ -91,7 +91,7 @@ of how you might use them.</p>
 <p>The [B] flag instructs <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> to escape non-alphanumeric
 characters before applying the transformation.</p>
 
-<p><code>mod_rewrite</code> has to unescape URLs before mapping them,
+<p><code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> has to unescape URLs before mapping them,
 so backreferences are unescaped at the time they are applied.
 Using the B flag, non-alphanumeric characters in backreferences
 will be escaped. For example, consider the rule:</p>
@@ -266,7 +266,7 @@ RewriteRule   "^/index\.html"   "-" [CO=frontdoor:yes:.example.com:1440:/]</pre>
 
 
 <p>In the example give, the rule doesn't rewrite the request.
-The "-" rewrite target tells mod_rewrite to pass the request
+The "-" rewrite target tells <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> to pass the request
 through unchanged. Instead, it sets a cookie
 called 'frontdoor' to a value of 'yes'. The cookie is valid for any host
 in the <code>.example.com</code> domain. It is set to expire in 1440
@@ -283,12 +283,12 @@ compares against is the concatenation of the current values of the URI
 and PATH_INFO.</p>
 
 <p>The current URI can be the initial URI as requested by the client, the
-result of a previous round of mod_rewrite processing, or the result of
-a prior rule in the current round of mod_rewrite processing.</p>
+result of a previous round of <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> processing, or the result of
+a prior rule in the current round of <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> processing.</p>
 
 <p>In contrast, the PATH_INFO that is appended to the URI before each
 rule reflects only the value of PATH_INFO before this round of
-mod_rewrite processing. As a consequence, if large portions
+<code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> processing. As a consequence, if large portions
 of the URI are matched and copied into a substitution in multiple
 <code class="directive">RewriteRule</code> directives, without regard for
 which parts of the URI came from the current PATH_INFO, the final
@@ -297,8 +297,8 @@ URI may have multiple copies of PATH_INFO appended to it.</p>
 <p>Use this flag on any substitution where the PATH_INFO that resulted
 from the previous mapping of this request to the filesystem is not of
 interest.  This flag permanently forgets the PATH_INFO established
-before this round of mod_rewrite processing began. PATH_INFO will
-not be recalculated until the current round of mod_rewrite processing
+before this round of <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> processing began. PATH_INFO will
+not be recalculated until the current round of <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> processing
 completes.  Subsequent rules during this round of processing will see
 only the direct result of substitutions, without any PATH_INFO
 appended.</p>
@@ -838,11 +838,11 @@ invariably be a less efficient solution than the alternatives.</p>
 
 <p>
 If used in per-directory context, use only <code>-</code> (dash)
-as the substitution <em>for the entire round of mod_rewrite processing</em>,
+as the substitution <em>for the entire round of <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> processing</em>,
 otherwise the MIME-type set with this flag is lost due to an internal
-re-processing (including subsequent rounds of mod_rewrite processing).
+re-processing (including subsequent rounds of <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> processing).
 The <code>L</code> flag can be useful in this context to end the
-<em>current</em> round of mod_rewrite processing.</p>
+<em>current</em> round of <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> processing.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="flag_unsafe_allow_3f" id="flag_unsafe_allow_3f">UnsafeAllow3F</a> <a title="Permanent link" href="#flag_unsafe_allow_3f" class="permalink">&para;</a></h2>
index 47e4e77763bca4fcd3fa4f337babfb29acfbddec..409a7ac7ce467ef87ba97df274d6e990373c0bca 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1932362:1932831 (outdated) -->
+<!-- English Revision: 1932362:1933062 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 91f662cce035755ed8473dac6b91e355a7b18f9a..ead90bd84de996b794338e1aec3b722831fd931f 100644 (file)
       passthrough, depending on what <a href="flags.html">flags</a> you
       attach to the rules.</p>
 
-      <p>Since mod_rewrite is so powerful, it can indeed be rather
+      <p>Since <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> is so powerful, it can indeed be rather
       complex. This document supplements the <a href="../mod/mod_rewrite.html">reference documentation</a>, and
       attempts to allay some of that complexity, and provide highly
       annotated examples of common scenarios that you may handle with
-      mod_rewrite. But we also attempt to show you when you should not
-      use mod_rewrite, and use other standard Apache features instead,
+      <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>. But we also attempt to show you when you should not
+      use <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>, and use other standard Apache features instead,
       thus avoiding this unnecessary complexity.</p>
 
 
index aa577a37dfeeaaf62a25c2dcc20931966e3f6370..2dd99791622013b7e66a5217c0e60a9b7582d219 100644 (file)
@@ -28,6 +28,8 @@
 <a href="../tr/rewrite/" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a> |
 <a href="../zh-cn/rewrite/" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&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>
 
 
        <p><code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> permet de modifier les requêtes
index 20e8a59d239d051d33a16e715354fbc0d1d7fea8..9b3c045bbf27d066be0188eff5eef15a1b768920 100644 (file)
@@ -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: 1719571 -->
+<!-- English Revision: 1719571:1933060 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 25046eafe9eadc6ffc0a8f5972183a2cfa1713b3..96567025f086a6a208ce625d2f5661389b6349c8 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">tr</variant>
     <variant outdated="yes">zh-cn</variant>
   </variants>
index 7aa0a9abc837ae64d818ee862b710f3af6a1b54d..c63e6cf8e6830a4f4de966479e78fc900dd32a04 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1174747:1719571 (outdated) -->
+<!-- English Revision: 1174747:1933060 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index bac442f4a6968f783a5f140597ddabd2b5c0cbca..3ad6ee301dab2a22f9b5c6f58070a54c99de37b2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.zh-cn.xsl"?>
-<!-- English Revision: 1028730:1719571 (outdated) -->
+<!-- English Revision: 1028730:1933060 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more