]> granicus.if.org Git - apache/commitdiff
Documentation rebuild
authorLuca Toscano <elukey@apache.org>
Fri, 17 Mar 2017 22:11:27 +0000 (22:11 +0000)
committerLuca Toscano <elukey@apache.org>
Fri, 17 Mar 2017 22:11:27 +0000 (22:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1787511 13f79535-47bb-0310-9956-ffa450edef68

12 files changed:
docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.es
docs/manual/mod/core.xml.fr
docs/manual/mod/core.xml.ja
docs/manual/mod/core.xml.meta
docs/manual/mod/core.xml.tr
docs/manual/sections.html.en
docs/manual/sections.xml.fr
docs/manual/sections.xml.ja
docs/manual/sections.xml.ko
docs/manual/sections.xml.tr

index 974938ee4367bd3443715fc58fb525fe258666b0..69e2f06f484f019f1f7162d12336c0e98d1e6cc2 100644 (file)
@@ -2205,6 +2205,14 @@ satisfied by a request at runtime</td></tr>
 
     <p>Only directives that support the <a href="directive-dict.html#Context">directory context</a> can be used within this configuration section.</p>
 
+    <div class="note"><h3>Not a scripting language</h3>
+    The name of this directive is very familiar to programmers and admins 
+    but it should not be confused with its counterpart in scripting languages.
+    For example, the current implementation does not contemplate the possibility
+    of having a <code class="directive">&lt;If&gt;</code> section inside another
+    one (the inner <code class="directive">&lt;If&gt;</code> will be ignored).
+    </div>
+
     <div class="warning">
     Certain variables, such as <code>CONTENT_TYPE</code> and other
     response headers, are set after &lt;If&gt; conditions have already
index 8c44e5dc439d6d62ffe5e641a6c70a5545e9ebe9..8bedbcfb94370d70948b90e5ae5d358174de34e2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.de.xsl"?>
-<!-- English Revision: 344972:1786113 (outdated) -->
+<!-- English Revision: 344972:1787510 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 31f535d44cfc5fa3d70d22aca2b54c9f9e0dfdc9..d9bff5baa94fce005816a299044cc38e6eaed576 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
-<!-- English Revision: 1741251:1786113 (outdated) -->
+<!-- English Revision: 1741251:1787510 (outdated) -->
 <!-- Translated by Luis Gil de Bernabé Pfeiffer lgilbernabe[AT]apache.org -->
 <!-- Reviewed by Sergio Ramos-->
 <!--
index 59c3689c6f53434091b9d5d40b100faedcff1462..07bb53c429cdf8e2d2e9b37eb73976c750384c5b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1786113 -->
+<!-- English Revision: 1786113:1787510 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index fb155aa2d7b7db7d6732c718bd9570f71fa2ce33..17cb0366e34ae4d365990656559bba22c123ff44 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 669847:1786113 (outdated) -->
+<!-- English Revision: 669847:1787510 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index e78755527afd76e79a93204836e49a52f246c2bf..b9d96ee4c52f9b48a91a39e026f2df4b34b47a06 100644 (file)
@@ -10,7 +10,7 @@
     <variant outdated="yes">de</variant>
     <variant>en</variant>
     <variant outdated="yes">es</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">tr</variant>
   </variants>
index 852551cdd0cbc3548e34b069d3f66fcfbd19995c..c4d704cd7414d55fe8e8e2e970cf17b252475cea 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 1302855:1786113 (outdated) -->
+<!-- English Revision: 1302855:1787510 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 9f9602082bcd9736f33b3f54df97aabc61b87d28..800754cc7e049bf83fae0b62e9b66c71427ed1fc 100644 (file)
@@ -337,7 +337,8 @@ hand, <code class="directive"><a href="./mod/core.html#files">&lt;Files&gt;</a><
 inside <code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code>.  On
 the other hand, <code class="directive"><a href="./mod/core.html#if">&lt;If&gt;</a></code> can
 be used inside <code class="directive"><a href="./mod/core.html#directory">&lt;Directory&gt;</a></code>,
-<code class="directive"><a href="./mod/core.html#location">&lt;Location&gt;</a></code>, and <code class="directive"><a href="./mod/core.html#files">&lt;Files&gt;</a></code> sections. The regex
+<code class="directive"><a href="./mod/core.html#location">&lt;Location&gt;</a></code>, and <code class="directive"><a href="./mod/core.html#files">&lt;Files&gt;</a></code> sections (but not inside another
+<code class="directive"><a href="./mod/core.html#if">&lt;If&gt;</a></code>). The regex
 counterparts of the named section behave identically.</p>
 
 <p>Nested sections are merged after non-nested sections of the same type.</p>
index 47f10a45cf08a217a4a15e73078e4bc4203e2412..290192c4a3871483850ffb347967f630013a63d5 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: 1755977:1786709 (outdated) -->
+<!-- English Revision: 1755977:1787510 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 4b7437057024c900bcfe2004594502fb838bd43a..e065e2ea784fbe12f72c1789218c544d6d781133 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: 420990:1786709 (outdated) -->
+<!-- English Revision: 420990:1787510 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 1f27381bdc23d90f393b5308614566b53218c4dc..69b9032aa0599a5059bdebde414ba8c4c0e9e173 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:1786709 (outdated) -->
+<!-- English Revision: 105989:1787510 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 3165fea8119985007743e121d92e9b566e44822d..8ca4bd2e2f384c42657e051c05faa7f8bf3b31b7 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: 1300910:1786709 (outdated) -->
+<!-- English Revision: 1300910:1787510 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>