summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNoirin Plunkett <noirin@apache.org>2007-03-06 20:48:30 +0100
committerNoirin Plunkett <noirin@apache.org>2007-03-06 20:48:30 +0100
commit69d0a27aa78ee95b29871d9da1b13bb4c571c6c1 (patch)
tree64b3edb0476fc2c0e4c2d5d54fe546b260334e6a /docs
parentUpdating to reflect current defaults (diff)
downloadapache2-69d0a27aa78ee95b29871d9da1b13bb4c571c6c1.tar.xz
apache2-69d0a27aa78ee95b29871d9da1b13bb4c571c6c1.zip
Tidying up - mostly outdated translations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@515273 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/bind.xml.de2
-rw-r--r--docs/manual/bind.xml.fr2
-rw-r--r--docs/manual/bind.xml.ja2
-rw-r--r--docs/manual/bind.xml.ko2
-rw-r--r--docs/manual/bind.xml.meta8
-rw-r--r--docs/manual/dns-caveats.html.en14
-rw-r--r--docs/manual/dns-caveats.xml.ja2
-rw-r--r--docs/manual/dns-caveats.xml.ko2
-rw-r--r--docs/manual/mod/mod_proxy.xml.ja2
9 files changed, 18 insertions, 18 deletions
diff --git a/docs/manual/bind.xml.de b/docs/manual/bind.xml.de
index bc9873d0a8..befcd8d792 100644
--- a/docs/manual/bind.xml.de
+++ b/docs/manual/bind.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.en.xsl"?>
-<!-- English Revision: 420990 -->
+<!-- English Revision: 420990:507346 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/bind.xml.fr b/docs/manual/bind.xml.fr
index 7ba2507f84..a00026198d 100644
--- a/docs/manual/bind.xml.fr
+++ b/docs/manual/bind.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision: 103425:420990 (outdated) -->
+<!-- English Revision: 103425:507346 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/bind.xml.ja b/docs/manual/bind.xml.ja
index 0f152abdb7..0e6f450469 100644
--- a/docs/manual/bind.xml.ja
+++ b/docs/manual/bind.xml.ja
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-2022-jp" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 327999:420990 (outdated) -->
+<!-- English Revision: 327999:507346 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/bind.xml.ko b/docs/manual/bind.xml.ko
index 6d59c7c109..e7d1b28c05 100644
--- a/docs/manual/bind.xml.ko
+++ b/docs/manual/bind.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:420990 (outdated) -->
+<!-- English Revision: 105989:507346 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/bind.xml.meta b/docs/manual/bind.xml.meta
index c4b86ae01f..4af357e9f5 100644
--- a/docs/manual/bind.xml.meta
+++ b/docs/manual/bind.xml.meta
@@ -6,10 +6,10 @@
<relpath>.</relpath>
<variants>
- <variant htmlonly="yes">de</variant>
+ <variant outdated="yes">de</variant>
<variant>en</variant>
- <variant htmlonly="yes">fr</variant>
- <variant htmlonly="yes">ja</variant>
- <variant htmlonly="yes">ko</variant>
+ <variant outdated="yes">fr</variant>
+ <variant outdated="yes">ja</variant>
+ <variant outdated="yes">ko</variant>
</variants>
</metafile>
diff --git a/docs/manual/dns-caveats.html.en b/docs/manual/dns-caveats.html.en
index 1816b1a0bb..f51ca9c2d1 100644
--- a/docs/manual/dns-caveats.html.en
+++ b/docs/manual/dns-caveats.html.en
@@ -61,11 +61,11 @@
to this virtual host (prior to Apache version 1.2 the server
would not even boot).</p>
- <p>Suppose that <code>www.abc.dom</code> has address 10.0.0.1.
+ <p>Suppose that <code>www.abc.dom</code> has address 192.0.2.1.
Then consider this configuration snippet:</p>
<div class="example"><p><code>
- &lt;VirtualHost 10.0.0.1&gt; <br />
+ &lt;VirtualHost 192.0.2.1&gt; <br />
ServerAdmin webgirl@abc.dom <br />
DocumentRoot /www/abc <br />
&lt;/VirtualHost&gt;
@@ -84,7 +84,7 @@
<p>Here is a snippet that avoids both of these problems:</p>
<div class="example"><p><code>
- &lt;VirtualHost 10.0.0.1&gt; <br />
+ &lt;VirtualHost 192.0.2.1&gt; <br />
ServerName www.abc.dom <br />
ServerAdmin webgirl@abc.dom <br />
DocumentRoot /www/abc <br />
@@ -124,18 +124,18 @@
&lt;/VirtualHost&gt;
</code></p></div>
- <p>Suppose that you've assigned 10.0.0.1 to
- <code>www.abc.dom</code> and 10.0.0.2 to
+ <p>Suppose that you've assigned 192.0.2.1 to
+ <code>www.abc.dom</code> and 192.0.2.2 to
<code>www.def.dom</code>. Furthermore, suppose that
<code>def.dom</code> has control of their own DNS. With this
config you have put <code>def.dom</code> into a position where
they can steal all traffic destined to <code>abc.dom</code>. To
do so, all they have to do is set <code>www.def.dom</code> to
- 10.0.0.1. Since they control their own DNS you can't stop them
+ 192.0.2.1. Since they control their own DNS you can't stop them
from pointing the <code>www.def.dom</code> record wherever they
wish.</p>
- <p>Requests coming in to 10.0.0.1 (including all those where
+ <p>Requests coming in to 192.0.2.1 (including all those where
users typed in URLs of the form
<code>http://www.abc.dom/whatever</code>) will all be served by
the <code>def.dom</code> virtual host. To better understand why
diff --git a/docs/manual/dns-caveats.xml.ja b/docs/manual/dns-caveats.xml.ja
index 18126a2208..dad810f53a 100644
--- a/docs/manual/dns-caveats.xml.ja
+++ b/docs/manual/dns-caveats.xml.ja
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-2022-jp" ?>
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 151408:420990 (outdated) -->
+<!-- English Revision: 151408:507346 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/dns-caveats.xml.ko b/docs/manual/dns-caveats.xml.ko
index 06afbbd0c4..83515d61ca 100644
--- a/docs/manual/dns-caveats.xml.ko
+++ b/docs/manual/dns-caveats.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:420990 (outdated) -->
+<!-- English Revision: 105989:507346 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/mod/mod_proxy.xml.ja b/docs/manual/mod/mod_proxy.xml.ja
index df2a6757a2..956a9aa335 100644
--- a/docs/manual/mod/mod_proxy.xml.ja
+++ b/docs/manual/mod/mod_proxy.xml.ja
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-2022-jp"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 189754:432359 (outdated) -->
+<!-- English Revision: 189754:515251 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more