]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix XML error and rebuild changes.
authorRich Bowen <rbowen@apache.org>
Thu, 21 Jul 2011 13:54:38 +0000 (13:54 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 21 Jul 2011 13:54:38 +0000 (13:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1149177 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/content-negotiation.html.en
docs/manual/content-negotiation.html.tr.utf8
docs/manual/content-negotiation.xml
docs/manual/content-negotiation.xml.ja
docs/manual/content-negotiation.xml.ko
docs/manual/content-negotiation.xml.meta
docs/manual/content-negotiation.xml.tr

index 60798077e098ebe6724f4f441d8fb8f282984d76..f9612141462fdc3913be9641b7d61dbfeddb71e2 100644 (file)
@@ -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
index 82f515cc5954d7ef33c67fd7181ce8484950600d..9ec25c443cbd44d7e2253e3e131e93fea34edfd7 100644 (file)
@@ -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
index d7402657aa5296ad9df498c35b9571303ecf9504..f0a007cc2e2a83f51316a65262d73dba58ac133b 100644 (file)
     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
index 19bd4c614178a771d4c13395ca5189e3d16f279b..037a6bf4ba2a3fc28c0b7cb19ddd2b73bb644181 100644 (file)
@@ -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
index 5929ce2b9b3b429e84d58c8ad0f2d25043440f34..f81bd3252836ae6039885afc05240d6d59350ba2 100644 (file)
@@ -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
index f3e81e598f8e8a86fa9ff6ecef097bd95ce460b4..70a3640196ecfb3c6f839f0ee0a1f11736680b20 100644 (file)
@@ -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>
index e13ee23f6e96e91db86f1cad2b9fed0cc7378e05..837202272102aa9ddbc9cb143fbc9c391a92c762 100644 (file)
@@ -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>