]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update translation
authorAstrid Malo <kess@apache.org>
Sun, 29 Aug 2004 20:36:22 +0000 (20:36 +0000)
committerAstrid Malo <kess@apache.org>
Sun, 29 Aug 2004 20:36:22 +0000 (20:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104902 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.de
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.meta

index 6ce845bb23562836690b3af33596cca93d4c0689..2daca81453093143aa54037611ec5d245d4ba854 100644 (file)
@@ -24,9 +24,6 @@
 <p><span>Verfügbare Sprachen: </span><a href="../de/mod/core.html" title="Deutsch">&nbsp;de&nbsp;</a> |
 <a href="../en/mod/core.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a></p>
 </div>
-<div class="outofdate">Diese Übersetzung ist möglicherweise
-            nicht mehr aktuell. Bitte prüfen Sie die englische Version auf
-            die neuesten Änderungen.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Beschreibung:</a></th><td>Ständig verfügbare Kernfunktionen des Apache HTTP
 Servers</td></tr>
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Core</td></tr></table>
@@ -2641,6 +2638,7 @@ Benutzerauthentisierung</td></tr>
 <tr><th><a href="directive-dict.html#Override">AllowOverride:</a></th><td>AuthConfig</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Core</td></tr>
 <tr><th><a href="directive-dict.html#Module">Modul:</a></th><td>core</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Kompatibilität:</a></th><td>Wird seit Version 2.0.51 von <code class="directive"><a href="#limit">&lt;Limit&gt;</a></code> und <code class="directive"><a href="#limitexcept">&lt;LimitExcept&gt;</a></code> beeinflusst</td></tr>
 </table>
     <p>Verfahrensweise für den Zugriff, falls sowohl <code class="directive"><a href="../mod/mod_access.html#allow">Allow</a></code> als auch <code class="directive"><a href="#require">Require</a></code> verwendet werden. Der Parameter kann
     entweder <code>All</code> oder <code>Any</code> sein. Die Direktive ist
@@ -2669,6 +2667,10 @@ Benutzerauthentisierung</td></tr>
       Satisfy Any
     </code></p></div>
 
+    <p>Seit Version 2.0.51 können
+      <code class="directive">Satisfy</code>-Anweisungen durch <code class="directive"><a href="#limit">&lt;Limit&gt;</a></code>- und <code class="directive"><a href="#limitexcept">&lt;LimitExcept&gt;</a></code>-Abschnitte auf bestimmte Methoden
+      beschränkt werden.</p>
+
 <h3>Siehe auch</h3>
 <ul>
 <li><code class="directive"><a href="../mod/mod_access.html#allow">Allow</a></code></li>
index fe73f849f2dc82a165f588430c77b2057f3af696..1f1d470e5de57d668d9af1a5b6a54ac83e006341 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: 1.46.2.37 (outdated: 1.46.2.38) -->
+<!-- English Revision: 1.46.2.38 -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
@@ -2600,6 +2600,9 @@ Benutzerauthentisierung</description>
 <contextlist><context>directory</context><context>.htaccess</context>
 </contextlist>
 <override>AuthConfig</override>
+<compatibility>Wird seit Version 2.0.51 von <directive module="core"
+    type="section">Limit</directive> und <directive module="core"
+    type="section">LimitExcept</directive> beeinflusst</compatibility>
 
 <usage>
     <p>Verfahrensweise f&uuml;r den Zugriff, falls sowohl <directive
@@ -2630,6 +2633,12 @@ Benutzerauthentisierung</description>
       Allow from 192.168.1<br />
       Satisfy Any
     </example>
+
+    <p>Seit Version 2.0.51 k&ouml;nnen
+      <directive>Satisfy</directive>-Anweisungen durch <directive module="core"
+        type="section">Limit</directive>- und <directive module="core"
+        type="section">LimitExcept</directive>-Abschnitte auf bestimmte Methoden
+      beschr&auml;nkt werden.</p>
 </usage>
    <seealso><directive module="mod_access">Allow</directive></seealso>
    <seealso><directive module="core">Require</directive></seealso>
index ff45c47395d459ac64268c650478447e16d14d8c..ee601d200c5f9b68b26d56da430588e93d5aabaf 100644 (file)
@@ -6,7 +6,7 @@
   <relpath>..</relpath>
 
   <variants>
-    <variant outdated="yes">de</variant>
+    <variant>de</variant>
     <variant>en</variant>
   </variants>
 </metafile>