Commit 83a17b46 authored by Andre Malo's avatar Andre Malo
Browse files

update transformation


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@379843 13f79535-47bb-0310-9956-ffa450edef68
parent a96ea4ee
Loading
Loading
Loading
Loading
+5 −4
Changes for docs/manual/mod/mod_asis.html.en: 5 added lines, 4 removed lines.
Original line number Diff line number Diff line
@@ -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
+2 −0
Changes for docs/manual/mod/mod_asis.html.ja.euc-jp: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -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>
+2 −0
Changes for docs/manual/mod/mod_asis.html.ko.euc-kr: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -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>
+1 −1
Changes for docs/manual/mod/mod_asis.xml.ja: 1 added line, 1 removed line.
Original line number Diff line number Diff line
<?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
+1 −1
Changes for docs/manual/mod/mod_asis.xml.ko: 1 added line, 1 removed line.
Original line number Diff line number Diff line
<?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
Loading