35 lines
750 B
TeX
35 lines
750 B
TeX
\documentclass[11pt]{article}
|
|
\usepackage[latin1]{inputenc}
|
|
\usepackage{code}
|
|
\date{28. Januar 2002}
|
|
\author{composed by Andreas Bernauer\footnote{\texttt{bernauer@informatik.uni-tuebingen.de}}}
|
|
\title{Documentation of the sunet-package}
|
|
|
|
\input{decls}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\begin{abstract}
|
|
This document contains informations for users and programmers using
|
|
the sunet package.
|
|
\end{abstract}
|
|
\tableofcontents
|
|
|
|
\include{intro}
|
|
\include{httpd}
|
|
\include{cgi-server}
|
|
\include{cgi-script}
|
|
\include{ftpd}
|
|
\include{ftp}
|
|
\include{netrc}
|
|
\include{uri}
|
|
\include{url}
|
|
\include{rfc822}
|
|
\include{ntp}
|
|
\include{smtp}
|
|
\include{pop3}
|
|
\include{stringhax}
|
|
\include{toothless}
|
|
\FIXME{Is there a possibility to get rid of the overfull \\hboxes?}
|
|
\end{document}
|