NAME
admin-cgi/admincentre.pl - filter admincentre document for presentation
SYNOPSIS
admin-cgi/admincentre.pl [-C charset] [-f form]
[-L language]
DESCRIPTION
This Perl program filters the HTML document which specifies the user interface to the ROADS software seen by admin users, converting any ROADS-specific tags into normal HTML.
OPTIONS
These options are intended for debugging use only.
- -f filename
-
Alternative file to find the HTML outline in.
- -C charset
-
Set character set manually.
- -L language
-
Set language manually.
CGI VARIABLES
- htmlform
-
The HTML returned to the end user - normally admincentre.html.
- charset
-
The character set to use.
- language
-
The language to use.
FILES
config/multilingual/*/admincentre/admincentre.html - the HTML to return to the end user.
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
Martin Hamilton <martinh@gnu.org>