Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > db93d7191b12a3d5ce887da46fc79bf1 > files > 98

python-twisted-core-doc-2.5.0-3mdv2008.1.x86_64.rpm

\documentclass[oneside]{book}
\usepackage[dvips]{graphicx}
\usepackage{times,mathptmx}
\usepackage{ifthen}
\usepackage{hyperref}

\usepackage{geometry}
\geometry{verbose,letterpaper,tmargin=1in,bmargin=0.5in,lmargin=1in,rmargin=1in}

\setlength{\oddsidemargin}{0in}
\setlength{\textwidth}{\paperwidth}
\addtolength{\textwidth}{-2in}

\newcommand{\loreref}[1]{%
    \ifthenelse{\value{page}=\pageref{#1}}%
               { (this page)}%
               { (page \pageref{#1})}%
}


\title{The Twisted Documentation}
\author{The Twisted Development Team}

\tolerance=1000
\sloppy

\begin{document}
\maketitle
\tableofcontents

\chapter{Introduction}

\input{vision.tex}
\input{overview.tex}
\input{async.tex}
\input{internet-overview.tex}

\chapter{Tutorial}

\input{servers.tex}
\input{clients.tex}
\input{quotes.tex}
\input{design.tex}
\input{tutorial/index.tex}
\input{tutorial/intro.tex}
\input{tutorial/protocol.tex}
\input{tutorial/style.tex}
\input{tutorial/components.tex}
\input{tutorial/backends.tex}
\input{tutorial/web.tex}
\input{tutorial/pb.tex}
\input{tutorial/factory.tex}
\input{tutorial/client.tex}
\input{tutorial/library.tex}
\input{tutorial/configuration.tex}

\chapter{Low-Level Twisted }

\input{reactor-basics.tex}
\input{udp.tex}
\input{process.tex}
\input{defer.tex}
\input{gendefer.tex}
\input{deferredindepth.tex}
\input{time.tex}
\input{threading.tex}
\input{choosing-reactor.tex}

\chapter{High-Level Twisted}

\input{basics.tex}
\input{plugin.tex}
\input{tap.tex}
\input{components.tex}
\input{cred.tex}
\input{application.tex}

\chapter{Utilities}

\input{options.tex}
\input{logging.tex}
\input{dirdbm.tex}
\input{telnet.tex}
\input{testing.tex}

\chapter{Twisted RDBMS support}

\input{enterprise.tex}
\input{row.tex}

\chapter{Perspective Broker}
\input{pb.tex}
\input{pb-intro.tex}
\input{pb-usage.tex}
\input{pb-copyable.tex}
\input{pb-cred.tex}

\chapter{Manual Pages}

\input{../man/manhole-man.tex}
\clearpage
\input{../man/mktap-man.tex}
\clearpage
\input{../man/tap2deb-man.tex}
\clearpage
\input{../man/tap2rpm-man.tex}
\clearpage
\input{../man/tapconvert-man.tex}
\clearpage
\input{../man/trial-man.tex}
\clearpage
\input{../man/twistd-man.tex}

\chapter{Appendix}

\input{faq.tex}
\input{glossary.tex}
\input{../specifications/banana.tex}

\end{document}