]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Wed, 22 Feb 2006 19:00:54 +0000 (19:00 +0000)
committerAndré Malo <nd@apache.org>
Wed, 22 Feb 2006 19:00:54 +0000 (19:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@379843 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 0852771e4235c8db9c71f69be36cdb0fd7958020..3aa3dba16c55cd2fd95484ed84e22be9eec45467 100644 (file)
@@ -65,10 +65,11 @@ 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 ad365ebae1bc8a393c0e41b409a31412dae93fc5..cc990c2ea4f564e0dd4bc32f781cc5c16233690c 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 38382076183ac0e7bb62ba3c99252a2c3acee6ff..b7302e076ec3cc863c417f7020d2a50a32fd4321 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 bda2c7f5fde462d1cedaffad702b16b7b09f158c..8f0f22e43002458f60974980b4e7e3294316d043 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: 151405 -->
+<!-- English Revision: 151405:379591 (outdated) -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
index 491ef7aa87ef044de7b20e1e97b7fb52afa6e652..993c8e3a3ae88c02cdaadeffae628d094bac89d1 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: 151405 -->
+<!-- English Revision: 151405:379591 (outdated) -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
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>