]> granicus.if.org Git - apache/commitdiff
Update syntax highlight for content-neg
authorDaniel Gruno <humbedooh@apache.org>
Fri, 27 Apr 2012 20:38:25 +0000 (20:38 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 27 Apr 2012 20:38:25 +0000 (20:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331584 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/caching.xml.fr
docs/manual/caching.xml.tr
docs/manual/content-negotiation.html.en
docs/manual/content-negotiation.xml
docs/manual/howto/cgi.xml.fr
docs/manual/howto/cgi.xml.ja
docs/manual/howto/cgi.xml.ko

index 28a7a0b2f17c01d4e1e2907e05012b45ec219011..b1da64180207c428010466bdbe7a3b1d46f5a930 100644 (file)
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1291840:1330883 (outdated) -->
+<!-- English Revision: 1291840:1331581 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index ae093fe248aa1ef9ffda94a84418b70a565105ee..9dc4342bd98f7fd7e35286a7e678a1ed559e9bc1 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: 1291840:1330883 (outdated) -->
+<!-- English Revision: 1291840:1331581 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 47a746bd4d486ea8b379ace7c9e0d243e21d3953..737d825555d3bb80419258742ca1b2951d59a1e5 100644 (file)
@@ -134,7 +134,8 @@ Negotiation</a></li>
     defines a file suffix as <code>type-map</code>; this is best done
     with</p>
 
-<div class="example"><p><code>AddHandler type-map .var</code></p></div>
+<pre class="prettyprint lang-config">AddHandler type-map .var</pre>
+
 
     <p>in the server configuration file.</p>
 
@@ -231,7 +232,8 @@ Negotiation</a></li>
     named by the <code class="directive"><a href="./mod/mod_dir.html#directoryindex">DirectoryIndex</a></code> directive, if the
     server is trying to index a directory. If the configuration files
     specify</p>
-<div class="example"><p><code>DirectoryIndex index</code></p></div>
+<pre class="prettyprint lang-config">DirectoryIndex index</pre>
+
     <p>then the server will arbitrate between <code>index.html</code>
     and <code>index.html3</code> if both are present. If neither
     are present, and <code>index.cgi</code> is there, the server
@@ -516,10 +518,11 @@ Negotiation</a></li>
     try to select a matching variant. If there's no such variant,
     the normal negotiation process applies.</p>
 
-    <div class="example"><h3>Example</h3><p><code>
-      SetEnvIf Cookie "language=(.+)" prefer-language=$1<br />
-      Header append Vary cookie
-    </code></p></div>
+    <div class="example"><h3>Example</h3><pre class="prettyprint lang-config">
+SetEnvIf Cookie "language=(.+)" prefer-language=$1
+Header append Vary cookie
+    </pre>
+</div>
 
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
index 2076152d20ea5341e8c22f47556bed435a7933a4..fbd70a00f94f8750bfe08a5efcbbd864994ace1a 100644 (file)
     defines a file suffix as <code>type-map</code>; this is best done
     with</p>
 
-<example>AddHandler type-map .var</example>
+<highlight language="config">AddHandler type-map .var</highlight>
 
     <p>in the server configuration file.</p>
 
     module="mod_dir">DirectoryIndex</directive> directive, if the
     server is trying to index a directory. If the configuration files
     specify</p>
-<example>DirectoryIndex index</example>
+<highlight language="config">DirectoryIndex index</highlight>
     <p>then the server will arbitrate between <code>index.html</code>
     and <code>index.html3</code> if both are present. If neither
     are present, and <code>index.cgi</code> is there, the server
     the normal negotiation process applies.</p>
 
     <example><title>Example</title>
-      SetEnvIf Cookie "language=(.+)" prefer-language=$1<br />
-      Header append Vary cookie
+    <highlight language="config">
+SetEnvIf Cookie "language=(.+)" prefer-language=$1
+Header append Vary cookie
+    </highlight>
     </example>
 </section>
 </section>
index 7db57680d62c69a524284acd3c056d7343d225c4..efa717f364b6aa384845723701ff1d87d28b70c5 100644 (file)
@@ -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: 1174747:1330165 (outdated) -->
+<!-- English Revision: 1174747:1331576 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index ccd8d4726a822a820a330c19255f206a1046b926..c92fdf1695acb3a472be80bf3c2989cc993c0809 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: 545841:1330165 (outdated) -->
+<!-- English Revision: 545841:1331576 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 18b4d3e86a1d4a0746b8ca9bd70744fbfbb0e299..183f54bbcebb46bf2de193bb45da78fdf0aa60c1 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: 105989:1330165 (outdated) -->
+<!-- English Revision: 105989:1331576 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more