diff options
author | Rich Bowen <rbowen@apache.org> | 2011-04-07 05:18:26 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-04-07 05:18:26 +0200 |
commit | 7e778228fcee439e1c4aef9afdad9e33f58a1e0b (patch) | |
tree | 2c6ed2030f3e94a0c88a733d38740f13f1318a74 /docs/manual/mod | |
parent | Adds an example of constructing a type-map file. (diff) | |
download | apache2-7e778228fcee439e1c4aef9afdad9e33f58a1e0b.tar.xz apache2-7e778228fcee439e1c4aef9afdad9e33f58a1e0b.zip |
Oops. Mixed file names in my example.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089717 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r-- | docs/manual/mod/mod_negotiation.html.en | 7 | ||||
-rw-r--r-- | docs/manual/mod/mod_negotiation.xml | 7 | ||||
-rw-r--r-- | docs/manual/mod/mod_negotiation.xml.ja | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/docs/manual/mod/mod_negotiation.html.en b/docs/manual/mod/mod_negotiation.html.en index 1cf3b7f5a9..f321406a33 100644 --- a/docs/manual/mod/mod_negotiation.html.en +++ b/docs/manual/mod/mod_negotiation.html.en @@ -164,11 +164,12 @@ Negotiation</a></li> and German. The files for each of these are called <code>document.html.en</code>, <code>document.html.fr</code>, and <code>document.html.de</code>, respectively. The type map file will - be called <code>index.html.var</code>, and will contain the + be called <code>document.html.var</code>, and will contain the following:</p> - <div class="example"><h3>index.html.var</h3><p><code> - + <div class="example"><p><code> + URI: document.html<br /> + <br /> Content-language: en<br /> Content-type: text/html<br /> URI: document.html.en<br /> diff --git a/docs/manual/mod/mod_negotiation.xml b/docs/manual/mod/mod_negotiation.xml index 5762a76fd4..2f9e0bbbc9 100644 --- a/docs/manual/mod/mod_negotiation.xml +++ b/docs/manual/mod/mod_negotiation.xml @@ -151,11 +151,12 @@ Negotiation</a></seealso> and German. The files for each of these are called <code>document.html.en</code>, <code>document.html.fr</code>, and <code>document.html.de</code>, respectively. The type map file will - be called <code>index.html.var</code>, and will contain the + be called <code>document.html.var</code>, and will contain the following:</p> - <example><title>index.html.var</title> - + <example> + URI: document.html<br /> + <br /> Content-language: en<br /> Content-type: text/html<br /> URI: document.html.en<br /> diff --git a/docs/manual/mod/mod_negotiation.xml.ja b/docs/manual/mod/mod_negotiation.xml.ja index f67e741188..7b775259ea 100644 --- a/docs/manual/mod/mod_negotiation.xml.ja +++ b/docs/manual/mod/mod_negotiation.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?> -<!-- English Revision: 420990:1089714 (outdated) --> +<!-- English Revision: 420990:1089716 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more |