/usr/share/doc/twisted-doc/howto/book.tex is in twisted-doc 11.1.0-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | \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{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{rdbms.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/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{glossary.tex}
\input{../specifications/banana.tex}
\end{document}
|