]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fr doc rebuild.
authorLucien Gentis <lgentis@apache.org>
Sat, 20 Mar 2021 13:31:18 +0000 (13:31 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 20 Mar 2021 13:31:18 +0000 (13:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1887850 13f79535-47bb-0310-9956-ffa450edef68

16 files changed:
docs/manual/filter.html.fr.utf8
docs/manual/filter.xml.es
docs/manual/filter.xml.ja
docs/manual/filter.xml.ko
docs/manual/filter.xml.meta
docs/manual/filter.xml.tr
docs/manual/howto/auth.html.fr.utf8
docs/manual/howto/auth.xml.es
docs/manual/howto/auth.xml.ja
docs/manual/howto/auth.xml.ko
docs/manual/howto/auth.xml.meta
docs/manual/howto/auth.xml.tr
docs/manual/misc/security_tips.html.fr.utf8
docs/manual/misc/security_tips.xml.es
docs/manual/misc/security_tips.xml.ko
docs/manual/misc/security_tips.xml.tr

index ded99bfc52565751f0b61b2f97c703b75c21c94b..455f1d051c0976d074b5b0fdf3171a138d0d4785 100644 (file)
@@ -71,8 +71,7 @@ comme le découpage des grosses requêtes (chunking) et la gestion des
 requêtes portant sur une partie d'un fichier (byte-range).</p>
 
 <p>Un grand choix d'applications sont implémentées par des modules de filtrage
-tiers disponibles à <a href="http://modules.apache.org/">modules.apache.org</a> entre autres.
-En voici quelques exemples :</p>
+tiers. En voici quelques exemples :</p>
 
 <ul>
 <li>Traitement et réécriture HTML et XML</li>
index e4ab73178f5e4b7b785444ce11211e3089c70f73..74e3588a1ccf3fa7337688407faf548d6e767c87 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.es.xsl"?>
-<!-- English Revision: 1221670 -->
+<!-- English Revision: 1221670:1887636 (outdated) -->
 <!-- Updated by Luis Gil de Bernabé Pfeiffer lgilbernabe[AT]apache.org -->
 <!-- Reviewed by Sergio Ramos-->
 <!--
index 6811774cbc15637eb473aefb6fd22805f732d7d7..832646ef1152df7732a9b9fca4657de14e9e9dc6 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.ja.xsl"?>
-<!-- English Revision: 151408:1221670 (outdated) -->
+<!-- English Revision: 151408:1887636 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 31104e863fe45c41a1bfdb53cda7c7629e611ff0..4efb32c76152e5d2c4f50e5dc6de23384d45b069 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 151408:1221670 (outdated) -->
+<!-- English Revision: 151408:1887636 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 5d3a5e9071f7043213e7d55a55aade0a611ef11b..ada680c2fe943c2e124c6e2d6adf9d40505bd215 100644 (file)
@@ -8,10 +8,10 @@
 
   <variants>
     <variant>en</variant>
-    <variant>es</variant>
+    <variant outdated="yes">es</variant>
     <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 30c2c03ade2989df9fa7eb3dfd4ab8cc4802dcde..e2293108ecd2e675320a2bb0ece95d091341f176 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: 1221670 -->
+<!-- English Revision: 1221670:1887636 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 4cb1c7c9cb91caa25f6deb1000074c424c5a3e61..02c41fa91b18ac5978efa052e27439e6ccb4e431 100644 (file)
@@ -280,10 +280,8 @@ Require user rbowen</pre>
     stocker les données relatives aux
     utilisateurs dans des bases de données rapides. Le module
     <code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code> fournit la directive <code class="directive"><a href="../mod/mod_authn_dbm.html#authdbmuserfile">AuthDBMUserFile</a></code>. Les programmes <code class="program"><a href="../programs/dbmmanage.html">dbmmanage</a></code> et <code class="program"><a href="../programs/htdbm.html">htdbm</a></code> permettent de
-    créer et manipuler ces fichiers. Vous
-    trouverez de nombreuses options d'autres types d'authentification
-    fournies par des modules tiers dans la <a href="http://modules.apache.org/">Base de données des modules
-    d'Apache</a>.</p>
+    créer et manipuler ces fichiers. Enfin, de nombreux modules tiers
+    fournissent d'autres types d'authentification.</p>
 
     <p>Enfin, la directive <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> implémente la partie
     autorisation du processus en définissant l'utilisateur autorisé à
index 71e0228c90ffd9fa32c0b872f20cdf1ce2ba5515..336679b91794e363d70ed2204df25e57d2a9786c 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.es.xsl"?>
-<!-- English Revision: 1766314 -->
+<!-- English Revision: 1766314:1887636 (outdated) -->
 <!-- Translated by: Luis Gil de Bernabé Pfeiffer lgilbernabe [AT] apache.org-->
 <!-- Reviewed by: Sergio Ramos -->
 <!--
index 8c7ca837c900421fdcced9b7e1127554a91c906d..0e9a22f2085d3eb3aec5c549ba2615d7c48bc9e8 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.ja.xsl"?>
-<!-- English Revision: 479777:1766314 (outdated) -->
+<!-- English Revision: 479777:1887636 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index efc6a0d76843e52aec482bf94da95193bc9da44c..399d593bd3bac9faab1529036711630f80f08143 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1766314 (outdated) -->
+<!-- English Revision: 105989:1887636 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 8cf73da12040b9139e097b5a03aa72b327510b4d..a8148d403c6ab4e94a128aab917c165f32211e4d 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>es</variant>
+    <variant outdated="yes">es</variant>
     <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
index eb93a579c2c89d2bb7dcdbdff2590ffc7d42cce3..fa645cc3dfedef393662ba63df963f3a1641f912 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: 1070891:1766314 (outdated) -->
+<!-- English Revision: 1070891:1887636 (outdated) -->
 <!-- =====================================================
  Translated by: Umut Samuk <umut belgeler.org>
    Reviewed by: Nilgün Belma Bugüner <nilgun belgeler.org>
index c60ac0bdd7aefb6d572824e8c10e4e646e7ce512..b7270c2f850be0b4fbbec4bf6c4989336385b7ca 100644 (file)
       en entrée. Dans ces cas, son comportement se ramène à celui
       du module mpm <code class="module"><a href="../mod/worker.html">worker</a></code>.</li>
 
-      <li>Il existe de nombreux modules tiers disponibles à <a href="http://modules.apache.org/">http://modules.apache.org/</a> qui
-      peuvent retreindre les comportements de certains clients et ainsi
-      minimiser les problèmes de DoS.</li>
+      <li>Il existe de nombreux modules tiers qui peuvent restreindre les
+      comportements de certains clients et ainsi minimiser les problèmes de
+      DoS.</li>
 
     </ul>
 
index 80c59504e6e06ee86a1d088a144d558a6e154d69..8671dcf78ab301ca49e824052e100694f54c7dae 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.es.xsl"?>
-<!-- English Revision: 1673932:1869062 (outdated) -->
+<!-- English Revision: 1673932:1887636 (outdated) -->
 <!-- Spanish Translation: Daniel Ferradal -->
 
 <!--
index 1a56db30746ce706829d812a0ed3b10444c77979..deabe20501050044691af0adaeb2d98a78d24ecf 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1869062 (outdated) -->
+<!-- English Revision: 105989:1887636 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 783ec22bf58dea99478e86cc3beb7cf11ecdbfdd..3b1d87d3e1a06b2046d3fccabcc54692d77c205f 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: 1300924:1869062 (outdated) -->
+<!-- English Revision: 1300924:1887636 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>