]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorDaniel Gruno <humbedooh@apache.org>
Thu, 19 Jul 2012 06:58:15 +0000 (06:58 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 19 Jul 2012 06:58:15 +0000 (06:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1363246 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/ssi.html.en
docs/manual/howto/ssi.html.ja.utf8
docs/manual/howto/ssi.html.ko.euc-kr
docs/manual/howto/ssi.xml.ja
docs/manual/howto/ssi.xml.ko
docs/manual/howto/ssi.xml.meta
docs/manual/rewrite/remapping.html.en

index 5084cf7f690d4ca9283cda10cdca93ffbc048880..3b998cde429ca090e60259c6240ec415412387a0 100644 (file)
@@ -362,15 +362,6 @@ modified?</a></h3>
     the option of setting variables, and using those variables in
     comparisons and conditionals.</p>
 
-<h3><a name="caveat" id="caveat">Caveat</a></h3>
-
-    <p>Most of the features discussed in this article are only
-    available to you if you are running Apache 1.2 or later. Of
-    course, if you are not running Apache 1.2 or later, you need to
-    upgrade immediately, if not sooner. Go on. Do it now. We'll
-    wait.</p>
-
-
 <h3><a name="variables" id="variables">Setting variables</a></h3>
 
     <p>Using the <code>set</code> directive, you can set variables
index aaef1d4d55eabaa5800b2e9f81e48783e9c8fcfb..295be4e332367529c860168fa6b3c6466fa7d380 100644 (file)
 <a href="../ja/howto/ssi.html" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/howto/ssi.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">この日本語訳はすでに古くなっている
+            可能性があります。
+            最近更新された内容を見るには英語版をご覧下さい。
+        </div>
 
 <p>サーバサイドインクルードによって、既存の HTML
 ドキュメントに動的なコンテンツを追加することができます。</p>
index e9a1ab09dcd6b083e532d358af40a27007c3e6b3..424ca8afd2de4e054bcb9eeb6adb5eeac7153f29 100644 (file)
@@ -25,6 +25,8 @@
 <a href="../ja/howto/ssi.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
 <a href="../ko/howto/ssi.html" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
+            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
 
 <p>Server-side includes¸¦ »ç¿ëÇÏ¿© HTML ¹®¼­¿¡ µ¿ÀûÀΠ³»¿ëÀ»
 Ãß°¡ÇÒ ¼ö ÀÖ´Ù.</p>
index 2209faa779c4c79d9fe5bd9f8de3a3ee787fcd1d..48edb515ac8a68ecefa831005ec653267bdd6e43 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.ja.xsl"?>
-<!-- English Revision: 421100 -->
+<!-- English Revision: 421100:1363245 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 73253369a5b740ec77c4faafcb17ba065adb6d85..d1d1e7e58c7030148a404a092762be15f6b77aec 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: 421100 -->
+<!-- English Revision: 421100:1363245 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 491b1471b6300fc903016c71f3f051483088daac..cdf4fd787c858af747ca8241acc2e06726a14111 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ja</variant>
-    <variant>ko</variant>
+    <variant outdated="yes">ja</variant>
+    <variant outdated="yes">ko</variant>
   </variants>
 </metafile>
index 29c604af0168160043060e21302c4c7c66b3aac5..b47b385d874f5520a1f23f60be375bf297dda9bc 100644 (file)
@@ -76,7 +76,7 @@ configuration.</div>
 
 <div class="example"><p><code>
 RewriteEngine  on<br />
-RewriteRule    ^<strong>/old</strong>\.html$  <strong>/new</strong>.html [PT]
+RewriteRule    ^<strong>/foo</strong>\.html$  <strong>/bar</strong>.html [PT]
 </code></p></div>
     </dd>
   </dl>