sunet/doc/latex/man.tex

39 lines
995 B
TeX
Raw Normal View History

\documentclass{report}
\usepackage[latin1]{inputenc}
\usepackage{alltt}
\usepackage{tex2page}
2002-08-21 11:42:12 -04:00
\author{Olin Shivers \and Mike Sperber \and Martin Gasbichler \and
Eric Marsden \and Andreas Bernauer}
\title{The Scheme Untergrund Networking Package}
\input{decls}
\begin{document}
\maketitle
\begin{abstract}
2002-08-21 10:18:02 -04:00
\noindent The Scheme Untergrund Network Package (\textit{SUnet} for short) is
a set of libraries for Internet hacking. Among the implemented
protocols are server-side http, client-side ftp, server-side ftp,
client-side DNS, client-side nettime, client-side POP3, client-side
SMTP. SUnet also contains a number of libraries for Web
programming: a small package for outputting HTML, a CGI library, as
well as some other utilities.
\end{abstract}
\tableofcontents
\include{intro}
\include{httpd}
\include{cgi-script}
\include{ftpd}
\include{ftp}
\include{netrc}
\include{uri}
\include{url}
\include{rfc822}
2002-05-12 01:36:53 -04:00
\include{nettime}
\include{smtp}
\include{pop3}
\end{document}