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

« back to all changes in this revision

Viewing changes to doc-html/hand-pub-alg.html

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-09-06 20:27:57 UTC
  • Revision ID: james.westby@ubuntu.com-20040906202757-yzpyu1bcabgpjtiu
Tags: upstream-3.1.3
ImportĀ upstreamĀ versionĀ 3.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<title>6.1.2 The Publishing Algorithm</title>
 
5
<META NAME="description" CONTENT="6.1.2 The Publishing Algorithm">
 
6
<META NAME="keywords" CONTENT="modpython">
 
7
<META NAME="resource-type" CONTENT="document">
 
8
<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="node92.html">
 
14
<LINK REL="previous" href="hand-pub-intro.html">
 
15
<LINK REL="up" href="hand-pub.html">
 
16
<LINK REL="next" href="hand-pub-alg-trav.html">
 
17
</head>
 
18
<body>
 
19
<DIV CLASS="navigation">
 
20
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
21
<tr>
 
22
<td><A href="hand-pub-intro.html"><img src="icons/previous.gif"
 
23
  border="0" height="32"
 
24
  alt="Previous Page" width="32"></A></td>
 
25
<td><A href="hand-pub.html"><img src="icons/up.gif"
 
26
  border="0" height="32"
 
27
  alt="Up One Level" width="32"></A></td>
 
28
<td><A href="hand-pub-alg-trav.html"><img src="icons/next.gif"
 
29
  border="0" height="32"
 
30
  alt="Next Page" width="32"></A></td>
 
31
<td align="center" width="100%">Mod_python Manual</td>
 
32
<td><A href="contents.html"><img src="icons/contents.gif"
 
33
  border="0" height="32"
 
34
  alt="Contents" width="32"></A></td>
 
35
<td><img src="icons/blank.gif"
 
36
  border="0" height="32"
 
37
  alt="" width="32"></td>
 
38
<td><A href="genindex.html"><img src="icons/index.gif"
 
39
  border="0" height="32"
 
40
  alt="Index" width="32"></A></td>
 
41
</tr></table>
 
42
<b class="navlabel">Previous:</b> <a class="sectref" href="hand-pub-intro.html">6.1.1 Introduction</A>
 
43
<b class="navlabel">Up:</b> <a class="sectref" href="hand-pub.html">6.1 Publisher Handler</A>
 
44
<b class="navlabel">Next:</b> <a class="sectref" href="hand-pub-alg-trav.html">6.1.2.1 Traversal</A>
 
45
<br><hr>
 
46
</DIV>
 
47
<!--End of Navigation Panel-->
 
48
 
 
49
<H2><A NAME="SECTION008120000000000000000">&nbsp;</A>
 
50
<BR>
 
51
6.1.2 The Publishing Algorithm
 
52
</H2>
 
53
 
 
54
<P>
 
55
The Publisher handler maps a URI directly to a Python variable or
 
56
callable object, then, respectively, returns it's string
 
57
representation or calls it returning the string representation of the
 
58
return value.
 
59
 
 
60
<P>
 
61
 
 
62
<p><hr>
 
63
<!--Table of Child-Links-->
 
64
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></a>
 
65
 
 
66
<UL CLASS="ChildLinks">
 
67
<LI><A href="hand-pub-alg-trav.html">6.1.2.1 Traversal</a>
 
68
<LI><A href="hand-pub-alg-args.html">6.1.2.2 Argument Matching and Invocation</a>
 
69
<LI><A href="hand-pub-alg-auth.html">6.1.2.3 Authentication</a>
 
70
</ul>
 
71
<!--End of Table of Child-Links-->
 
72
 
 
73
<DIV CLASS="navigation">
 
74
<p><hr>
 
75
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
76
<tr>
 
77
<td><A href="hand-pub-intro.html"><img src="icons/previous.gif"
 
78
  border="0" height="32"
 
79
  alt="Previous Page" width="32"></A></td>
 
80
<td><A href="hand-pub.html"><img src="icons/up.gif"
 
81
  border="0" height="32"
 
82
  alt="Up One Level" width="32"></A></td>
 
83
<td><A href="hand-pub-alg-trav.html"><img src="icons/next.gif"
 
84
  border="0" height="32"
 
85
  alt="Next Page" width="32"></A></td>
 
86
<td align="center" width="100%">Mod_python Manual</td>
 
87
<td><A href="contents.html"><img src="icons/contents.gif"
 
88
  border="0" height="32"
 
89
  alt="Contents" width="32"></A></td>
 
90
<td><img src="icons/blank.gif"
 
91
  border="0" height="32"
 
92
  alt="" width="32"></td>
 
93
<td><A href="genindex.html"><img src="icons/index.gif"
 
94
  border="0" height="32"
 
95
  alt="Index" width="32"></A></td>
 
96
</tr></table>
 
97
<b class="navlabel">Previous:</b> <a class="sectref" href="hand-pub-intro.html">6.1.1 Introduction</A>
 
98
<b class="navlabel">Up:</b> <a class="sectref" href="hand-pub.html">6.1 Publisher Handler</A>
 
99
<b class="navlabel">Next:</b> <a class="sectref" href="hand-pub-alg-trav.html">6.1.2.1 Traversal</A>
 
100
<hr>
 
101
<span class="release-info">Release 3.1.3, documentation updated on February 17, 2004.</span>
 
102
</DIV>
 
103
<!--End of Navigation Panel-->
 
104
 
 
105
</BODY>
 
106
</HTML>