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

« back to all changes in this revision

Viewing changes to doc-html/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ozarowski
  • Date: 2007-02-21 18:24:29 UTC
  • mfrom: (1.1.8 feisty)
  • Revision ID: james.westby@ubuntu.com-20070221182429-9okop7e0qpi24l85
Tags: 3.2.10-4
* Added XS-Vcs-Svn field
* Removed "db_purge" part from libapache2-mod-python.postrm
  (dh_installdebconf is generating a rule that will not fail if debconf is
  already removed)
* Added initial Spanish debconf translation from Manuel Porras Peralta.
  (closes: #411235)
* Added initial Portuguese debconf translation from Pedro Ribeiro.
  (closes: #411742)
* Added initial Galician debconf translation from Jacobo Tarrio.
  (closes: #411831)

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
 
<title>Mod_python Manual</title>
 
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="next" href="front.html">
 
11
<meta name='aesop' content='information'>
5
12
<META NAME="description" CONTENT="Mod_python Manual">
6
13
<META NAME="keywords" CONTENT="modpython">
7
14
<META NAME="resource-type" CONTENT="document">
8
15
<META NAME="distribution" CONTENT="global">
9
 
<link rel="STYLESHEET" href="modpython.css">
10
 
<link rel="first" href="modpython.html">
11
 
<link rel="contents" href="contents.html" title="Contents">
12
 
<link rel="index" href="genindex.html" title="Index">
13
 
<LINK REL="next" href="front.html">
 
16
<title>Mod_python Manual</title>
14
17
</head>
15
18
<body>
16
19
<DIV CLASS="navigation">
17
20
<table align="center" width="100%" cellpadding="0" cellspacing="2">
18
21
<tr>
19
 
<td><img src="icons/blank.gif"
20
 
  border="0" height="32"
21
 
  alt="" width="32"></td>
22
 
<td><img src="icons/blank.gif"
23
 
  border="0" height="32"
24
 
  alt="" width="32"></td>
25
 
<td><A href="front.html"><img src="icons/next.gif"
26
 
  border="0" height="32"
27
 
  alt="Next Page" width="32"></A></td>
 
22
<td><img src='blank.gif'
 
23
  border='0' height='32'  alt='' width='32'></td>
 
24
<td><img src='blank.gif'
 
25
  border='0' height='32'  alt='' width='32'></td>
 
26
<td><a rel="next" title="Front Matter" 
 
27
  href="front.html"><img src='next.gif'
 
28
  border='0' height='32'  alt='Next Page' width='32'></A></td>
28
29
<td align="center" width="100%">Mod_python Manual</td>
29
 
<td><A href="contents.html"><img src="icons/contents.gif"
30
 
  border="0" height="32"
31
 
  alt="Contents" width="32"></A></td>
32
 
<td><img src="icons/blank.gif"
33
 
  border="0" height="32"
34
 
  alt="" width="32"></td>
35
 
<td><A href="genindex.html"><img src="icons/index.gif"
36
 
  border="0" height="32"
37
 
  alt="Index" width="32"></A></td>
 
30
<td><a rel="contents" title="Table of Contents" 
 
31
  href="contents.html"><img src='contents.gif'
 
32
  border='0' height='32'  alt='Contents' width='32'></A></td>
 
33
<td><img src='blank.gif'
 
34
  border='0' height='32'  alt='' width='32'></td>
 
35
<td><a rel="index" title="Index" 
 
36
  href="genindex.html"><img src='index.gif'
 
37
  border='0' height='32'  alt='Index' width='32'></A></td>
38
38
</tr></table>
39
 
<b class="navlabel">Next:</b> <a class="sectref" href="front.html">Front Matter</A>
 
39
<b class="navlabel">Next:</b>
 
40
<a class="sectref" rel="next" href="front.html">Front Matter</A>
40
41
<br><hr>
41
42
</DIV>
42
43
<!--End of Navigation Panel-->
50
51
<p>
51
52
        E-mail: <span class="email">grisha@apache.org</span>
52
53
</p>
53
 
<p><strong>Release 3.1.3</strong><br>
54
 
<strong>February 17, 2004</strong></p>
 
54
<p><strong>Release 3.2.10</strong><br>
 
55
<strong>July 19, 2006</strong></p>
55
56
<p>
56
57
</center>
57
58
</div>
93
94
<LI><A href="tut-overview.html">3.2 Quick Overview of how Apache Handles Requests</a>
94
95
<LI><A href="tut-what-it-do.html">3.3 So what Exactly does Mod-python do?</a>
95
96
<LI><A href="tut-more-complicated.html">3.4 Now something More Complicated - Authentication</a>
 
97
<LI><A href="tut-404-handler.html">3.5 Your Own 404 Handler</a>
96
98
</ul>
97
99
<LI><A href="pythonapi.html">4. Python API</a>
98
100
<UL>
103
105
<LI><A href="module-apache.html">4.5 <tt class="module">apache</tt> - Access to Apache Internals.</a>
104
106
<UL>
105
107
<LI><A href="pyapi-apmeth.html">4.5.1 Functions</a>
106
 
<LI><A href="pyapi-mptable.html">4.5.2 Table Object (mp_table)<a name="l2h-26">&nbsp;</a></a>
107
 
<LI><A href="pyapi-mprequest.html">4.5.3 Request Object<a name="l2h-30">&nbsp;</a></a>
108
 
<LI><A href="pyapi-mpconn.html">4.5.4 Connection Object (mp_conn)<a name="l2h-112">&nbsp;</a></a>
109
 
<LI><A href="pyapi-mpfilt.html">4.5.5 Filter Object (mp_filter)<a name="l2h-133">&nbsp;</a></a>
110
 
<LI><A href="pyapi-mpserver.html">4.5.6 Server Object (mp_server)<a name="l2h-146">&nbsp;</a></a>
 
108
<LI><A href="pyapi-mptable.html">4.5.2 Table Object (mp_table)<a name="l2h-40">&nbsp;</a></a>
 
109
<LI><A href="pyapi-mprequest.html">4.5.3 Request Object<a name="l2h-44">&nbsp;</a></a>
 
110
<LI><A href="pyapi-mpconn.html">4.5.4 Connection Object (mp_conn)<a name="l2h-130">&nbsp;</a></a>
 
111
<LI><A href="pyapi-mpfilt.html">4.5.5 Filter Object (mp_filter)<a name="l2h-151">&nbsp;</a></a>
 
112
<LI><A href="pyapi-mpserver.html">4.5.6 Server Object (mp_server)<a name="l2h-164">&nbsp;</a></a>
111
113
</ul>
112
114
<LI><A href="pyapi-util.html">4.6 <tt class="module">util</tt> - Miscellaneous Utilities</a>
113
115
<UL>
114
116
<LI><A href="pyapi-util-fstor.html">4.6.1 FieldStorage class</a>
115
 
<LI><A href="pyapi-util-fstor-fld.html">4.6.2 Field class</a>
116
 
<LI><A href="pyapi-util-funcs.html">4.6.3 Other functions</a>
 
117
<LI><A href="pyapi-util-fstor-examples.html">4.6.2 FieldStorage Examples</a>
 
118
<LI><A href="pyapi-util-fstor-fld.html">4.6.3 Field class</a>
 
119
<LI><A href="pyapi-util-funcs.html">4.6.4 Other functions</a>
117
120
</ul>
118
121
<LI><A href="pyapi-cookie.html">4.7 <tt class="module">Cookie</tt> - HTTP State Management</a>
119
122
<UL>
124
127
<LI><A href="pyapi-sess.html">4.8 <tt class="module">Session</tt> - Session Management</a>
125
128
<UL>
126
129
<LI><A href="pyapi-sess-classes.html">4.8.1 Classes</a>
 
130
<LI><A href="pyapi-sess-example.html">4.8.2 Examples</a>
127
131
</ul>
128
132
<LI><A href="pyapi-psp.html">4.9 <tt class="module">psp</tt> - Python Server Pages</a>
129
133
</ul>
175
179
<UL>
176
180
<LI><A href="hand-pub-intro.html">6.1.1 Introduction</a>
177
181
<LI><A href="hand-pub-alg.html">6.1.2 The Publishing Algorithm</a>
178
 
<LI><A href="node92.html">6.1.3 Form Data</a>
 
182
<LI><A href="node95.html">6.1.3 Form Data</a>
179
183
</ul>
180
184
<LI><A href="hand-psp.html">6.2 PSP Handler</a>
181
185
<LI><A href="hand-cgi.html">6.3 CGI Handler</a>
182
186
</ul>
183
 
<LI><A href="app-changes.html">A. Changes from Previous Major Version (2.x)</a>
 
187
<LI><A href="node98.html">A. Changes from Version (3.2.8)</a>
 
188
<LI><A href="node99.html">B. Changes from Version (3.2.7)</a>
 
189
<LI><A href="node100.html">C. Changes from Version (3.1.4)</a>
 
190
<LI><A href="app-changes.html">D. Changes from Previous Major Version (2.x)</a>
184
191
<LI><A href="genindex.html">Index</a>
185
192
<LI><A href="about.html">About this document ...</a>
186
193
</ul>
190
197
<p><hr>
191
198
<table align="center" width="100%" cellpadding="0" cellspacing="2">
192
199
<tr>
193
 
<td><img src="icons/blank.gif"
194
 
  border="0" height="32"
195
 
  alt="" width="32"></td>
196
 
<td><img src="icons/blank.gif"
197
 
  border="0" height="32"
198
 
  alt="" width="32"></td>
199
 
<td><A href="front.html"><img src="icons/next.gif"
200
 
  border="0" height="32"
201
 
  alt="Next Page" width="32"></A></td>
 
200
<td><img src='blank.gif'
 
201
  border='0' height='32'  alt='' width='32'></td>
 
202
<td><img src='blank.gif'
 
203
  border='0' height='32'  alt='' width='32'></td>
 
204
<td><a rel="next" title="Front Matter" 
 
205
  rel="next" title="Front Matter" 
 
206
  href="front.html"><img src='next.gif'
 
207
  border='0' height='32'  alt='Next Page' width='32'></A></td>
202
208
<td align="center" width="100%">Mod_python Manual</td>
203
 
<td><A href="contents.html"><img src="icons/contents.gif"
204
 
  border="0" height="32"
205
 
  alt="Contents" width="32"></A></td>
206
 
<td><img src="icons/blank.gif"
207
 
  border="0" height="32"
208
 
  alt="" width="32"></td>
209
 
<td><A href="genindex.html"><img src="icons/index.gif"
210
 
  border="0" height="32"
211
 
  alt="Index" width="32"></A></td>
 
209
<td><a rel="contents" title="Table of Contents" 
 
210
  rel="contents" title="Table of Contents" 
 
211
  href="contents.html"><img src='contents.gif'
 
212
  border='0' height='32'  alt='Contents' width='32'></A></td>
 
213
<td><img src='blank.gif'
 
214
  border='0' height='32'  alt='' width='32'></td>
 
215
<td><a rel="index" title="Index" 
 
216
  rel="index" title="Index" 
 
217
  href="genindex.html"><img src='index.gif'
 
218
  border='0' height='32'  alt='Index' width='32'></A></td>
212
219
</tr></table>
213
 
<b class="navlabel">Next:</b> <a class="sectref" href="front.html">Front Matter</A>
 
220
<b class="navlabel">Next:</b>
 
221
<a class="sectref" rel="next" href="front.html">Front Matter</A>
214
222
<hr>
215
 
<span class="release-info">Release 3.1.3, documentation updated on February 17, 2004.</span>
 
223
<span class="release-info">Release 3.2.10, documentation updated on July 19, 2006.</span>
216
224
</DIV>
217
225
<!--End of Navigation Panel-->
218
226