You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/10/08 15:42:44 UTC

svn commit: r1395563 - in /httpd/httpd/branches/2.4.x/docs/manual: mpm.html.en mpm.html.fr mpm.html.tr.utf8 mpm.xml.de mpm.xml.es mpm.xml.fr mpm.xml.ja mpm.xml.ko mpm.xml.meta mpm.xml.tr mpm.xml.zh-cn

Author: rbowen
Date: Mon Oct  8 13:42:44 2012
New Revision: 1395563

URL: http://svn.apache.org/viewvc?rev=1395563&view=rev
Log:
Rebuild

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mpm.html.en
    httpd/httpd/branches/2.4.x/docs/manual/mpm.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/mpm.html.tr.utf8
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.de
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.es
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ja
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ko
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.tr
    httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.zh-cn

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.html.en?rev=1395563&r1=1395562&r2=1395563&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.html.en Mon Oct  8 13:42:44 2012
@@ -105,8 +105,9 @@ Linux, BSD, Solaris, Mac OS X, etc.</p><
 
 <p>In the case of Unix, the decision as to which MPM is installed is
 based on two questions:</p>
-<p>1. Does the system support <a href="http://en.wikipedia.org/wiki/Threads_(computer_science)">threads</a>?</p>
-<p>2. Does the system support <a href="http://en.wikipedia.org/wiki/Polling_(computer_science)">polling</a>?</p>
+<p>1. Does the system support threads?</p>
+<p>2. Does the system support thread-safe polling (Specifically, the
+kqueue and epoll functions)?</p>
 
 <p>If the answer to both questions is 'yes', the default MPM is
 <code class="module"><a href="./mod/event.html">event</a></code>.</p>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.html.fr?rev=1395563&r1=1395562&r2=1395563&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.html.fr Mon Oct  8 13:42:44 2012
@@ -30,6 +30,8 @@
 <a href="./tr/mpm.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a> |
 <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese">&nbsp;zh-cn&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
 <p>Ce document décrit ce qu'est un Module Multi-Processus, ainsi
 que la manière dont ces modules sont utilisés par le serveur HTTP Apache.</p>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.html.tr.utf8?rev=1395563&r1=1395562&r2=1395563&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.html.tr.utf8 [utf-8] Mon Oct  8 13:42:44 2012
@@ -30,6 +30,7 @@
 <a href="./tr/mpm.html" title="Türkçe">&nbsp;tr&nbsp;</a> |
 <a href="./zh-cn/mpm.html" 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>Bu belgede Çok Süreçlilik Modülü denince ne anlaşıldığı ve bunların
     Apache HTTP Sunucusu tarafından nasıl kullanıldıkları açıklanmıştır.</p>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.de
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.de?rev=1395563&r1=1395562&r2=1395563&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.de (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.de Mon Oct  8 13:42:44 2012
@@ -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.de.xsl"?>
-<!-- English Revision: 420990:1174747 (outdated) -->
+<!-- English Revision: 420990:1395561 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.es
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.es?rev=1395563&r1=1395562&r2=1395563&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.es (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.es Mon Oct  8 13:42:44 2012
@@ -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.es.xsl"?>
-<!-- English Revision: 105989:1174747 (outdated) -->
+<!-- English Revision: 105989:1395561 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr?rev=1395563&r1=1395562&r2=1395563&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.fr Mon Oct  8 13:42:44 2012
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision : 1174747 -->
+<!-- English Revision: 1174747:1395561 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ja?rev=1395563&r1=1395562&r2=1395563&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ja [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ja [utf-8] Mon Oct  8 13:42:44 2012
@@ -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:1174747 (outdated) -->
+<!-- English Revision: 420990:1395561 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ko
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ko?rev=1395563&r1=1395562&r2=1395563&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ko [euc-kr] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.ko [euc-kr] Mon Oct  8 13:42:44 2012
@@ -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: 105989:1174747 (outdated) -->
+<!-- English Revision: 105989:1395561 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.meta?rev=1395563&r1=1395562&r2=1395563&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.meta Mon Oct  8 13:42:44 2012
@@ -10,10 +10,10 @@
     <variant outdated="yes">de</variant>
     <variant>en</variant>
     <variant outdated="yes">es</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
     <variant outdated="yes">zh-cn</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.tr?rev=1395563&r1=1395562&r2=1395563&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.tr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.tr [utf-8] Mon Oct  8 13:42:44 2012
@@ -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: 1174747 -->
+<!-- English Revision: 1174747:1395561 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.zh-cn
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.zh-cn?rev=1395563&r1=1395562&r2=1395563&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.zh-cn (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mpm.xml.zh-cn Mon Oct  8 13:42:44 2012
@@ -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.zh-cn.xsl"?>
-<!-- English Revision: 927046:1174747 (outdated) -->
+<!-- English Revision: 927046:1395561 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more