summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-07-21 13:54:38 +0000
committerRich Bowen <rbowen@apache.org>2011-07-21 13:54:38 +0000
commitad3b470ba48fbfca8893181483d2e6d3d091dd01 (patch)
tree89104d19dc7aa322f9a9b1b063f31a2d10342798
parent77bdf0dfe1c37fba8ff7b41a61e704693f3e0444 (diff)
downloadhttpd-ad3b470ba48fbfca8893181483d2e6d3d091dd01.tar.gz
Fix XML error and rebuild changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1149177 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/content-negotiation.html.en18
-rw-r--r--docs/manual/content-negotiation.html.tr.utf81
-rw-r--r--docs/manual/content-negotiation.xml2
-rw-r--r--docs/manual/content-negotiation.xml.ja2
-rw-r--r--docs/manual/content-negotiation.xml.ko2
-rw-r--r--docs/manual/content-negotiation.xml.meta2
-rw-r--r--docs/manual/content-negotiation.xml.tr2
7 files changed, 20 insertions, 9 deletions
diff --git a/docs/manual/content-negotiation.html.en b/docs/manual/content-negotiation.html.en
index 60798077e0..f961214146 100644
--- a/docs/manual/content-negotiation.html.en
+++ b/docs/manual/content-negotiation.html.en
@@ -135,15 +135,24 @@ Negotiation</a></li>
<p>in the server configuration file.</p>
<p>Type map files should have the same name as the resource
- which they are describing, and have an entry for each available
+ which they are describing, followed by the extension
+ <code>.var</code>. In the examples shown below, the resource is
+ named <code>foo</code>, so the type map file is named
+ <code>foo.var</code>.</p>
+
+ <p>This file should have an entry for each available
variant; these entries consist of contiguous HTTP-format header
lines. Entries for different variants are separated by blank
lines. Blank lines are illegal within an entry. It is
conventional to begin a map file with an entry for the combined
entity as a whole (although this is not required, and if
- present will be ignored). An example map file is shown below.
- This file would be named <code>foo.var</code>, as it describes
- a resource named <code>foo</code>.</p>
+ present will be ignored). An example map file is shown below.</p>
+
+ <p>URIs in this file are relative to the location of the type map
+ file. Usually, these files will be located in the same directory as
+ the type map file, but this is not required. You may provide
+ absolute or relative URIs for any file located on the same server as
+ the map file.</p>
<div class="example"><p><code>
URI: foo<br />
@@ -156,6 +165,7 @@ Negotiation</a></li>
Content-type: text/html;charset=iso-8859-2<br />
Content-language: fr, de<br />
</code></p></div>
+
<p>Note also that a typemap file will take precedence over the
filename's extension, even when Multiviews is on. If the
variants have different source qualities, that may be indicated
diff --git a/docs/manual/content-negotiation.html.tr.utf8 b/docs/manual/content-negotiation.html.tr.utf8
index 82f515cc59..9ec25c443c 100644
--- a/docs/manual/content-negotiation.html.tr.utf8
+++ b/docs/manual/content-negotiation.html.tr.utf8
@@ -23,6 +23,7 @@
<a href="./ko/content-negotiation.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
<a href="./tr/content-negotiation.html" title="Türkçe">&nbsp;tr&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 HTTPD, içerik uzlaşımını HTTP/1.1 belirtiminde bahsedildiği şekliyle
diff --git a/docs/manual/content-negotiation.xml b/docs/manual/content-negotiation.xml
index d7402657aa..f0a007cc2e 100644
--- a/docs/manual/content-negotiation.xml
+++ b/docs/manual/content-negotiation.xml
@@ -128,7 +128,7 @@
which they are describing, followed by the extension
<code>.var</code>. In the examples shown below, the resource is
named <code>foo</code>, so the type map file is named
- <code>foo.var<code>.</p>
+ <code>foo.var</code>.</p>
<p>This file should have an entry for each available
variant; these entries consist of contiguous HTTP-format header
diff --git a/docs/manual/content-negotiation.xml.ja b/docs/manual/content-negotiation.xml.ja
index 19bd4c6141..037a6bf4ba 100644
--- a/docs/manual/content-negotiation.xml.ja
+++ b/docs/manual/content-negotiation.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: 675610:1029134 (outdated) -->
+<!-- English Revision: 675610:1149174 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/content-negotiation.xml.ko b/docs/manual/content-negotiation.xml.ko
index 5929ce2b9b..f81bd32528 100644
--- a/docs/manual/content-negotiation.xml.ko
+++ b/docs/manual/content-negotiation.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: 151408:1029134 (outdated) -->
+<!-- English Revision: 151408:1149174 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/docs/manual/content-negotiation.xml.meta b/docs/manual/content-negotiation.xml.meta
index f3e81e598f..70a3640196 100644
--- a/docs/manual/content-negotiation.xml.meta
+++ b/docs/manual/content-negotiation.xml.meta
@@ -10,6 +10,6 @@
<variant>en</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>
- <variant>tr</variant>
+ <variant outdated="yes">tr</variant>
</variants>
</metafile>
diff --git a/docs/manual/content-negotiation.xml.tr b/docs/manual/content-negotiation.xml.tr
index e13ee23f6e..8372022721 100644
--- a/docs/manual/content-negotiation.xml.tr
+++ b/docs/manual/content-negotiation.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: 1029134 -->
+<!-- English Revision: 1029134:1149174 (outdated) -->
<!-- =====================================================
Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by: Orhan Berent <berent belgeler.org>