updates version to 2.3

This commit is contained in:
lars 2005-06-10 19:21:01 +00:00
parent 067e130847
commit e2d2171b84
5 changed files with 15 additions and 10 deletions

View File

@ -1,5 +1,3 @@
$Id: CHANGES,v 1.2 2000/09/25 17:54:06 guy Exp $
REVISION HISTORY - ezmlm-web.cgi
================================
@ -90,7 +88,7 @@ Version 2.2 - 26/01/02005 (not officially released)
* user-based permission for creating lists (can be set in webusersrc)
* the location of the webusers file is now an option in ezmlmwebrc
Version 2.3 - 21/06/02005
Version 2.3 - 10/06/02005
* css styles are used instead of tables
* permission check for upload of files fixed
* removed some taint errors

View File

@ -75,6 +75,15 @@ OVERVIEW:
access controlled (here I mean both web and user access) by some method
(eg .htaccess, access.conf for Apache).
You should also copy the stylesheet file (css/default.css) to a location
of your choice. Now you may have to change the "HTML_CSS_FILE" setting
in your ezmlmwebrc file.
Optional: it would be nice if you could download the small picture
whose URL you can find in the ezmlmwebrc file as "HELP_ICON_URL".
Then you should change this URL.
This helps to reduce the load on our server.
6. Install some method of securing access to the page. The following
information is applicable to Apache web servers ... Detailed

2
README
View File

@ -21,7 +21,7 @@ VIII. Bugs && Bug Reports
I. Copyright Stuff - essentially the FreeBSD licence ...
==================
ezmlm-web - version 2.2 - 26/01/02005
ezmlm-web - version 2.3 - 10/06/02005
Copyright (C) 1998, Guy Antony Halse, All Rights Reserved.
Please send bug reports and comments to guy-ezmlm@rucus.ru.ac.za

View File

@ -1,7 +1,6 @@
#!/usr/bin/perl
#===========================================================================
# ezmlm-web.cgi - version 2.2 - 26/01/02005
# $Id: ezmlm-web.cgi,v 1.3 2000/09/25 19:58:07 guy Exp $
# ezmlm-web.cgi - version 2.3 - 10/06/02005
#
# Copyright (C) 1999/2000, Guy Antony Halse, All Rights Reserved.
# Please send bug reports and comments to guy-ezmlm@rucus.ru.ac.za
@ -1186,7 +1185,7 @@ EOM
}
# ------------------------------------------------------------------------
# End of ezmlm-web.cgi v2.2
# End of ezmlm-web.cgi v2.3
# ------------------------------------------------------------------------
__END__

View File

@ -1,5 +1,4 @@
# $Id: ezmlmwebrc,v 1.5 2000/09/25 18:25:26 guy Exp $
# Configuration file for ezmlm-web 2.2
# Configuration file for ezmlm-web 2.3
# ===========================================================================
# This file is not just an ordinary configuration file - it contains valid
@ -59,7 +58,7 @@ $HTML_HEADER .= '<TABLE BORDER="0" CELLPADDING="5" CELLSPACING="5" ALIGN="CENTER
# Footer for every page (.= concatinates)
$HTML_FOOTER = '</TD></TR></TABLE>';
$HTML_FOOTER .= '<TABLE BORDER="0" CELLPADDING="5" CELLSPACING="5" ALIGN="CENTER" WIDTH="99%"><TR><TD BGCOLOR="#e0e0ff">';
$HTML_FOOTER .= '<FONT SIZE="-1"><A HREF="https://systemausfall.org/toolforge/ezmlm-web" TARGET="_blank">ezmlm-web</A> (v2.2) A web interface to <A HREF="http://www.ezmlm.org/" TARGET="_blank">ezmlm</A></FONT></TD></TR></TABLE>';
$HTML_FOOTER .= '<FONT SIZE="-1"><A HREF="https://systemausfall.org/toolforge/ezmlm-web" TARGET="_blank">ezmlm-web</A> (v2.3) A web interface to <A HREF="http://www.ezmlm.org/" TARGET="_blank">ezmlm</A></FONT></TD></TR></TABLE>';
# NEW:
# html properties (e.g. color, background-color) can be defined in a