]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Wed, 22 Feb 2006 18:57:19 +0000 (18:57 +0000)
committerAndré Malo <nd@apache.org>
Wed, 22 Feb 2006 18:57:19 +0000 (18:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@379841 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_asis.html.en
docs/manual/mod/mod_asis.html.ja.euc-jp
docs/manual/mod/mod_asis.html.ko.euc-kr
docs/manual/mod/mod_asis.xml.ja
docs/manual/mod/mod_asis.xml.ko
docs/manual/mod/mod_asis.xml.meta

index a70a9f4374fa83d3f62623b48f4a277da98b2a41..6e07ac19597a29957fe536137a2e9ee837343b3d 100644 (file)
@@ -66,10 +66,10 @@ HTTP headers</td></tr>
 
     <p>The contents of any file with a <code>.asis</code> extension
     will then be sent by Apache to the client with almost no
-    changes. Clients will need HTTP headers to be attached, so do
-    not forget them. A Status: header is also required; the data
-    should be the 3-digit HTTP response code, followed by a textual
-    message.</p>
+    changes. In particular, HTTP headers are derived from the file
+    itself according to <code class="module"><a href="../mod/mod_cgi.html">mod_cgi</a></code> rules, so an asis
+    file must include valid headers, and may also use the CGI
+    Status: header to determine the HTTP response code.</p>
 
     <p>Here's an example of a file whose contents are sent <em>as
     is</em> so as to tell the client that a file has
index 6c478417078ff759d4d085d4ae7b3c2e5b645803..b95c95b61552a520f86c8039800c6eaf9654c22a 100644 (file)
@@ -25,6 +25,8 @@
 <a href="../ja/mod/mod_asis.html" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_asis.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>
 <table class="module"><tr><th><a href="module-dict.html#Description">ÀâÌÀ:</a></th><td>¼«Ê¬ÍѤΠHTTP ¥Ø¥Ã¥À¤Î½ñ¤«¤ì¤Æ¤¤¤ë¥Õ¥¡¥¤¥ë¤òÁ÷¿®¤¹¤ë</td></tr>
 <tr><th><a href="module-dict.html#Status">¥¹¥Æ¡¼¥¿¥¹:</a></th><td>Base</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">¥â¥¸¥å¡¼¥ë¼±ÊÌ»Ò:</a></th><td>asis_module</td></tr>
index 8e7375d7c24212ad8e4d5d86f8c0d71ca65886fb..042627316e3f41e1a581f53accc4a752f37c5d14 100644 (file)
@@ -25,6 +25,8 @@
 <a href="../ja/mod/mod_asis.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/mod/mod_asis.html" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
+            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">¼³¸í:</a></th><td>HTTP Çì´õ¸¦ Æ÷ÇÔÇÑ ÆÄÀÏÀ» º¸³½´Ù</td></tr>
 <tr><th><a href="module-dict.html#Status">»óÅÂ:</a></th><td>Base</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">¸ðµâ¸í:</a></th><td>asis_module</td></tr>
index be933dbc5afcfab13cc15025f2fdcd64ca944752..73597d0ff915261f2ff592e224c32fed362b0e1f 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: 151408 -->
+<!-- English Revision: 151408:379591 (outdated) -->
 
 <!--
  Copyright 2002-2005 The Apache Software Foundation or its licensors,
index 7220bfdbb773fed94e71a4a8b0e27a62075adb82..05ec1cd364f0bd6330d40fe64fe33c559aabd0e9 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408 -->
+<!-- English Revision: 151408:379591 (outdated) -->
 
 <!--
  Copyright 2003-2005 The Apache Software Foundation or its licensors,
index f829c41d1da1c4d07ec7a1fd0811d3881bccb15b..54b55a9d4e92e00b4556ef3cd0d97ffece716181 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
-    <variant>ko</variant>
+    <variant outdated="yes">ja</variant>
+    <variant outdated="yes">ko</variant>
   </variants>
 </metafile>