You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/05/19 01:12:38 UTC

svn commit: r945947 - in /httpd/httpd/trunk/docs/manual/mod: mod_rewrite.html.en mod_rewrite.xml

Author: rbowen
Date: Tue May 18 23:12:38 2010
New Revision: 945947

URL: http://svn.apache.org/viewvc?rev=945947&view=rev
Log:
I think this might look better as a DL than as a TABLE.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en?rev=945947&r1=945946&r2=945947&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en Tue May 18 23:12:38 2010
@@ -709,55 +709,34 @@ Apache HTTP Server 2.0.41 and later</td>
       <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>
-
-    <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>
+        unescape. (<a href="../rewrite/rewritemap.html#int">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>prg</dt>
+        <dd>Calls an external program or script to process the
+        rewriting. (<a href="../rewrite/rewritemap.html#prg">Details ...</a>)</dd>
+
+    <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>
 

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml?rev=945947&r1=945946&r2=945947&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Tue May 18 23:12:38 2010
@@ -255,55 +255,34 @@ Apache HTTP Server 2.0.41 and later</com
       <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>
-
-    <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>
+        unescape. (<a href="../rewrite/rewritemap.html#int">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>prg</dt>
+        <dd>Calls an external program or script to process the
+        rewriting. (<a href="../rewrite/rewritemap.html#prg">Details ...</a>)</dd>
+
+    <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>