You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2007/07/26 11:00:48 UTC

svn commit: r559759 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: mod_dumpio.xml.ja mod_mime.html.en mod_mime.xml

Author: noodl
Date: Thu Jul 26 02:00:46 2007
New Revision: 559759

URL: http://svn.apache.org/viewvc?view=rev&rev=559759
Log:
Merge r559748 (Link to filters page to address PR35102) + buildfluff

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dumpio.xml.ja
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mime.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mime.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dumpio.xml.ja
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dumpio.xml.ja?view=diff&rev=559759&r1=559758&r2=559759
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dumpio.xml.ja [iso-2022-jp] (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_dumpio.xml.ja [iso-2022-jp] Thu Jul 26 02:00:46 2007
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 421100:486656 (outdated) -->
+<!-- English Revision: 421100:559008 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mime.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mime.html.en?view=diff&rev=559759&r1=559758&r2=559759
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mime.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mime.html.en Thu Jul 26 02:00:46 2007
@@ -773,7 +773,8 @@
 later.</td></tr>
 </table>   
     <p>The <code class="directive">RemoveInputFilter</code> directive removes any
-    input filter associations for files with the given extensions.
+    input <a href="../filter.html">filter</a> associations for files with
+    the given extensions.
     This allows <code>.htaccess</code> files in subdirectories to
     undo any associations inherited from parent directories or the
     server config files.</p>
@@ -826,7 +827,8 @@
 later.</td></tr>
 </table>    
     <p>The <code class="directive">RemoveOutputFilter</code> directive removes any
-    output filter associations for files with the given extensions.
+    output <a href="../filter.html">filter</a> associations for files with
+    the given extensions.
     This allows <code>.htaccess</code> files in subdirectories to
     undo any associations inherited from parent directories or the
     server config files.</p>

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mime.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mime.xml?view=diff&rev=559759&r1=559758&r2=559759
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mime.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_mime.xml Thu Jul 26 02:00:46 2007
@@ -750,7 +750,8 @@
 
 <usage>   
     <p>The <directive>RemoveInputFilter</directive> directive removes any
-    input filter associations for files with the given extensions.
+    input <a href="../filter.html">filter</a> associations for files with
+    the given extensions.
     This allows <code>.htaccess</code> files in subdirectories to
     undo any associations inherited from parent directories or the
     server config files.</p>
@@ -800,7 +801,8 @@
 
 <usage>    
     <p>The <directive>RemoveOutputFilter</directive> directive removes any
-    output filter associations for files with the given extensions.
+    output <a href="../filter.html">filter</a> associations for files with
+    the given extensions.
     This allows <code>.htaccess</code> files in subdirectories to
     undo any associations inherited from parent directories or the
     server config files.</p>