]> granicus.if.org Git - apache/commitdiff
Rebuild
authorRich Bowen <rbowen@apache.org>
Sat, 11 May 2013 15:58:48 +0000 (15:58 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 11 May 2013 15:58:48 +0000 (15:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1481361 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/expr.html.en
docs/manual/expr.xml.fr
docs/manual/mod/mod_authz_core.html.en
docs/manual/urlmapping.html.en
docs/manual/urlmapping.html.fr
docs/manual/urlmapping.xml.fr
docs/manual/urlmapping.xml.ja
docs/manual/urlmapping.xml.ko
docs/manual/urlmapping.xml.meta
docs/manual/urlmapping.xml.tr

index 3bbe99ca72b9842efa0b1ccab0e79ef065dcc277..6a39a3f5a45cd4bf42cfdae7e33e384e946cad66 100644 (file)
@@ -506,7 +506,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
 
 # Only allow access to this content during business hours
 &lt;Directory "/foo/bar/business"&gt;
-    Require expr %{TIME_HOUR} -gt 9 &amp;&amp; %{TIME_HOUR} -lt 17 
+    Require expr "%{TIME_HOUR} -gt 9 &amp;&amp; %{TIME_HOUR} -lt 17"
 &lt;/Directory&gt;     
        </pre>
 
index 51c41fc0bfe0b2fab3a873568614fc4e11aea402..fd816f75128a7bc404648851acc8e221dfae23d2 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: 1458004:1480901 (outdated) -->
+<!-- English Revision: 1458004:1481359 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 8c0d1b5d2c4c095aeb3febdc6fb3ee0513f95130..10f91dd89b698ccf9313056382205ea38c525ef1 100644 (file)
@@ -244,7 +244,7 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in
   decisions on arbitrary expressions.</p>
 
     <pre class="prettyprint lang-config">
-        Require expr %{TIME_HOUR} -ge 9 &amp;&amp; %{TIME_HOUR} -le 17 
+        Require expr "%{TIME_HOUR} -ge 9 &amp;&amp; %{TIME_HOUR} -le 17"
     </pre>
 
 
index 1395d428118be59fc6649b1ac5dff8cdd9dda995..24949c3f98fa01a0e72f567709d4fa290d3f8ad1 100644 (file)
     <p>Then a request for <code>http://www.example.com/fish/</code> will
     cause httpd to attempt to serve the file
     <code>/var/www/html/fish/index.html</code>. In the event that
-    that file didn't exist, it will next attempt to serve file file
+    that file does not exist, it will next attempt to serve the file
     <code>/var/www/html/fish/index.php</code>.</p>
 
-    <p>If neither of these files existed, the next step would be to
+    <p>If neither of these files existed, the next step is to
     attempt to provide a directory index, if
-    <code class="module"><a href="./mod/mod_autoindex.html">mod_autoindex</a></code> were loaded and configured to permit
+    <code class="module"><a href="./mod/mod_autoindex.html">mod_autoindex</a></code> is loaded and configured to permit
     that.</p>
 
     <p>httpd is also capable of <a href="vhosts/">Virtual
index 43dac33a20b82324733374848c7a5b24a0754a39..a6fd5f05c4bccfd732324ce140b71ac1511597be 100644 (file)
@@ -27,6 +27,8 @@
 <a href="./ko/urlmapping.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="./tr/urlmapping.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>Ce document explique comment le serveur HTTP Apache utilise l'URL contenue dans une
     requête pour déterminer le noeud du système de fichier à partir duquel le
index 175dcd54bbffa8faba4202aeda1cedbfaa8efa15..9bf564f9e466a6209403e641439f80f0c56c8cc4 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1476017 -->
+<!-- English Revision: 1476017:1481360 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index c24c4a200e05a22c2cd670268039c5b029b0cb0b..cf9e5b4f79f8668bb2bfb5ecd3926c2bd65bd7e8 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:1476017 (outdated) -->
+<!-- English Revision: 151408:1481360 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 4402ea743e83859f0b13739f895515f2db66cabb..7938c414cb808d7d8fc1a46babc93ddd95244779 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:1476017 (outdated) -->
+<!-- English Revision: 151408:1481360 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 9fd5f4bb52ab981e0d00cff74e6f9415a2541171..02fc1a16aa17e468458846f9cfc795babc37f10d 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>
     <variant outdated="yes">tr</variant>
index 16eee3d31cc5f617733fadde2c67337545885070..8e096711f07e757cbe9530ec7c7e40a346a1f0ff 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: 1310494:1476017 (outdated) -->
+<!-- English Revision: 1310494:1481360 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>