summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-12-19 22:53:32 +0000
committerStefan Fritsch <sf@apache.org>2010-12-19 22:53:32 +0000
commit4766a90ae85ab8e1f6205798f6e8bee73eefba06 (patch)
tree4dbd7bcd80d9e47d18eb73143803486db5bdf564 /docs/manual
parent00366b7497216528e74c62e244aeebff76e5b72e (diff)
downloadhttpd-4766a90ae85ab8e1f6205798f6e8bee73eefba06.tar.gz
Fix typos, update transforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1050962 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/expr.html.en4
-rw-r--r--docs/manual/expr.xml4
-rw-r--r--docs/manual/index.html.de3
-rw-r--r--docs/manual/index.html.fr2
-rw-r--r--docs/manual/index.xml.da2
-rw-r--r--docs/manual/index.xml.de2
-rw-r--r--docs/manual/index.xml.es2
-rw-r--r--docs/manual/index.xml.fr2
-rw-r--r--docs/manual/index.xml.ja2
-rw-r--r--docs/manual/index.xml.ko2
-rw-r--r--docs/manual/index.xml.meta4
-rw-r--r--docs/manual/index.xml.pt-br2
-rw-r--r--docs/manual/index.xml.tr2
13 files changed, 19 insertions, 14 deletions
diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en
index 55ece1af92..d1e09b82a3 100644
--- a/docs/manual/expr.html.en
+++ b/docs/manual/expr.html.en
@@ -134,7 +134,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
<table class="bordered"><tr class="header"><th>Name</th><th>Description</th></tr>
<tr><td><code>REQUEST_METHOD</code></td>
<td>The HTTP method of the incoming request (e.g.
- <code>GET</code></td></tr>
+ <code>GET</code>)</td></tr>
<tr class="odd"><td><code>REQUEST_SCHEME</code></td>
<td>The scheme part of the request's URI</td></tr>
<tr><td><code>REQUEST_URI</code></td>
@@ -181,7 +181,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
<tr class="odd"><td><code>CONTENT_TYPE</code></td>
<td>The content type of the response</td></tr>
<tr><td><code>HANDLER</code></td>
- <td>The name of the <a href="handler.htmll">handler</a> creating
+ <td>The name of the <a href="handler.html">handler</a> creating
the response</td></tr>
<tr class="odd"><td><code>HTTPS</code></td>
<td>"<code>on</code>" if the request uses https,
diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml
index 133c8a3a44..0ecf639a42 100644
--- a/docs/manual/expr.xml
+++ b/docs/manual/expr.xml
@@ -137,7 +137,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
<tr><th>Name</th><th>Description</th></tr>
<tr><td><code>REQUEST_METHOD</code></td>
<td>The HTTP method of the incoming request (e.g.
- <code>GET</code></td></tr>
+ <code>GET</code>)</td></tr>
<tr><td><code>REQUEST_SCHEME</code></td>
<td>The scheme part of the request's URI</td></tr>
<tr><td><code>REQUEST_URI</code></td>
@@ -184,7 +184,7 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
<tr><td><code>CONTENT_TYPE</code></td>
<td>The content type of the response</td></tr>
<tr><td><code>HANDLER</code></td>
- <td>The name of the <a href="handler.htmll">handler</a> creating
+ <td>The name of the <a href="handler.html">handler</a> creating
the response</td></tr>
<tr><td><code>HTTPS</code></td>
<td>"<code>on</code>" if the request uses https,
diff --git a/docs/manual/index.html.de b/docs/manual/index.html.de
index d97c3dff00..1e0224bbe8 100644
--- a/docs/manual/index.html.de
+++ b/docs/manual/index.html.de
@@ -32,6 +32,9 @@
<a href="./pt-br/" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
<a href="./tr/" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
</div>
+<div class="outofdate">Diese Übersetzung ist möglicherweise
+ nicht mehr aktuell. Bitte prüfen Sie die englische Version auf
+ die neuesten Änderungen.</div>
<form method="get" action="http://www.google.com/search"><p><input name="as_q" value="" type="text" /> <input value="Google-Suche" type="submit" /><input value="10" name="num" type="hidden" /><input value="de" name="hl" type="hidden" /><input value="ISO-8859-1" name="ie" type="hidden" /><input value="Google Search" name="btnG" type="hidden" /><input name="as_epq" value="Version 2.3" 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">Hinweise zur Version</a></h2>
<ul><li><a href="new_features_2_4.html">Neue Funktionen in Version 2.3/2.4</a></li>
diff --git a/docs/manual/index.html.fr b/docs/manual/index.html.fr
index ef39e7f466..917181a226 100644
--- a/docs/manual/index.html.fr
+++ b/docs/manual/index.html.fr
@@ -32,6 +32,8 @@
<a href="./pt-br/" hreflang="pt-br" rel="alternate" title="Português (Brasil)">&nbsp;pt-br&nbsp;</a> |
<a href="./tr/" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&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>
<form method="get" action="http://www.google.com/search"><p><input name="as_q" value="" type="text" /> <input value="Recherche Google" type="submit" /><input value="10" name="num" type="hidden" /><input value="fr" name="hl" type="hidden" /><input value="ISO-8859-1" name="ie" type="hidden" /><input value="Google Search" name="btnG" type="hidden" /><input name="as_epq" value="Version 2.3" 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">Notes de version</a></h2>
<ul><li><a href="new_features_2_4.html">Nouvelles fonctionnalités dApache 2.3/2.4</a></li>
diff --git a/docs/manual/index.xml.da b/docs/manual/index.xml.da
index 770aac1051..7e6f5183b7 100644
--- a/docs/manual/index.xml.da
+++ b/docs/manual/index.xml.da
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE indexpage SYSTEM "./style/sitemap.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.en.xsl"?>
-<!-- English Revision: 959136:1044380 (outdated) -->
+<!-- English Revision: 959136:1050960 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/index.xml.de b/docs/manual/index.xml.de
index 9d8583ad7e..10e1a12207 100644
--- a/docs/manual/index.xml.de
+++ b/docs/manual/index.xml.de
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE indexpage SYSTEM "./style/sitemap.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?>
-<!-- English Revision: 1044380 -->
+<!-- English Revision: 1044380:1050960 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/index.xml.es b/docs/manual/index.xml.es
index 8466e84d7e..2e5d1b16d9 100644
--- a/docs/manual/index.xml.es
+++ b/docs/manual/index.xml.es
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE indexpage SYSTEM "./style/sitemap.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
-<!-- English Revision: 105989:1044380 (outdated) -->
+<!-- English Revision: 105989:1050960 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/index.xml.fr b/docs/manual/index.xml.fr
index 6071e4722b..e3f5cf2630 100644
--- a/docs/manual/index.xml.fr
+++ b/docs/manual/index.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: 1044380 -->
+<!-- English Revision: 1044380:1050960 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/index.xml.ja b/docs/manual/index.xml.ja
index fc1c42a168..9170e46e97 100644
--- a/docs/manual/index.xml.ja
+++ b/docs/manual/index.xml.ja
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE indexpage SYSTEM "./style/sitemap.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 636028:1044380 (outdated) -->
+<!-- English Revision: 636028:1050960 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/index.xml.ko b/docs/manual/index.xml.ko
index adbecf32c8..456d47d8e1 100644
--- a/docs/manual/index.xml.ko
+++ b/docs/manual/index.xml.ko
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE indexpage SYSTEM "./style/sitemap.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:1044380 (outdated) -->
+<!-- English Revision: 105989:1050960 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/index.xml.meta b/docs/manual/index.xml.meta
index 8cfbb13b70..f326eef6c7 100644
--- a/docs/manual/index.xml.meta
+++ b/docs/manual/index.xml.meta
@@ -8,10 +8,10 @@
<variants>
<variant outdated="yes">da</variant>
- <variant>de</variant>
+ <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 outdated="yes">pt-br</variant>
diff --git a/docs/manual/index.xml.pt-br b/docs/manual/index.xml.pt-br
index 013b98db78..df7a4ff4f9 100644
--- a/docs/manual/index.xml.pt-br
+++ b/docs/manual/index.xml.pt-br
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE indexpage SYSTEM "./style/sitemap.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.pt-br.xsl"?>
-<!-- English Revision: 420993:1044380 (outdated) -->
+<!-- English Revision: 420993:1050960 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/index.xml.tr b/docs/manual/index.xml.tr
index 430a675401..cfddd56163 100644
--- a/docs/manual/index.xml.tr
+++ b/docs/manual/index.xml.tr
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE indexpage SYSTEM "./style/sitemap.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.tr.xsl"?>
-<!-- English Revision: 636028:1044380 (outdated) -->
+<!-- English Revision: 636028:1050960 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more