]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
cforms
authorJim Jagielski <jim@apache.org>
Wed, 21 Jun 2017 14:33:29 +0000 (14:33 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 21 Jun 2017 14:33:29 +0000 (14:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799455 13f79535-47bb-0310-9956-ffa450edef68

18 files changed:
docs/manual/mod/allmodules.xml
docs/manual/mod/allmodules.xml.de
docs/manual/mod/allmodules.xml.es
docs/manual/mod/allmodules.xml.fr
docs/manual/mod/allmodules.xml.ja
docs/manual/mod/allmodules.xml.ko
docs/manual/mod/allmodules.xml.tr
docs/manual/mod/allmodules.xml.zh-cn
docs/manual/mod/directive-dict.html.en
docs/manual/mod/directive-dict.html.es
docs/manual/mod/directive-dict.html.fr
docs/manual/mod/directive-dict.html.ja.utf8
docs/manual/mod/directive-dict.xml.es
docs/manual/mod/directive-dict.xml.fr
docs/manual/mod/directive-dict.xml.ja
docs/manual/mod/directive-dict.xml.ko
docs/manual/mod/directive-dict.xml.meta
docs/manual/mod/directive-dict.xml.tr

index ed1068e2d7ecb5e779b59df6d00d87a371bfb736..dc36c860d7cb0c010cd33f05a66c945187fadf37 100644 (file)
   <modulefile>event.xml</modulefile>
   <modulefile>mpm_netware.xml</modulefile>
   <modulefile>mpmt_os2.xml</modulefile>
+  <modulefile>overrides.xml</modulefile>
   <modulefile>prefork.xml</modulefile>
   <modulefile>mpm_winnt.xml</modulefile>
   <modulefile>worker.xml</modulefile>
index 38a0739c41d7a56f733fd025b1701e45a5cb5121..fdf94c40a9ceb81b00baaf39d4ada7181f67f698 100644 (file)
   <modulefile>event.xml</modulefile>
   <modulefile>mpm_netware.xml</modulefile>
   <modulefile>mpmt_os2.xml</modulefile>
+  <modulefile>overrides.xml</modulefile>
   <modulefile>prefork.xml.de</modulefile>
   <modulefile>mpm_winnt.xml.de</modulefile>
   <modulefile>worker.xml.de</modulefile>
index cf4a07ff3656f6a8961ce992d9bb9ff3c8336451..511c208feab4f06d83d487cdf7d49415d86ae2ff 100644 (file)
   <modulefile>event.xml</modulefile>
   <modulefile>mpm_netware.xml</modulefile>
   <modulefile>mpmt_os2.xml</modulefile>
+  <modulefile>overrides.xml</modulefile>
   <modulefile>prefork.xml</modulefile>
   <modulefile>mpm_winnt.xml</modulefile>
   <modulefile>worker.xml</modulefile>
index 4e900ce7ed089b835507932524d6ee163d35e8a5..301b80dd3fcf1e11aab485339cab4bffeccbe716 100644 (file)
   <modulefile>event.xml.fr</modulefile>
   <modulefile>mpm_netware.xml.fr</modulefile>
   <modulefile>mpmt_os2.xml.fr</modulefile>
+  <modulefile>overrides.xml</modulefile>
   <modulefile>prefork.xml.fr</modulefile>
   <modulefile>mpm_winnt.xml.fr</modulefile>
   <modulefile>worker.xml.fr</modulefile>
index b6abff88096829ffd1cbc38b31e1142458d9822b..8e6ad81cf1537bf965b1143ac9f9130ec032136c 100644 (file)
   <modulefile>event.xml</modulefile>
   <modulefile>mpm_netware.xml</modulefile>
   <modulefile>mpmt_os2.xml</modulefile>
+  <modulefile>overrides.xml</modulefile>
   <modulefile>prefork.xml.ja</modulefile>
   <modulefile>mpm_winnt.xml.ja</modulefile>
   <modulefile>worker.xml.ja</modulefile>
index 5b243a67d79af992f7db73ad8b0f502e356c5aa6..ecddc3deded5346d1ed906eba3fe9ec397fcf834 100644 (file)
   <modulefile>event.xml</modulefile>
   <modulefile>mpm_netware.xml</modulefile>
   <modulefile>mpmt_os2.xml</modulefile>
+  <modulefile>overrides.xml</modulefile>
   <modulefile>prefork.xml</modulefile>
   <modulefile>mpm_winnt.xml</modulefile>
   <modulefile>worker.xml</modulefile>
index 7272e8d5e84fd083b42396753fdff14f04f03212..751e25e0dc7a1c0a7e13509c3fd3d419f71beb44 100644 (file)
   <modulefile>event.xml</modulefile>
   <modulefile>mpm_netware.xml</modulefile>
   <modulefile>mpmt_os2.xml</modulefile>
+  <modulefile>overrides.xml</modulefile>
   <modulefile>prefork.xml.tr</modulefile>
   <modulefile>mpm_winnt.xml</modulefile>
   <modulefile>worker.xml.tr</modulefile>
index ed1068e2d7ecb5e779b59df6d00d87a371bfb736..dc36c860d7cb0c010cd33f05a66c945187fadf37 100644 (file)
   <modulefile>event.xml</modulefile>
   <modulefile>mpm_netware.xml</modulefile>
   <modulefile>mpmt_os2.xml</modulefile>
+  <modulefile>overrides.xml</modulefile>
   <modulefile>prefork.xml</modulefile>
   <modulefile>mpm_winnt.xml</modulefile>
   <modulefile>worker.xml</modulefile>
index 8e18c755276e458faf69f7fbfb2b6da5f5a34bf6..7af36c929965506e838d9ec2f946f990fa92097c 100644 (file)
       Note this is not necessarily the same as an operating system
       environment variable. See the <a href="../env.html">environment variable documentation</a> for
       more details.</dd>
-    </dl>
+
+      <dt><em>time-interval</em></dt>
+
+      <dd>A time-internal format especially suited to specifying
+      timeout paramters. Supports the following format specifiers:
+        <ul>
+          <li><em>s</em>: Seconds</li>
+          <li><em>h</em>: Hours</li>
+          <li><em>ms</em>: Milli-seconds</li>
+          <li><em>mi[n]</em>: Minutes</li>
+        </ul>
+        For example: <code>Timeout 575ms</code>
+      </dd>
+   </dl>
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="Default" id="Default">Default</a></h2>
index 419a08d1f6791a9337ce9d87d442cf398678c8d3..e02cf2ca3deb36793d0d6b6a61313e2874a95bd3 100644 (file)
 <a href="../ko/mod/directive-dict.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/mod/directive-dict.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Esta traducción podría estar
+            obsoleta. Consulte la versión en inglés de la
+            documentación para comprobar si se han producido cambios
+            recientemente.</div>
 
     <p>Este documento describe los términos que se usan para describir
     cada <a href="directives.html">directiva de configuración</a> de
index 64cc4c24574e706a27cb8a8b15a30d4f033c8034..dbb08c38df1fbfdc375bd8436f39b8a47a834b57 100644 (file)
@@ -30,6 +30,8 @@
 <a href="../ko/mod/directive-dict.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/mod/directive-dict.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 décrit les termes utilisés pour décrire chaque <a href="directives.html">directive de configuration</a> d'Apache.</p>
 </div>
index 7d72646d41868464561a923daabe80e0e67e2212..f318e68d1dd37fb5363965762dc25ab8b53438b3 100644 (file)
 <a href="../ko/mod/directive-dict.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/mod/directive-dict.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">この日本語訳はすでに古くなっている
+            可能性があります。
+            最近更新された内容を見るには英語版をご覧下さい。
+        </div>
 
     <p>この文書は各 Apache <a href="directives.html">設定ディレクティブ</a>
     を説明するために使われている用語を説明します。</p>
index 0f76090a6264211f03b2d8154f7e84c472e71d1c..eec8f8b4ce1097f24a75941fb8a760bed7f1ef7c 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: 1544626 -->
+<!-- English Revision: 1544626:1799454 (outdated) -->
 <!-- Spanish Revision: Daniel Ferradal -->
 <!-- Spanish translation : Daniel Ferradal -->
 <!-- Reviewer Luis Gil de Bernabé Pfeiffer -->
index 97b63b1a8e329c93e3a532d91f69c0efa6f47f4d..35793559163dd7e158218ca60cfa3283a96150b2 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1544626 -->
+<!-- English Revision: 1544626:1799454 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 3e4d16ea7a490e9862f1dc19c043fdfee24dd562..8215265f16e69c7cfc8ba44d272a27083c764615 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: 1544626 -->
+<!-- English Revision: 1544626:1799454 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 90abd9e2058736806776d594a069c40db8db9c95..f63c6144644e24a85ce2d029b354e8f908f40d08 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:1544626 (outdated) -->
+<!-- English Revision: 151408:1799454 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index a7f17bfb8e6615132c48f2b84ccd3afc625fdc32..e9ea956c66f3ed0af90439c1820e371fcc40c453 100644 (file)
@@ -8,9 +8,9 @@
 
   <variants>
     <variant>en</variant>
-    <variant>es</variant>
-    <variant>fr</variant>
-    <variant>ja</variant>
+    <variant outdated="yes">es</variant>
+    <variant outdated="yes">fr</variant>
+    <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
     <variant outdated="yes">tr</variant>
   </variants>
index d6037928b542945c3691b593f47f96801a63de42..7462cdfb4e4ab762f875e4d74a2ea877b3475ccc 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: 420990:1544626 (outdated) -->
+<!-- English Revision: 420990:1799454 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more