zodb.tex 795 Bytes
Newer Older
Guido van Rossum's avatar
Guido van Rossum committed
1 2 3
\documentclass{howto}

\title{ZODB/ZEO Programming Guide}
Tim Peters's avatar
Tim Peters committed
4
\release{3.5.1b2}
Guido van Rossum's avatar
Guido van Rossum committed
5 6 7
\date{\today}

\author{A.M.\ Kuchling}
8
\authoraddress{\email{amk@amk.ca}}
Guido van Rossum's avatar
Guido van Rossum committed
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32

\begin{document}
\maketitle
\tableofcontents

\copyright{Copyright 2002 A.M. Kuchling.
      Permission is granted to copy, distribute and/or modify this document
      under the terms of the GNU Free Documentation License, Version 1.1
      or any later version published by the Free Software Foundation;
      with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
      A copy of the license is included in the appendix entitled ``GNU
      Free Documentation License''.}

\input{introduction}
\input{prog-zodb}
\input{zeo}
\input{transactions}
\input{modules}

\appendix
\input links.tex
\input gfdl.tex

\end{document}