~ubuntu-branches/ubuntu/gutsy/libapache2-mod-python/gutsy

« back to all changes in this revision

Viewing changes to doc-html/dir-filter-of.html

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-07 13:18:35 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060707131835-zfp1vupanjj2e77y
Tags: 3.2.8-1ubuntu1
* Merge to Debian unstable.
* Remaining Ubuntu change: debian/{control,rules}: Drop python 2.3 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
2
<html>
3
3
<head>
4
 
<link rel="STYLESHEET" href="modpython.css" type='text/css' />
5
 
<link rel="first" href="modpython.html" title='Mod_python Manual' />
6
 
<link rel='contents' href='contents.html' title="Contents" />
7
 
<link rel='index' href='genindex.html' title='Index' />
8
 
<link rel='last' href='about.html' title='About this document...' />
9
 
<link rel='help' href='about.html' title='About this document...' />
10
 
<link rel="prev" href="dir-filter-if.html" />
11
 
<link rel="parent" href="dir-filter.html" />
12
 
<link rel="next" href="dir-conn.html" />
13
 
<meta http-equiv="Content-Type" content="text/html; charset=EUC-JP" />
14
 
<meta name='aesop' content='information' />
 
4
<link rel="STYLESHEET" href="modpython.css" type='text/css'>
 
5
<link rel="first" href="modpython.html" title='Mod_python Manual'>
 
6
<link rel='contents' href='contents.html' title="Contents">
 
7
<link rel='index' href='genindex.html' title='Index'>
 
8
<link rel='last' href='about.html' title='About this document...'>
 
9
<link rel='help' href='about.html' title='About this document...'>
 
10
<LINK REL="prev" href="dir-filter-if.html">
 
11
<LINK REL="parent" href="dir-filter.html">
 
12
<LINK REL="next" href="dir-conn.html">
 
13
<meta name='aesop' content='information'>
 
14
<META NAME="description" CONTENT="PythonOutputFilter">
 
15
<META NAME="keywords" CONTENT="modpython">
 
16
<META NAME="resource-type" CONTENT="document">
 
17
<META NAME="distribution" CONTENT="global">
15
18
<title>5.2.2 PythonOutputFilter</title>
16
19
</head>
17
20
<body>
18
21
<DIV CLASS="navigation">
19
 
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
20
22
<table align="center" width="100%" cellpadding="0" cellspacing="2">
21
23
<tr>
22
 
<td class='online-navigation'><a rel="prev" title="5.2.1 PythonInputFilter"
23
 
  href="dir-filter-if.html"><img src='previous.png'
24
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
25
 
<td class='online-navigation'><a rel="parent" title="5.2 Filters"
26
 
  href="dir-filter.html"><img src='up.png'
27
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
28
 
<td class='online-navigation'><a rel="next" title="5.3 Connection Handler"
29
 
  href="dir-conn.html"><img src='next.png'
30
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
 
24
<td><a rel="prev" title="5.2.1 PythonInputFilter" 
 
25
  href="dir-filter-if.html"><img src='previous.gif'
 
26
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
 
27
<td><a rel="parent" title="5.2 Filters" 
 
28
  href="dir-filter.html"><img src='up.gif'
 
29
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
 
30
<td><a rel="next" title="5.3 Connection Handler" 
 
31
  href="dir-conn.html"><img src='next.gif'
 
32
  border='0' height='32'  alt='Next Page' width='32'></A></td>
31
33
<td align="center" width="100%">Mod_python Manual</td>
32
 
<td class='online-navigation'><a rel="contents" title="Table of Contents"
33
 
  href="contents.html"><img src='contents.png'
34
 
  border='0' height='32'  alt='Contents' width='32' /></A></td>
35
 
<td class='online-navigation'><img src='blank.png'
36
 
  border='0' height='32'  alt='' width='32' /></td>
37
 
<td class='online-navigation'><a rel="index" title="Index"
38
 
  href="genindex.html"><img src='index.png'
39
 
  border='0' height='32'  alt='Index' width='32' /></A></td>
 
34
<td><a rel="contents" title="Table of Contents" 
 
35
  href="contents.html"><img src='contents.gif'
 
36
  border='0' height='32'  alt='Contents' width='32'></A></td>
 
37
<td><img src='blank.gif'
 
38
  border='0' height='32'  alt='' width='32'></td>
 
39
<td><a rel="index" title="Index" 
 
40
  href="genindex.html"><img src='index.gif'
 
41
  border='0' height='32'  alt='Index' width='32'></A></td>
40
42
</tr></table>
41
 
<div class='online-navigation'>
42
43
<b class="navlabel">Previous:</b>
43
44
<a class="sectref" rel="prev" href="dir-filter-if.html">5.2.1 PythonInputFilter</A>
44
45
<b class="navlabel">Up:</b>
45
46
<a class="sectref" rel="parent" href="dir-filter.html">5.2 Filters</A>
46
47
<b class="navlabel">Next:</b>
47
48
<a class="sectref" rel="next" href="dir-conn.html">5.3 Connection Handler</A>
48
 
</div>
49
 
<hr /></div>
 
49
<br><hr>
50
50
</DIV>
51
51
<!--End of Navigation Panel-->
52
52
 
53
 
<H2><A NAME="SECTION007220000000000000000"></A><A NAME="dir-filter-of"></A>
54
 
<a id='l2h-240' xml:id='l2h-240'></a>
 
53
<H2><A NAME="SECTION007220000000000000000">&nbsp;</A>
 
54
<a name="l2h-252">&nbsp;</a>
55
55
<BR>
56
56
5.2.2 PythonOutputFilter
57
57
</H2>
58
58
 
59
59
<P>
60
 
<strong><em class="citetitle"><a
 
60
<b><em class="citetitle"><a
61
61
 href="http://httpd.apache.org/docs-2.0/mod/directive-dict.html#Syntax"
62
62
 title="Syntax:"
63
 
 >Syntax:</a></em></strong>
 
63
 >Syntax:</a></em></b>
64
64
PythonOutputFilter handler name
65
65
<BR><em class="citetitle"><a
66
66
 href="http://httpd.apache.org/docs-2.0/mod/directive-dict.html#Context"
87
87
<P>
88
88
 
89
89
<DIV CLASS="navigation">
90
 
<div class='online-navigation'>
91
 
<p></p><hr />
 
90
<p><hr>
92
91
<table align="center" width="100%" cellpadding="0" cellspacing="2">
93
92
<tr>
94
 
<td class='online-navigation'><a rel="prev" title="5.2.1 PythonInputFilter"
95
 
  href="dir-filter-if.html"><img src='previous.png'
96
 
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
97
 
<td class='online-navigation'><a rel="parent" title="5.2 Filters"
98
 
  href="dir-filter.html"><img src='up.png'
99
 
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
100
 
<td class='online-navigation'><a rel="next" title="5.3 Connection Handler"
101
 
  href="dir-conn.html"><img src='next.png'
102
 
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
 
93
<td><a rel="prev" title="5.2.1 PythonInputFilter" 
 
94
  rel="prev" title="5.2.1 PythonInputFilter" 
 
95
  href="dir-filter-if.html"><img src='previous.gif'
 
96
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
 
97
<td><a rel="parent" title="5.2 Filters" 
 
98
  rel="parent" title="5.2 Filters" 
 
99
  href="dir-filter.html"><img src='up.gif'
 
100
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
 
101
<td><a rel="next" title="5.3 Connection Handler" 
 
102
  rel="next" title="5.3 Connection Handler" 
 
103
  href="dir-conn.html"><img src='next.gif'
 
104
  border='0' height='32'  alt='Next Page' width='32'></A></td>
103
105
<td align="center" width="100%">Mod_python Manual</td>
104
 
<td class='online-navigation'><a rel="contents" title="Table of Contents"
105
 
  href="contents.html"><img src='contents.png'
106
 
  border='0' height='32'  alt='Contents' width='32' /></A></td>
107
 
<td class='online-navigation'><img src='blank.png'
108
 
  border='0' height='32'  alt='' width='32' /></td>
109
 
<td class='online-navigation'><a rel="index" title="Index"
110
 
  href="genindex.html"><img src='index.png'
111
 
  border='0' height='32'  alt='Index' width='32' /></A></td>
 
106
<td><a rel="contents" title="Table of Contents" 
 
107
  rel="contents" title="Table of Contents" 
 
108
  href="contents.html"><img src='contents.gif'
 
109
  border='0' height='32'  alt='Contents' width='32'></A></td>
 
110
<td><img src='blank.gif'
 
111
  border='0' height='32'  alt='' width='32'></td>
 
112
<td><a rel="index" title="Index" 
 
113
  rel="index" title="Index" 
 
114
  href="genindex.html"><img src='index.gif'
 
115
  border='0' height='32'  alt='Index' width='32'></A></td>
112
116
</tr></table>
113
 
<div class='online-navigation'>
114
117
<b class="navlabel">Previous:</b>
115
118
<a class="sectref" rel="prev" href="dir-filter-if.html">5.2.1 PythonInputFilter</A>
116
119
<b class="navlabel">Up:</b>
117
120
<a class="sectref" rel="parent" href="dir-filter.html">5.2 Filters</A>
118
121
<b class="navlabel">Next:</b>
119
122
<a class="sectref" rel="next" href="dir-conn.html">5.3 Connection Handler</A>
120
 
</div>
121
 
</div>
122
 
<hr />
123
 
<span class="release-info">Release 3.1.3, documentation updated on January 29, 2005.</span>
 
123
<hr>
 
124
<span class="release-info">Release 3.2.8, documentation updated on February 19, 2006.</span>
124
125
</DIV>
125
126
<!--End of Navigation Panel-->
126
127