NAME
cgi-bin/suggest.pl - suggest a resource for inclusion in the database
SYNOPSIS
cgi-bin/suggest.pl [-C charset] [-f form] [-L language]
[-u myurl]
DESCRIPTION
suggest.pl program is a Common Gateway Interface (CGI) program run from an HTTP daemon. This is a cut down equivalent of the regular ROADS template editor intended for use by end users. It simply renders the HTML form suggest.html (by default) to the end user and returns any fields on the form whose names are prefixed by SUGGEST in an email message to the ROADS database administrator once the form is submitted.
HTML FORM ELEMENTS
It is necessary to include a field called SUGGESTurl on the form, since use of this is hard coded into the program.
OPTIONS
These options are only practically useful for debugging.
- -C charset
-
Character set to use.
- -f form
-
HTML form to return to end user.
- -L language
-
Language to use.
- -u url
-
URL of the suggest.pl program.
CGI VARIABLES
- charset
-
Character set to use.
- form
-
HTML form to return to end user. Note that only alphanumeric characters will be used.
- language
-
Language to use.
FILES
config/multilingual/*/suggest/done.html - message returned to end user when template submitted.
config/multilingual/*/suggest/mailerror.html - message returned to end user if mail message couldn't be sent.
config/multilingual/*/suggest/suggest.html - default HTML form returned to end user.
SEE ALSO
COPYRIGHT
Copyright (c) 1988, Martin Hamilton <martinh@gnu.org> and Jon Knight <jon@net.lut.ac.uk>. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
It was developed by the Department of Computer Studies at Loughborough University of Technology, as part of the ROADS project. ROADS is funded under the UK Electronic Libraries Programme (eLib), the European Commission Telematics for Research Programme, and the TERENA development programme.
AUTHOR
Jon Knight <jon@net.lut.ac.uk>, Martin Hamilton <martinh@gnu.org>