You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2003/05/05 17:05:31 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_mime.html.en mod_mime.xml

jerenkrantz    2003/05/05 08:05:30

  Modified:    docs/manual/mod mod_mime.html.en mod_mime.xml
  Log:
  Add in some SeeAlso's to the mod_mime filter directives to help navigate
  through the tangled web of directives.
  
  Revision  Changes    Path
  1.28      +11 -0     httpd-2.0/docs/manual/mod/mod_mime.html.en
  
  Index: mod_mime.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mime.html.en,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -u -r1.27 -r1.28
  --- mod_mime.html.en	1 May 2003 23:13:17 -0000	1.27
  +++ mod_mime.html.en	5 May 2003 15:05:30 -0000	1.28
  @@ -370,6 +370,11 @@
       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 @@
   <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 @@
       <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>
  
  
  
  1.22      +5 -0      httpd-2.0/docs/manual/mod/mod_mime.xml
  
  Index: mod_mime.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mime.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -u -r1.21 -r1.22
  --- mod_mime.xml	11 Apr 2003 01:25:52 -0000	1.21
  +++ mod_mime.xml	5 May 2003 15:05:30 -0000	1.22
  @@ -343,6 +343,8 @@
       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 @@
       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 @@
       <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>