Commit e6c111ee authored by Richard Bowen's avatar Richard Bowen
Browse files

Fix XML error and rebuild changes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1149177 13f79535-47bb-0310-9956-ffa450edef68
parent f6cad7fd
Loading
Loading
Loading
Loading
+14 −4
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
<?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
+1 −1
Original line number Diff line number Diff line
<?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
Loading