40 lines
		
	
	
		
			997 B
		
	
	
	
		
			TeX
		
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			997 B
		
	
	
	
		
			TeX
		
	
	
	
| \documentclass{report}
 | |
| 
 | |
| \usepackage[latin1]{inputenc}
 | |
| \usepackage{alltt}
 | |
| \usepackage{tex2page}
 | |
| 
 | |
| \author{Olin Shivers \and Mike Sperber \and Martin Gasbichler \and
 | |
|   Andreas Bernauer}
 | |
| \title{The Scheme Untergrund Networking Package}
 | |
| 
 | |
| \input{decls}
 | |
| 
 | |
| \begin{document}
 | |
| \maketitle
 | |
| \begin{abstract}
 | |
|   \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{toothless}
 | |
| \include{cgi-script}
 | |
| \include{ftpd}
 | |
| \include{ftp}
 | |
| \include{netrc}
 | |
| \include{uri}
 | |
| \include{url}
 | |
| \include{rfc822}
 | |
| \include{nettime}
 | |
| \include{smtp}
 | |
| \include{pop3}
 | |
| \end{document}
 |