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

« back to all changes in this revision

Viewing changes to Doc/modpython.tex2

  • 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
 
\documentclass{manual}
2
 
 
3
 
\title{Mod\_python Manual}
4
 
 
5
 
\author{Gregory Trubetskoy}
6
 
 
7
 
% Please at least include a long-lived email address;
8
 
% the rest is at your discretion.
9
 
\authoraddress{
10
 
        E-mail: \email{grisha@apache.org}
11
 
}
12
 
 
13
 
% do not mess with the 2 lines below, they are written by make dist
14
 
\release{3.1.3}
15
 
\date{February 17, 2004}
16
 
 
17
 
\makeindex                      % tell \index to actually write the .idx file
18
 
\makemodindex                   % If this contains a lot of module sections.
19
 
 
20
 
 
21
 
\begin{document}
22
 
 
23
 
\maketitle
24
 
 
25
 
% This makes the contents more accessible from the front page of the HTML.
26
 
\ifhtml
27
 
\chapter*{Front Matter\label{front}}
28
 
\fi
29
 
 
30
 
\input{copyright}
31
 
 
32
 
\begin{abstract}
33
 
 
34
 
\noindent
35
 
Mod_python allows embedding Python within the Apache server for a considerable
36
 
boost in performance and added flexibility in designing web based
37
 
applications.
38
 
 
39
 
This document aims to be the only necessary and authoritative source of
40
 
information about mod_python, usable as a comprehensive reference, a user guide
41
 
and a tutorial all-in-one.
42
 
 
43
 
\begin{seealso}
44
 
  \seetitle[http://www.python.org/]
45
 
        {Python Language Web Site}{for information on the Python language}
46
 
  \seetitle[http://httpd.apache.org/]
47
 
        {Apache Server Web Site}{for information on the Apache server}
48
 
\end{seealso}
49
 
 
50
 
\end{abstract}
51
 
 
52
 
\tableofcontents
53
 
 
54
 
\input{modpython1} % Introduction
55
 
\input{modpython2} % Installation
56
 
\input{modpython3} % Tutorial
57
 
\input{modpython4} % Python API
58
 
\input{modpython5} % Apache directives
59
 
\input{modpython6} % Handlers
60
 
\appendix
61
 
%\input{appendixa}  % Windows Install
62
 
%\input{appendixb}  % VMS Install
63
 
\input{appendixc}  % Changes
64
 
 
65
 
\input{modpython.ind}
66
 
 
67
 
\end{document}