]> granicus.if.org Git - apache/commitdiff
Rebuild
authorRich Bowen <rbowen@apache.org>
Wed, 16 Jan 2013 00:37:17 +0000 (00:37 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 16 Jan 2013 00:37:17 +0000 (00:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1433771 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/auth.html.fr
docs/manual/howto/auth.xml.meta
docs/manual/howto/ssi.html.en
docs/manual/howto/ssi.html.fr
docs/manual/howto/ssi.xml.fr
docs/manual/howto/ssi.xml.ja
docs/manual/howto/ssi.xml.ko
docs/manual/howto/ssi.xml.meta

index d3f425c8506c64d104e8b9260b6ca995d08777c0..827807acd187136e626e888168e890e34eaee59e 100644 (file)
@@ -27,8 +27,6 @@
 <a href="../ko/howto/auth.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/howto/auth.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&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>L'authentification est un processus qui vous permet de vérifier
     qu'une personne est bien celle qu'elle prétend être. L'autorisation
@@ -601,11 +599,12 @@ autorisation</a></h2>
         </pre>
 
 
-        <p>Dans l'exemple ci-dessus, on utilise la directive du
-       conteneur <code class="directive"><a href="../mod/mod_authz_core.html#requirenone">&lt;RequireNone&gt;</a></code> afin de s'assurer
-       qu'aucune des directives <code class="directive"><a href="../mod/mod_authz_core.html#require">Require</a></code> qu'il contient ne
-       fasse correspondre ses paramètres avant d'accorder
-       l'autorisation.</p>
+        <p>L'utilisation de la directive <code class="directive"><a href="../mod/mod_authz_core.html#requireall">&lt;RequireAll&gt;</a></code>
+       avec de multiples directives <code class="directive"><a href="../mod/mod_authz_core.html#require">&lt;Require&gt;</a></code>, toutes avec la négation
+       <code>not</code>, n'accordera l'accès que si toutes les
+       conditions négatives sont vérifiées. En d'autres termes, l'accès
+       sera refusé si au moins une des conditions négatives n'est pas
+       vérifiée.</p>
 
     
 
index 641334dcd64c70f83cef2488eb4ed16f7acfa465..b0b2e95d63cd05cbf50c8a9e5561d3c91dcd293c 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
index d1ed6781980725254fad0f6ec24439d1a4e4c708..656cab3807eee76eff936393ef268e59bd83e942 100644 (file)
@@ -64,14 +64,24 @@ existing HTML documents.</p>
     an existing HTML page, without having to serve the entire page
     via a CGI program, or other dynamic technology.</p>
 
+    <p>For example, you might place a directive into an existing HTML
+    page, such as:</p>
+
+    <div class="example" />
+
+    <p>And, when the page is served, this fragment will be evaluated and replaced with its value:</p>
+
+    <div class="example"><p><code>
+    Tuesday, 15-Jan-2013 19:28:54 EST
+    </code></p></div>
+
     <p>The decision of when to use SSI, and when to have your page
     entirely generated by some program, is usually a matter of how
     much of the page is static, and how much needs to be
     recalculated every time the page is served. SSI is a great way
-    to add small pieces of information, such as the current time.
-    But if a majority of your page is being generated at the time
-    that it is served, you need to look for some other
-    solution.</p>
+    to add small pieces of information, such as the current time - shown
+    above.  But if a majority of your page is being generated at the time
+    that it is served, you need to look for some other solution.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="configuring" id="configuring">Configuring your server to permit SSI</a></h2>
index 2b5825c6f5a691e350274966a6680ed66e89a8ee..eb8f75451a927ed4851a7ee8cad4a28c586c8c0b 100644 (file)
@@ -28,6 +28,8 @@
 <a href="../ja/howto/ssi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/howto/ssi.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&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>Les SSI permettent d'ajouter du contenu dynamique à des documents
 HTML préexistants.</p>
index 998947d0756535b6262de8ca0f3aa8d5eb1b69fd..1309ca1c5e7f706fb9f5b413371f9217627e6244 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1333989 -->
+<!-- English Revision: 1333989:1433769 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index fb9ad929d07e0eb2bd42a2aff044048796001e89..57c73bbd5d6b741a4831dbee819557a6d08e4094 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: 659902:1333989 (outdated) -->
+<!-- English Revision: 659902:1433769 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index d479792f7b052b8cc3da2f9c94fdfad608b073bd..a67e86d5bf06fc05620b08b5f21bb24aef930b3f 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: 659902:1333989 (outdated) -->
+<!-- English Revision: 659902:1433769 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 0d8deb802c38f150156d34339ef19d927cf41150..1c020635eb5d849c17e027dedfbc2d0ce5bed1d7 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
   </variants>