X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=doc%2Fprotocol%2Fprotocol.tex;h=1520f2152bb02c4e0c37f68b1e9bece4fbded8e7;hb=47b71ed4337a09d3decd69faf6ba10bb8baa33e4;hp=fa7a601ec31da7defcc3257103380f69765c209b;hpb=03ee2e4a399d1f58511dafce6e71ad5c3a66163e;p=doldaconnect.git diff --git a/doc/protocol/protocol.tex b/doc/protocol/protocol.tex index fa7a601..1520f21 100644 --- a/doc/protocol/protocol.tex +++ b/doc/protocol/protocol.tex @@ -2,9 +2,10 @@ \usepackage[T1]{fontenc} \usepackage[utf8x]{inputenc} +\usepackage[ps2pdf]{hyperref} \usepackage{reqlist} -\newcommand{\url}[1]{\texttt{<#1>}} +\newcommand{\urlink}[1]{\texttt{<#1>}} \newcommand{\unix}{\textsc{Unix}} \title{Dolda Connect protocol} @@ -14,6 +15,8 @@ \maketitle +\tableofcontents + \section{Introduction} Dolda Connect consists partly of a daemon (a.k.a. server) that runs in the background and carries out all the actual work, and a number of @@ -33,7 +36,7 @@ project's Scheme interpreter) and for Python. The former is distributed with the main Dolda Connect source tree, while the latter is distributed separately (for technical reasons). To get a copy, please refer to Dolda Connect's homepage at -\url{http://www.dolda2000.com}. +\urlink{http://www.dolda2000.com}. \section{Transport format} Note: Everything covered in this section is handled by the @@ -306,4 +309,6 @@ nonetheless. programs}. \end{responses} +\input{commands} + \end{document}