]> granicus.if.org Git - apache/commitdiff
Rebuild transformations.
authorRich Bowen <rbowen@apache.org>
Tue, 15 Feb 2011 14:25:03 +0000 (14:25 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 15 Feb 2011 14:25:03 +0000 (14:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070918 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/ssl/index.html.en
docs/manual/ssl/index.html.ja.utf8
docs/manual/ssl/index.html.tr.utf8
docs/manual/ssl/index.xml.ja
docs/manual/ssl/index.xml.meta
docs/manual/ssl/index.xml.tr
docs/manual/ssl/ssl_howto.html.en

index 1503e3f45b4a882fca27301073cc79734f0184d7..da8182dfd48bb084ca6e3e7e26193c2d12d7266a 100644 (file)
@@ -38,9 +38,9 @@ Ralf S. Engelschall's mod_ssl project.</p>
 <div class="section">
 <h2><a name="documentation" id="documentation">Documentation</a></h2>
 <ul>
-<li><a href="ssl_intro.html">Introduction</a></li>
+<li><a href="ssl_howto.html">mod_ssl Configuration How-To</a></li>
+<li><a href="ssl_intro.html">Introduction To SSL</a></li>
 <li><a href="ssl_compat.html">Compatibility</a></li>
-<li><a href="ssl_howto.html">How-To</a></li>
 <li><a href="ssl_faq.html">Frequently Asked Questions</a></li>
 <li><a href="../glossary.html">Glossary</a></li>
 </ul>
index 88ece495eb0914ef66d59c88ab3d4588c2fb9342..80a92732362b3a4ce3745692dce241d0bbdb4644 100644 (file)
@@ -25,6 +25,8 @@
 <a href="../tr/ssl/" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a> |
 <a href="../zh-cn/ssl/" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div>
+<div class="outofdate">この日本語訳はすでに古くなっている可能性があります。
+          更新された内容を見るには英語版をご覧下さい。</div>
 
 <p>Apache HTTP サーバモジュール <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> が
 <a href="http://www.openssl.org/">OpenSSL</a>
index fcece8cd611a60695ed8c95eb1b7d7b2795ece42..92c2b27f602143a4d50f4632340ee173887023ce 100644 (file)
@@ -24,6 +24,7 @@
 <a href="../tr/ssl/" title="Türkçe">&nbsp;tr&nbsp;</a> |
 <a href="../zh-cn/ssl/" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
   <p>Apache HTTP Sunucusunun <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> modülü, Güvenli Soketler
     Katmanı (SSL) ve Aktarım Katmanı Güvenliği (TLS) protokollerinin
index e8429b648075b14a4b63da0d20a1b45bdde674f8..eb337021a69c54b5815f58377d330ae2c4a1288e 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: 420990 -->
+<!-- English Revision: 420990:1070915 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 1c65e60f1be0ff1216efa4da6af42e70c81c7add..c07b15673dda9d10c22264d5a9c200bfbb19642b 100644 (file)
@@ -9,8 +9,8 @@
   <variants>
     <variant>en</variant>
     <variant>fr</variant>
-    <variant>ja</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">ja</variant>
+    <variant outdated="yes">tr</variant>
     <variant>zh-cn</variant>
   </variants>
 </metafile>
index 9352a67224651a1dd1bf66cc539551964b44c0ba..4519d7b2b2d8a8817f364e1b13ab02c00c4b6555 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.tr.xsl"?>
-<!-- English Revision: 420990 -->
+<!-- English Revision: 420990:1070915 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index f7ca6e7e197df31d8b2760af9ba4a21c17e14907..f2e8ef07a538ff2bedd439490dc66996951664ff 100644 (file)
 <a href="../fr/ssl/ssl_howto.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
 </div>
 
-<blockquote>
-<p>The solution to this problem is trivial
-and is left as an exercise for the reader.</p>
-
-<p class="cite">-- <cite>Standard textbook cookie</cite></p>
-</blockquote>
-
-<p>How to solve particular security problems for an SSL-aware
-webserver is not always obvious because of the interactions between SSL,
-HTTP and Apache's way of processing requests. This chapter gives
-instructions on how to solve some typical situations. Treat it as a first
-step to find out the final solution, but always try to understand the 
-stuff before you use it. Nothing is worse than using a security solution
-without knowing its restrictions and how it interacts with other systems.</p>
+
+<p>This documented is intended to get you started, and get a few things
+working. You are strongly encouraged to read the rest of the SSL
+documentation, and arrive at a deeper understanding of the material,
+before progressing to the advanced techniques.</p>
 </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#configexample">Basic Configuration Example</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#ciphersuites">Cipher Suites and Enforcing Strong Security</a></li>