]> granicus.if.org Git - apache/commitdiff
rebuild various mod_sed files.
authorRich Bowen <rbowen@apache.org>
Fri, 9 Mar 2012 19:59:16 +0000 (19:59 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 9 Mar 2012 19:59:16 +0000 (19:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1299014 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_sed.html.en
docs/manual/mod/mod_sed.html.fr
docs/manual/mod/mod_sed.xml.fr
docs/manual/mod/mod_sed.xml.meta

index 55a648a68d4a5c998aa30be1ec7c60ac0a53c103..03a60d99f98b45b9c1fe3b09b142f206e6171046 100644 (file)
@@ -34,7 +34,7 @@
 <p>
 <code class="module"><a href="../mod/mod_sed.html">mod_sed</a></code> is an in-process content filter. The <code class="module"><a href="../mod/mod_sed.html">mod_sed</a></code> filter implements the <code>sed</code> editing
 commands implemented by the Solaris 10 <code>sed</code>
-program as described in the <a href="http://docs.sun.com/app/docs/doc/816-5165/sed-1b?a=view">manual
+program as described in the <a href="http://www.gnu.org/software/sed/manual/sed.txt">manual
 page</a>. However, unlike <code>sed</code>, <code class="module"><a href="../mod/mod_sed.html">mod_sed</a></code> doesn't take data from
 standard
 input. Instead, the filter acts on the entity data sent between client and
@@ -55,7 +55,7 @@ Both the input and output filters only process the data if newline characters ar
 </p>
 
 <p>A tutorial article on <code class="module"><a href="../mod/mod_sed.html">mod_sed</a></code>, and why it is more powerful than simple
-string or regular expression search and replace, is available <a href="http://blogs.sun.com/basant/entry/using_mod_sed_to_filter">on
+string or regular expression search and replace, is available <a href="https://blogs.oracle.com/basant/entry/using_mod_sed_to_filter">on
 the author's blog</a>.</p>
 
 </div>
index fee5f31e33bd034defbb112dd0a826973cd0ece7..0096f4ab5242e0dc8e791089f3b28905561fa0b2 100644 (file)
@@ -24,6 +24,8 @@
 <p><span>Langues Disponibles: </span><a href="../en/mod/mod_sed.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/mod/mod_sed.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>Filtre les contenus en entrée (requêtes) et en sortie
 (réponses) en utilisant la syntaxe de <code>sed</code></td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td /></tr>
index a07a9b866c4283095574921a2253265676c2b819..9baf667037b7eb9aa6335266124e6e30498788cd 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 734331 -->
+<!-- English Revision: 734331:1299013 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index be8c22239c765e0c3571a169a6f8663cdacaa111..41bf4ca899b8c31acdabaf450feddb4b33737c1f 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>