November 21, 1994 MKCMTFORM(1)
NAME
mkcmtform - make a WWW comment form
SYNOPSIS
mkcmtform [ emailaddress [ basefilename ] ]
DESCRIPTION
This program creates two files in the current working directory
(comments.html and comments.txt by default). The HTML file is a form
which can be used to send an email message through the web-forms.mit.edu
email gateway according to the format specified in the text file.
EXAMPLES
mkcmtform
This creates files named comments.html and comments.txt which send email
to the user who ran the program.
mkcmtform web-request@mit.edu
This creates files named comments.html and comments.txt which send email
to web-request@mit.edu.
mkcmtform web-request@mit.edu new-comments
This creates files named new-comments.html and new-comments.txt which
send email to web-request@mit.edu.
BUGS
If the text file is moved to another directory, the HTML file will no
longer function properly. The full pathname of the text file must be
hard-coded in the HTML file.
AUTHOR
Bruce R. Lewis (brlewis@MIT.EDU)
$Date: 2003/01/03 19:49:34 $