# Local directory where reports are kept. Should be in ftp or http space.
TrReportDir	/var/ftp/pub/techreports

# Prefix for urls to your reports, probably either ftp or http
ReportUrlPrefix	ftp://ftp.cs.virginia.edu/pub/techreports

# Home directory for techrep
# This is where all the techrep binaries, scripts etc will be installed
TrHomeDir	/home/techrep

# The name of your organization (no quotes needed)
OrgName  My Favorite Department of CS

# Logical names for each TR series in your organization
# There can be as many of these as you want, but you must
# have at least one (no quotes needed).
TrSeriesName  Department of Computer Science, U of Cheese

# The url of the cgi program called 'masterform'. This is the program that
# generates the www input forms. Normally, masterform will reside in
# the cgi-bin directory of your server, but you can put it elsewhere and
# name it differently if your server supports this kind of thing.
InterfaceUrl	http://www.cs.virginia.edu/cgi-bin/masterform

# This is the email address of the person responsible for administering the bibliographic
# database. Data collected from the forms is sent to this person for
# quality control. This person then uses the command line techrep
# to handle the transaction
ReportAdmin xxx@my.favorite.site

# This is the full path to your perl interpreter
PerlPath /usr/local/bin/perl

# This is the full path to your mail program
MailPath /usr/bin/mail

