Commit b2e58c21 authored by Yoshiki Hayashi's avatar Yoshiki Hayashi
Browse files

Update transformation.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@107009 13f79535-47bb-0310-9956-ffa450edef68
parent 43ffcdcf
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -27,11 +27,10 @@
<a href="./ja/" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="./ko/" 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>
<form method="get" action="http://www.google.com/search"><p><input name="as_q" value="" type="text" /> <input value="Google Search" type="submit" /><input value="10" name="num" type="hidden" /><input value="ja" name="hl" type="hidden" /><input value="EUC-JP" name="ie" type="hidden" /><input value="Google Search" name="btnG" type="hidden" /><input name="as_epq" value="バージョン 2.1" type="hidden" /><input name="as_oq" value="" type="hidden" /><input name="as_eq" value="&quot;List-Post&quot;" type="hidden" /><input value="" name="lr" type="hidden" /><input value="i" name="as_ft" type="hidden" /><input value="" name="as_filetype" type="hidden" /><input value="all" name="as_qdr" type="hidden" /><input value="any" name="as_occt" type="hidden" /><input value="i" name="as_dt" type="hidden" /><input value="httpd.apache.org" name="as_sitesearch" type="hidden" /><input value="off" name="safe" type="hidden" /></p></form>
<table id="indextable"><tr><td class="col1"><div class="category"><h2><a name="release" id="release">リリースノート</a></h2>
<ul><li><a href="new_features_2_0.html">Apache 2.0 の新機能</a></li>
<ul><li><a href="new_features_2_2.html">Apache 2.1/2.2 の新機能</a></li>
<li><a href="new_features_2_0.html">Apache 2.0 の新機能</a></li>
<li><a href="upgrading.html">1.3 から 2.0 へのアップグレード</a></li>
<li><a href="license.html">Apache ライセンス</a></li>
</ul>
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    <variant>en</variant>
    <variant outdated="yes">es</variant>
    <variant outdated="yes">fr</variant>
    <variant outdated="yes">ja</variant>
    <variant>ja</variant>
    <variant outdated="yes">ko</variant>
  </variants>
</metafile>
+2 −4
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@
<a href="./ja/install.html" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="./ko/install.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>この文書で扱う範囲は、Unix や Unix に類似したシステムでの
@@ -255,7 +253,7 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar
    コンパイラ、ライブラリ、ヘッダファイルの位置を追加情報として渡す
    必要がある場合があります。このような場合には、環境変数あるいは
    コマンドラインオプションで <code class="program"><a href="./programs/configure.html">configure</a></code> に渡します。
    詳細に関しては <a href="programs/configure.html">configure マニュアルページ</a>
    詳細に関しては <code class="program"><a href="./programs/configure.html">configure</a></code> マニュアルページ
    をご覧ください。</p>

    <p>ちょっとどんなことができるかを見せましょう。
@@ -277,7 +275,7 @@ $ tar xvf httpd-2_1_<em>NN</em>.tar
    を生成したりするのに数分間かかるでしょう。</p>

    <p>個々の <code class="program"><a href="./programs/configure.html">configure</a></code> オプションの詳細に関しては
    <a href="programs/configure.html">configure マニュアルページ</a>
    <code class="program"><a href="./programs/configure.html">configure</a></code> マニュアルページ
    をご覧ください。</p>
</div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
<div class="section">
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    <variant>en</variant>
    <variant outdated="yes">es</variant>
    <variant outdated="yes">fr</variant>
    <variant outdated="yes">ja</variant>
    <variant>ja</variant>
    <variant outdated="yes">ko</variant>
  </variants>
</metafile>
+0 −2
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@
<a href="../en/mod/core.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
<a href="../ja/mod/core.html" title="Japanese">&nbsp;ja&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>常に使用可能な Apache HTTP サーバのコア機能</td></tr>
<tr><th><a href="module-dict.html#Status">ステータス:</a></th><td>Core</td></tr></table>
</div>
Loading