]> granicus.if.org Git - apache/commitdiff
New Japanese translation.
authorYoshiki Hayashi <yoshiki@apache.org>
Wed, 22 May 2002 10:19:35 +0000 (10:19 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Wed, 22 May 2002 10:19:35 +0000 (10:19 +0000)
Submitted by: Hiroaki KAWAI <hawk@bcl.t.u-tokyo.ac.jp>

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

docs/manual/filter.html [deleted file]
docs/manual/filter.html.ja.jis [new file with mode: 0644]

diff --git a/docs/manual/filter.html b/docs/manual/filter.html
deleted file mode 100644 (file)
index 0349412..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <meta name="generator" content="HTML Tidy, see www.w3.org" />
-
-    <title>Filters - Apache HTTPD</title>
-  </head>
-  <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
-
-  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
-  vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
-
-    <h1 align="CENTER">Filters</h1>
-
-    <table border="1">
-      <tr>
-        <td valign="top"><strong>Related Modules</strong><br />
-         <br />
-         <a href="mod/mod_deflate.html">mod_defalte</a><br />
-         <a href="mod/mod_ext_filter.html">mod_ext_filter</a><br />
-         <a href="mod/mod_include.html">mod_include</a><br />
-         </td>
-
-        <td valign="top"><strong>Related Directives</strong><br />
-         <br />
-         <a
-        href="mod/mod_mime.html#addinputfilter">AddInputFilter</a><br />
-         <a
-        href="mod/mod_mime.html#addoutputfilter">AddOutputFilter</a><br />
-         <a
-        href="mod/mod_ext_filter.html#extfilterdefine">ExtFilterDefine</a><br />
-         <a
-        href="mod/mod_ext_filter.html#extfilteroptions">ExtFilterOptions</a><br />
-         <a
-        href="mod/core.html#setinputfilter">SetInputFilter</a><br />
-         <a
-        href="mod/core.html#setoutputfilter">SetOutputFilter</a><br />
-         </td>
-      </tr>
-    </table>
-
-    <p>A <em>filter</em> is a process that is applied to data that
-    is sent or received by the server. Data sent by clients to the
-    server is processed by <em>input filters</em> while data sent
-    by the server to the client is processed by <em>output
-    filters</em>. Multiple filters can be applied to the data, and
-    the order of the filters can be explicitly specified.</p>
-
-    <p>Filters are used internally by Apache to perform functions such
-    as chunking and byte-range request handling. In addition, modules
-    can provide filters that are selectable using run-time
-    configuration directives. The set of filters that apply to data
-    can be manipulated with the <code>SetInputFilter</code>,
-    <code>SetOutputFilter</code>, <code>AddInputFilter</code>, and
-    <code>AddOutputFilter</code> directives.</p>
-
-    <p>The following user-selectable filters are currently provided
-    with the Apache HTTP Server distribution.</p>
-
-<dl>
-<dt>INCLUDES</dt> <dd>Server-Side Includes processing by <a
-href="mod/mod_include.html">mod_include</a></dd>
-<dt>DEFLATE</dt> <dd>Compress output before sending it to
-the client using <a href="mod/mod_deflate.html">mod_deflate</a></dd>
-</dl>
-
-    <p>In addition, the module <a
-    href="mod/mod_ext_filter.html">mod_ext_filter</a> allows
-    for external programs to be defined as filters.</p>
-
-    <!--#include virtual="footer.html" -->
-  </body>
-</html>
-
diff --git a/docs/manual/filter.html.ja.jis b/docs/manual/filter.html.ja.jis
new file mode 100644 (file)
index 0000000..4d48c21
--- /dev/null
@@ -0,0 +1,79 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta name="generator" content="HTML Tidy, see www.w3.org" />
+
+    <title>\e$B%U%#%k%?\e(B - Apache HTTPD</title>
+  </head>
+  <!-- English revision: 1.7 -->
+  <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
+
+  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
+  vlink="#000080" alink="#FF0000">
+    <!--#include virtual="header.html" -->
+
+    <h1 align="center">\e$B%U%#%k%?\e(B</h1>
+
+    <table border="1">
+      <tr>
+        <td valign="top"><strong>\e$B4XO"%b%8%e!<%k\e(B</strong><br />
+         <br />
+         <a href="mod/mod_deflate.html">mod_defalte</a><br />
+         <a href="mod/mod_ext_filter.html">mod_ext_filter</a><br />
+         <a href="mod/mod_include.html">mod_include</a><br />
+        </td>
+
+        <td valign="top"><strong>\e$B4XO"%G%#%l%/%F%#%V\e(B</strong><br />
+         <br />
+         <a
+        href="mod/mod_mime.html#addinputfilter">AddInputFilter</a><br />
+         <a
+        href="mod/mod_mime.html#addoutputfilter">AddOutputFilter</a><br />
+         <a
+        href="mod/mod_ext_filter.html#extfilterdefine">ExtFilterDefine</a><br />
+         <a
+        href="mod/mod_ext_filter.html#extfilteroptions">ExtFilterOptions</a><br />
+         <a
+        href="mod/core.html#setinputfilter">SetInputFilter</a><br />
+         <a
+        href="mod/core.html#setoutputfilter">SetOutputFilter</a><br />
+         </td>
+      </tr>
+    </table>
+
+    <p><em>\e$B%U%#%k%?\e(B</em> \e$B$H$O!"%5!<%P$,Aw<u?.$7$?%G!<%?$K\e(B
+    \e$BE,MQ$5$l$k=hM}%W%m%;%9$N$3$H$r$$$$$^$9!#%/%i%$%"%s%H$+$i%5!<%P$K\e(B
+    \e$BAw$i$l$?%G!<%?$O\e(B <em>\e$BF~NO%U%#%k%?\e(B</em> \e$B$K$h$C$F!"%5!<%P$+$i\e(B
+    \e$B%/%i%$%"%s%H$KAw$i$l$k%G!<%?$O\e(B<em>\e$B=PNO%U%#%k%?\e(B</em>\e$B$K$h$C$F\e(B
+    \e$B=hM}$5$l$^$9!#J#?t$N%U%#%k%?$rE,MQ$9$k$3$H$,$G$-!"\e(B
+    \e$B$=$N=gHV$r87L)$K;XDj$9$k$3$H$b$G$-$^$9!#\e(B</p>
+
+    <p>Apache \e$BFbIt$G$O!"%A%c%s%/\e(B (\e$B%G!<%?$N$V$D@Z$j\e(B) \e$B$r9T$C$?$j!"\e(B
+    \e$B%P%$%HHO0O$N;XDj$5$l$?%j%/%(%9%H$r07$C$?$j$H$$$C$?5!G=$r\e(B
+    \e$B9T$&:]$K!"%U%#%k%?$,;H$o$l$F$$$^$9!#$=$l$K2C$($F!"\e(B
+    \e$B<B9T;~$N@_Dj%G%#%l%/%F%#%V$GA*Br$,2DG=$J%U%#%k%?$r\e(B
+    \e$B%b%8%e!<%k$,Ds6!$G$-$^$9!#\e(B
+    \e$B%G!<%?$KE,1~$5$l$k%U%#%k%?$N%;%C%H$O!"\e(B <code>SetInputFilter</code>,
+    <code>SetOutputFilter</code>, <code>AddInputFilter</code>, 
+    <code>AddOutputFilter</code> \e$B%G%#%l%/%F%#%V$G@)8f$G$-$^$9!#\e(B</p>
+
+    <p>\e$B8=9T$N\e(B Apache HTTP \e$B%5!<%P$NG[I[$G$O!"\e(B
+    \e$B<!$N%f!<%6A*Br2DG=$J%U%#%k%?$,Ds6!$5$l$F$$$^$9!#\e(B</p>
+
+<dl>
+<dt>INCLUDES</dt> <dd><a
+href="mod/mod_include.html">mod_include</a>\e$B$G\e(B Server-Side Include \e$B$r$7$^$9!#\e(B</dd>
+<dt>DEFLATE</dt> <dd><a href="mod/mod_deflate.html">mod_deflate</a> \e$B$r;H$C$F!"\e(B
+\e$B%/%i%$%"%s%H$KAw?.$9$kA0$K=PNO$r05=L$7$^$9!#\e(B</dd>
+</dl>
+
+    <p>\e$B$^$?!"\e(B<a
+    href="mod/mod_ext_filter.html">mod_ext_filter</a> \e$B%b%8%e!<%k$G\e(B
+    \e$B30It%W%m%0%i%`$r%U%#%k%?$H$7$F;XDj$9$k$3$H$,$G$-$^$9!#\e(B</p>
+
+    <!--#include virtual="footer.html" -->
+  </body>
+</html>
+