The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

admin-cgi/mktemp-config-editor.pl - ROADS template editor configurator

SYNOPSIS

  admin-cgi/mktmep-config-editor.pl [-C charset] [-L language]
 

DESCRIPTION

This Perl program provides a WWW based mechanism for controlling the ROADS template editor (mktemp.pl) features which are available to a particular user.

OPTIONS

These are intended for debugging purposes only.

-C charset

Character set to use.

-L language

Language to use.

CGI VARIABLES

Where there is an instance number N, this applies to a particular instance of the template editor configuration, in other words, the permissions which are allowed for a particular user.

charset

The character set to use.

EmailTemplateN

Whether the user is allowed to email the completed template to the ROADS database administrator.

EnterTemplateN

Whether the user is allowed to enter the completed template into the ROADS database.

GenerateListingN

Whether the user is allowed to generate subject breakdowns using the addsl.pl program.

GenerateWhatsNewN

Whether the user is allowed to generate "What's New" listings using the addwn.pl program.

includeN

Whether to include this user's details.

language

The language to use.

tipscount

Number of users in template editor config.

ReturnTemplateN

Whether the user is allowed to select the "return template" option, which causes the template to be returned as a WWW page.

UserListN

Which users this rule applies to, e.g. * applies to all users, whereas martin@multics.lut.ac.uk applies to the user martin on the machine multics.lut.ac.uk.

FILES

config/mktemp.cfg - template editor configuration file

config/multilingual/*/mktemp-config-editor/introhead.html - head of HTML form returned to end user

config/multilingual/*/mktemp-config-editor/introtail.html - tail of HTML form returned to end user

config/multilingual/*/mktemp-config-editor/openconfigerror.html - HTML returned if config file couldn't be opened

config/multilingual/*/mktemp-config-editor/updated.html - HTML returned if template editor config was updated OK.

SEE ALSO

"mktemp.pl" in admin-cgi

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>