Directory structure:
/Applications/PLT Scheme v207/collects/web-server/default-web-root/
./servlets/ # servlet directory
./servlets/dms/README # this file
page.ss # the servlet interface
database.ss # database functions
configure.scm # configuration parameters
./servlets/dms/sql/README # text processing details
load.csh # initializes the system
dms.sql # SQL code - called by load.csh
words.csh # processes a document
terms.pl # Perl script - called by words.csh
./servlets/dms/sql/dictionary/
lower-case-words.txt # words in Webster's 2nd edition
stop-words.txt # words like 'a', 'the', etc.
entered-words.txt # stores all words seen so far
./servlets/dms/sql/tmp/tld/ # scratch space for each user
lpk/
./htdocs/ # all web pages besides servlets
./htdocs/index.html # default PLT web page
java/ # java scripts
users/tld/ # HTML directory for each user
users/lpk/