README

December 1998 Report on Scout 
A.L. Borchers

This archive contains 

README				This file
masters.cover.html		Cover sheet for the Master's project
masters.cover.gif		Graphic for the cover sheet
docs				Documentation
classes             		Implementation

The docs directory contains the following files:

Scout.paper.html	33,573		December 1998 report on Scout project
Scout.abstract.html	1.552		Title sheet and abstract 
Scout.appendix1.html	5,778		Configuration file explanation and
					example
Scout.appendix2.html	10,082		Template syntax explanation and
					explanation
ClassDoc.log		128,510		First 1000 lines of Scout log file from
					JavaDoc application, phase 2
ScoutPaper.css		2,372		Style sheet for Scout paper
Scout.slides.html	21,867		HTML version of slides in single file
ScoutSlides.css		692		Style sheet for slides 
mkslides.pl		1,058		Perl script to convert
					Scout.slides.html to slides

The classes directory contains the Java packages required to run 
Scout and the JavaDoc application.

To make these packages available, install the directories where they 
will be visible in the CLASSPATH on your workstation.

ADT		Basic abstract data types, e.g. queues and stacks
HTTPClient	Ronald Tschalr's HTTP library
JavaDoc		The JavaDoc application
Logger		Package for disk and screen logging
pat		Steven R. Brandt's regular expression package
Scout		Core Scout classes
SGMLKit		A rudimentary SGML parser
