diff options
author | Rich Bowen <rbowen@apache.org> | 2012-10-08 15:39:27 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2012-10-08 15:39:27 +0200 |
commit | 659c78c604daa83183b5e29edcee26346eabaf1f (patch) | |
tree | 90562a9c9409f90a2e784c67b52b137980d8ce21 /docs | |
parent | Thanks to Daniel, further enhance the explanation of the decision of the defa... (diff) | |
download | apache2-659c78c604daa83183b5e29edcee26346eabaf1f.tar.xz apache2-659c78c604daa83183b5e29edcee26346eabaf1f.zip |
Rebuild HTML and translations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1395560 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mpm.html.en | 5 | ||||
-rw-r--r-- | docs/manual/mpm.html.fr | 2 | ||||
-rw-r--r-- | docs/manual/mpm.html.tr.utf8 | 1 | ||||
-rw-r--r-- | docs/manual/mpm.xml.de | 2 | ||||
-rw-r--r-- | docs/manual/mpm.xml.es | 2 | ||||
-rw-r--r-- | docs/manual/mpm.xml.fr | 2 | ||||
-rw-r--r-- | docs/manual/mpm.xml.ja | 2 | ||||
-rw-r--r-- | docs/manual/mpm.xml.ko | 2 | ||||
-rw-r--r-- | docs/manual/mpm.xml.meta | 4 | ||||
-rw-r--r-- | docs/manual/mpm.xml.tr | 2 | ||||
-rw-r--r-- | docs/manual/mpm.xml.zh-cn | 2 |
11 files changed, 15 insertions, 11 deletions
diff --git a/docs/manual/mpm.html.en b/docs/manual/mpm.html.en index f871ff22a6..685ae87309 100644 --- a/docs/manual/mpm.html.en +++ b/docs/manual/mpm.html.en @@ -105,8 +105,9 @@ Linux, BSD, Solaris, Mac OS X, etc.</p></div> <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> diff --git a/docs/manual/mpm.html.fr b/docs/manual/mpm.html.fr index 7b80c961a2..cb93a0af86 100644 --- a/docs/manual/mpm.html.fr +++ b/docs/manual/mpm.html.fr @@ -30,6 +30,8 @@ <a href="./tr/mpm.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a> | <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </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> diff --git a/docs/manual/mpm.html.tr.utf8 b/docs/manual/mpm.html.tr.utf8 index 5be87ab0eb..d82e31b4a8 100644 --- a/docs/manual/mpm.html.tr.utf8 +++ b/docs/manual/mpm.html.tr.utf8 @@ -30,6 +30,7 @@ <a href="./tr/mpm.html" title="Türkçe"> tr </a> | <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </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> diff --git a/docs/manual/mpm.xml.de b/docs/manual/mpm.xml.de index 8d1c9fb053..fcc7c0e0c4 100644 --- a/docs/manual/mpm.xml.de +++ b/docs/manual/mpm.xml.de @@ -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:1395555 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mpm.xml.es b/docs/manual/mpm.xml.es index cdc98d8c59..45491c6e4b 100644 --- a/docs/manual/mpm.xml.es +++ b/docs/manual/mpm.xml.es @@ -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:1395555 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mpm.xml.fr b/docs/manual/mpm.xml.fr index 6aa7b04e1e..057f996965 100644 --- a/docs/manual/mpm.xml.fr +++ b/docs/manual/mpm.xml.fr @@ -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:1395555 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mpm.xml.ja b/docs/manual/mpm.xml.ja index 7018ef6354..84195fdec6 100644 --- a/docs/manual/mpm.xml.ja +++ b/docs/manual/mpm.xml.ja @@ -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:1395555 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mpm.xml.ko b/docs/manual/mpm.xml.ko index 5d290eaad3..00506469c2 100644 --- a/docs/manual/mpm.xml.ko +++ b/docs/manual/mpm.xml.ko @@ -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:1395555 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/mpm.xml.meta b/docs/manual/mpm.xml.meta index 7052ad2029..fab28f4169 100644 --- a/docs/manual/mpm.xml.meta +++ b/docs/manual/mpm.xml.meta @@ -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> diff --git a/docs/manual/mpm.xml.tr b/docs/manual/mpm.xml.tr index 9c56009fa4..a76f9e328a 100644 --- a/docs/manual/mpm.xml.tr +++ b/docs/manual/mpm.xml.tr @@ -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:1395555 (outdated) --> <!-- ===================================================== Translated by: Nilgün Belma Bugüner <nilgun belgeler.org> Reviewed by: Orhan Berent <berent belgeler.org> diff --git a/docs/manual/mpm.xml.zh-cn b/docs/manual/mpm.xml.zh-cn index 4119cee7a8..be4a3b1fa2 100644 --- a/docs/manual/mpm.xml.zh-cn +++ b/docs/manual/mpm.xml.zh-cn @@ -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:1395555 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more |