New abstract.
This commit is contained in:
parent
6e24c051cd
commit
ed74bc29c1
|
@ -4,7 +4,7 @@
|
|||
\usepackage{alltt}
|
||||
\usepackage{tex2page}
|
||||
|
||||
\author{Andreas \and Bernauer, Olin Shivers \and Mike Sperber}
|
||||
\author{Andreas Bernauer \and Olin Shivers \and Mike Sperber}
|
||||
\title{The Scheme Untergrund Networking Package}
|
||||
|
||||
\input{decls}
|
||||
|
@ -12,8 +12,13 @@
|
|||
\begin{document}
|
||||
\maketitle
|
||||
\begin{abstract}
|
||||
This document contains informations for users and programmers using
|
||||
the SUnet package.
|
||||
\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
|
||||
|
||||
|
|
Loading…
Reference in New Issue