]> granicus.if.org Git - apache/commitdiff
Add in some SeeAlso's to the mod_mime filter directives to help navigate
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 5 May 2003 15:05:30 +0000 (15:05 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 5 May 2003 15:05:30 +0000 (15:05 +0000)
through the tangled web of directives.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99722 13f79535-47bb-0310-9956-ffa450edef68

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

index 7671fd19d4f670fa8f73c3aeb008037dab5c49a5..6806d18ee7ce977c8bc457fd8fdc9d44d0f7d0c8 100644 (file)
@@ -370,6 +370,11 @@ later.</td></tr>
     case-insensitive, and the extension may be specified with or
     without a leading dot.</p>
 
+<h3>See also</h3>
+<ul>
+<li><code class="directive"><a href="#removeinputfilter">RemoveInputFilter</a></code></li>
+<li><code class="directive"><a href="../mod/core.html#setinputfilter">SetInputFilter</a></code></li>
+</ul>
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="AddLanguage" id="AddLanguage">AddLanguage</a> <a name="addlanguage" id="addlanguage">Directive</a></h2>
@@ -464,6 +469,7 @@ later.</td></tr>
 <h3>See also</h3>
 <ul>
 <li><code class="directive"><a href="#removeoutputfilter">RemoveOutputFilter</a></code></li>
+<li><code class="directive"><a href="../mod/core.html#setoutputfilter">SetOutputFilter</a></code></li>
 </ul>
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -764,6 +770,11 @@ later.</td></tr>
     <p>The <var>extension</var> argument is case-insensitive, and can
     be specified with or without a leading dot.</p>
 
+<h3>See also</h3>
+<ul>
+<li><code class="directive"><a href="#addinputfilter">AddInputFilter</a></code></li>
+<li><code class="directive"><a href="../mod/core.html#setinputfilter">SetInputFilter</a></code></li>
+</ul>
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="RemoveLanguage" id="RemoveLanguage">RemoveLanguage</a> <a name="removelanguage" id="removelanguage">Directive</a></h2>
index a5cbe58329ddbecd2f680c296ecfc5a7fbca8c8b..b6c21474f4c68dba0d39af669ada5f01bd3e7681 100644 (file)
@@ -343,6 +343,8 @@ later.</compatibility>
     case-insensitive, and the extension may be specified with or
     without a leading dot.</p>
 </usage>
+<seealso><directive module="mod_mime">RemoveInputFilter</directive></seealso>
+<seealso><directive module="core">SetInputFilter</directive></seealso>
 </directivesynopsis>
 
 <directivesynopsis>
@@ -435,6 +437,7 @@ later.</compatibility>
     without a leading dot.</p>
 </usage>
 <seealso><directive module="mod_mime">RemoveOutputFilter</directive></seealso>
+<seealso><directive module="core">SetOutputFilter</directive></seealso>
 </directivesynopsis>
 
 <directivesynopsis>
@@ -724,6 +727,8 @@ later.</compatibility>
     <p>The <var>extension</var> argument is case-insensitive, and can
     be specified with or without a leading dot.</p>
 </usage>
+<seealso><directive module="mod_mime">AddInputFilter</directive></seealso>
+<seealso><directive module="core">SetInputFilter</directive></seealso>
 </directivesynopsis>
 
 <directivesynopsis>