]> granicus.if.org Git - apache/commitdiff
I think this might look better as a DL than as a TABLE.
authorRich Bowen <rbowen@apache.org>
Tue, 18 May 2010 23:12:38 +0000 (23:12 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 18 May 2010 23:12:38 +0000 (23:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@945947 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.xml

index fc11f82e5dfecc1343a114aa8d832c15d53e5538..76930875f9ce583494527d626f4e7e1430d6a84e 100644 (file)
@@ -709,55 +709,34 @@ Apache HTTP Server 2.0.41 and later</td></tr>
       <p>The following combinations for <em>MapType</em> and
       <em>MapSource</em> can be used:</p>
 
-    <table>
-    <tr><th>Map Type</th>
-        <th>Description</th></tr>
+    <dl>
 
-    <tr>
-        <td><code>txt</code></td>
-        <td>A plain text file containing space-separated key-value
-        pairs, one per line.</td>
-        <td><a href="../rewrite/rewritemap.html#txt">Details ...</a></td>
-    </tr>
+    <dt>txt</dt>
+        <dd>A plain text file containing space-separated key-value
+        pairs, one per line. (<a href="../rewrite/rewritemap.html#txt">Details ...</a>)</dd>
 
-    <tr>
-        <td><code>rnd</code></td>
-        <td>Randomly selects an entry from a plain text file</td>
-        <td><a href="../rewrite/rewritemap.html#rnd">Details ...</a></td>
-    </tr>
+    <dt>rnd</dt>
+        <dd>Randomly selects an entry from a plain text file (<a href="../rewrite/rewritemap.html#rnd">Details ...</a>)</dd>
 
-    <tr>
-        <td><code>dbm</code></td>
-        <td>Looks up an entry in a dbm file containing name, value
+    <dt>dbm</dt>
+        <dd>Looks up an entry in a dbm file containing name, value
         pairs. Hash is constructed from a plain text file format using
         the <code><a href="../programs/httxt2dbm.html">httxt2dbm</a></code> 
-        utility.</td>
-        <td><a href="../rewrite/rewritemap.html#dbm">Details ...</a></td>
-    </tr>
+        utility.  (<a href="../rewrite/rewritemap.html#dbm">Details ...</a>)</dd>
 
-    <tr>
-        <td><code>int</code></td>
-        <td>One of the four available internal functions provided by
+    <dt>int</dt>
+        <dd>One of the four available internal functions provided by
         <code>RewriteMap</code>: toupper, tolower, escape or
-        unescape.</td>
-        <td><a href="../rewrite/rewritemap.html#int">Details ...</a></td>
-    </tr>
+        unescape. (<a href="../rewrite/rewritemap.html#int">Details ...</a>)</dd>
 
-    <tr>
-        <td><code>prg</code></td>
-        <td>Calls an external program or script to process the
-        rewriting.</td>
-        <td><a href="../rewrite/rewritemap.html#prg">Details ...</a></td>
-    </tr>
+    <dt>prg</dt>
+        <dd>Calls an external program or script to process the
+        rewriting. (<a href="../rewrite/rewritemap.html#prg">Details ...</a>)</dd>
 
-    <tr>
-        <td><code>dbd</code> or <code>fastdbd</code></td>
-        <td>A SQL SELECT statement to be performed to look up the
-        rewrite target.</td>
-        <td><a href="../rewrite/rewritemap.html#dbd">Details ...</a></td>
-    </tr>
-
-    </table>
+    <dt>dbd or fastdbd</dt>
+        <dd>A SQL SELECT statement to be performed to look up the
+        rewrite target. (<a href="../rewrite/rewritemap.html#dbd">Details ...</a>)</dd>
+    </dl>
 
     <p>Further details, and numerous examples, may be found in the <a href="../rewrite/rewritemap.html">RewriteMap HowTo</a></p>
 
index f0d37c3205b0cc7e6059bb3a586f936b5fef2f6c..159fc6163110cd1851222e051d6e0abff45e07c3 100644 (file)
@@ -255,55 +255,34 @@ Apache HTTP Server 2.0.41 and later</compatibility>
       <p>The following combinations for <em>MapType</em> and
       <em>MapSource</em> can be used:</p>
 
-    <table>
-    <tr><th>Map Type</th>
-        <th>Description</th></tr>
+    <dl>
 
-    <tr>
-        <td><code>txt</code></td>
-        <td>A plain text file containing space-separated key-value
-        pairs, one per line.</td>
-        <td><a href="../rewrite/rewritemap.html#txt">Details ...</a></td>
-    </tr>
+    <dt>txt</dt>
+        <dd>A plain text file containing space-separated key-value
+        pairs, one per line. (<a href="../rewrite/rewritemap.html#txt">Details ...</a>)</dd>
 
-    <tr>
-        <td><code>rnd</code></td>
-        <td>Randomly selects an entry from a plain text file</td>
-        <td><a href="../rewrite/rewritemap.html#rnd">Details ...</a></td>
-    </tr>
+    <dt>rnd</dt>
+        <dd>Randomly selects an entry from a plain text file (<a href="../rewrite/rewritemap.html#rnd">Details ...</a>)</dd>
 
-    <tr>
-        <td><code>dbm</code></td>
-        <td>Looks up an entry in a dbm file containing name, value
+    <dt>dbm</dt>
+        <dd>Looks up an entry in a dbm file containing name, value
         pairs. Hash is constructed from a plain text file format using
         the <code><a href="../programs/httxt2dbm.html">httxt2dbm</a></code> 
-        utility.</td>
-        <td><a href="../rewrite/rewritemap.html#dbm">Details ...</a></td>
-    </tr>
+        utility.  (<a href="../rewrite/rewritemap.html#dbm">Details ...</a>)</dd>
 
-    <tr>
-        <td><code>int</code></td>
-        <td>One of the four available internal functions provided by
+    <dt>int</dt>
+        <dd>One of the four available internal functions provided by
         <code>RewriteMap</code>: toupper, tolower, escape or
-        unescape.</td>
-        <td><a href="../rewrite/rewritemap.html#int">Details ...</a></td>
-    </tr>
+        unescape. (<a href="../rewrite/rewritemap.html#int">Details ...</a>)</dd>
 
-    <tr>
-        <td><code>prg</code></td>
-        <td>Calls an external program or script to process the
-        rewriting.</td>
-        <td><a href="../rewrite/rewritemap.html#prg">Details ...</a></td>
-    </tr>
+    <dt>prg</dt>
+        <dd>Calls an external program or script to process the
+        rewriting. (<a href="../rewrite/rewritemap.html#prg">Details ...</a>)</dd>
 
-    <tr>
-        <td><code>dbd</code> or <code>fastdbd</code></td>
-        <td>A SQL SELECT statement to be performed to look up the
-        rewrite target.</td>
-        <td><a href="../rewrite/rewritemap.html#dbd">Details ...</a></td>
-    </tr>
-
-    </table>
+    <dt>dbd or fastdbd</dt>
+        <dd>A SQL SELECT statement to be performed to look up the
+        rewrite target. (<a href="../rewrite/rewritemap.html#dbd">Details ...</a>)</dd>
+    </dl>
 
     <p>Further details, and numerous examples, may be found in the <a
     href="../rewrite/rewritemap.html">RewriteMap HowTo</a></p>