]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Mon, 12 Jul 2004 22:18:46 +0000 (22:18 +0000)
committerAndré Malo <nd@apache.org>
Mon, 12 Jul 2004 22:18:46 +0000 (22:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104262 13f79535-47bb-0310-9956-ffa450edef68

14 files changed:
docs/manual/mod/core.html.de
docs/manual/mod/core.html.en
docs/manual/mod/core.xml.de
docs/manual/mod/core.xml.meta
docs/manual/mod/directive-dict.html.en
docs/manual/mod/directive-dict.html.es
docs/manual/mod/directive-dict.html.ja.jis
docs/manual/mod/directive-dict.html.ko.euc-kr
docs/manual/mod/directive-dict.xml.es
docs/manual/mod/directive-dict.xml.ja
docs/manual/mod/directive-dict.xml.ko
docs/manual/mod/directive-dict.xml.meta
docs/manual/mod/mod_mime.html.en
docs/manual/mod/mod_mime.xml.ja

index f2b26a15c206c5028f8b0cac7e6079dbb83aed96..986a2bd4e5ad9d196d3248e30a4e063dc7907427 100644 (file)
@@ -24,6 +24,9 @@
 <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>
index f4f87f1bea29743ff1061ca14493880857f1fb13..75560f5ffa4152b56a0cef908d9d29450c6cbbaa 100644 (file)
@@ -938,6 +938,21 @@ in case of an error</td></tr>
       ErrorDocument 403 "Sorry can't allow you access today"
     </code></p></div>
 
+    <p>Additionally, the special value <code>default</code> can be used
+    to specify Apache's simple hardcoded message.  While not required
+    under normal circumstances, <code>default</code> will restore
+    Apache's simple hardcoded message for configurations that would
+    otherwise inherit an existing <code class="directive">ErrorDocument</code>.</p>
+
+    <div class="example"><p><code>
+      ErrorDocument 404 /cgi-bin/bad_urls.pl<br /><br />
+      &lt;Directory /web/docs&gt;<br />
+      <span class="indent">
+        ErrorDocument 404 default<br />
+      </span>
+      &lt;/Directory&gt;
+    </code></p></div>
+
     <p>Note that when you specify an <code class="directive">ErrorDocument</code>
     that points to a remote URL (ie. anything with a method such as
     <code>http</code> in front of it), Apache will send a redirect to the
index 59c4d771f8d4d9a0350408b29a1aaa488d7f5945..7191fa7c49c136f4d73b6490f20c65c67967f5b1 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.36 -->
+<!-- English Revision: 1.46.2.36 (outdated: 1.46.2.37) -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
index ee601d200c5f9b68b26d56da430588e93d5aabaf..ff45c47395d459ac64268c650478447e16d14d8c 100644 (file)
@@ -6,7 +6,7 @@
   <relpath>..</relpath>
 
   <variants>
-    <variant>de</variant>
+    <variant outdated="yes">de</variant>
     <variant>en</variant>
   </variants>
 </metafile>
index caecbe3b959ae8e87fabc5b68f1d3f5c4f531bf9..42b9227d3ff74369acfd444a7a3d2760d3783fee 100644 (file)
 </div><div id="footer">
 <p class="apache">Copyright 1999-2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
+</body></html>
\ No newline at end of file
index 4e0194bf9c1e193b3b13409363f97dced57310a8..d929a31f1bd5b46689cc0d588cfb34889758c9d4 100644 (file)
 <a href="../ja/mod/directive-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/directive-dict.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&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 define los términos que se usan para describir
     las <a href="directives.html">directivas de configuración</a> de
index f35bde323124044ab7dca9a9f946be3a8747d8e7..d9ac7bfd7651a672342116e2a3acffd3e18366db 100644 (file)
@@ -23,6 +23,8 @@
 <a href="../ja/mod/directive-dict.html" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/directive-dict.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">This translation may be out of date. Check the
+            English version for recent changes.</div>
 
     <p>\e$B$3$NJ8=q$O3F\e(B Apache <a href="directives.html">\e$B@_Dj%G%#%l%/%F%#%V\e(B</a>
     \e$B$r@bL@$9$k$?$a$K;H$o$l$F$$$kMQ8l$r@bL@$7$^$9!#\e(B</p>
index f499aabbc5b31646101b1e89d9ed53944875bc90..482a0ef75f3aa1e0d1aef66e9f5d2c5eb860f917 100644 (file)
@@ -23,6 +23,8 @@
 <a href="../ja/mod/directive-dict.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/directive-dict.html" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
+            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
 
     <p>ÀÌ ¹®¼­´Â ¾ÆÆÄÄ¡ <a href="directives.html">¼³Á¤
     Áö½Ã¾î</a>¸¦ ¼³¸íÇϴµ¥ »ç¿ëÇÑ ¿ë¾îµéÀ» ¼³¸íÇÑ´Ù.</p>
index 07ab28d889649eb12b32e0bf9e8f55dca233cf5c..1ba4d4ad5bdccdcac7770395754dc33e6e11a644 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.en.xsl"?>
-<!-- English Revision: 1.2.2.5  -->
+<!-- English Revision: 1.2.2.5 (outdated: 1.2.2.6) -->
 
 <!--
  Copyright 2004 The Apache Software Foundation
index 35f55fd4d8b624b2febc899b6143aa39d008e2f7..4f40df91abe6760e7eb0de8c37c303aa6457ede7 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 1.2.2.5 -->
+<!-- English Revision: 1.2.2.5 (outdated: 1.2.2.6) -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
index 98b0eacdd8f1c81224662805ac094ee48d91bcd3..746d36a8cac6838432141b26c11f620b869901a1 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: 1.2.2.5 -->
+<!-- English Revision: 1.2.2.5 (outdated: 1.2.2.6) -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
index ee30a2bc5892a17c3709b6f45e1d805731ea1b11..71798a1c67dd028e8df4057edd3840eca1bf6c3c 100644 (file)
@@ -7,8 +7,8 @@
 
   <variants>
     <variant>en</variant>
-    <variant>es</variant>
-    <variant>ja</variant>
-    <variant>ko</variant>
+    <variant outdated="yes">es</variant>
+    <variant outdated="yes">ja</variant>
+    <variant outdated="yes">ko</variant>
   </variants>
 </metafile>
index e476171c4d9af466746a39a4d2e4d0d027e324b2..01e8a89b074344960e4c6127db80e4960c1b25ac 100644 (file)
@@ -923,4 +923,4 @@ extensions</td></tr>
 </div><div id="footer">
 <p class="apache">Copyright 1999-2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
+</body></html>
\ No newline at end of file
index ddff9f2698ea3ade48b217f06e50ad3f294a60ec..8931af01cc41c268c3efb1fd72d9804980d41346 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 1.17 (outdated: 1.18.2.7) -->
+<!-- English Revision: 1.17 (outdated: 1.18.2.8) -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation