From cb69f12c04dcf89236cf6e0b35a0a3f7f6c03929 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 18 Jul 2000 05:43:27 +0000 Subject: [PATCH] update to mailing lists and other foo --- shift.cgi | 9 +++++---- table.html | 56 +++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 48 insertions(+), 17 deletions(-) diff --git a/shift.cgi b/shift.cgi index 7f9bcd6..b99b039 100755 --- a/shift.cgi +++ b/shift.cgi @@ -2,7 +2,7 @@ #!/usr/bin/perl -Tw # (Text::Template can't do -T, but no user input is used dangerously) # -# $Id: shift.cgi,v 1.1 2000-05-11 11:27:32 ivan Exp $ +# $Id: shift.cgi,v 1.2 2000-07-18 05:43:27 ivan Exp $ # # Copyright (C) 2000 Adam Gould # Copyright (C) 2000 Michal Migurski @@ -16,9 +16,10 @@ # user-servicable parts ### -$template_file = '/home/ivan/staffsheet/table.html'; -$data_directory = '/home/ivan/staffsheet/data'; -$mail_smtpserver = 'localhost'; # set blank to disable +$template_file = '/var/www/www.420.am/staff/table.html'; +$data_directory = '/var/www/www.420.am/staff/data'; +#$mail_smtpserver = 'localhost'; # set blank to disable +$mail_smtpserver = ''; # set blank to disable $mail_from = 'ivan-misconfigured-shift-from@420.am'; $mail_subject = 'Your shift has been replaced'; @mail_cc = ( diff --git a/table.html b/table.html index 8603c82..0ddf7ae 100644 --- a/table.html +++ b/table.html @@ -53,7 +53,7 @@ function testmovie_DoFSCommand(command, args) \{ - +
@@ -62,11 +62,14 @@ function testmovie_DoFSCommand(command, args) \{ - - + + - +
 
@@ -143,26 +146,29 @@ function testmovie_DoFSCommand(command, args) \{
-

- -

-©2000 Adam Gould and Michal Migurski. -

+

Copyright ©2000 Adam Gould
+Copyright ©2000 Michal Migurski
+Copyright ©2000 Ivan Kohler
+All rights reserved.
+This program is free software; you can redistribute it and or modify it under the terms of the GNU General Public License or the Artistic License. +

+ +

Above is an example of the Online Staffing Sheet in action. Names can be modified by typing in the fields. Hitting "Submit" automatically updates the storage directory.

Download

-

All relevant files are included in the staffingsheet.sit archive.

+

All relevant files are included in the staff-0.3.tar.gz archive.

You also need the Text::Template, MailTools and TimeDate perl modules. (CPAN will query, download and build perl modules automatically) @@ -224,12 +230,36 @@ END

chown httpd /path/to/data_dir
 chmod 755 /path/to/data_dir

- -

Contact

+ +

Help

- Any questions or problems with the staffing sheet should be directed at mike@viberation.com or goolie@cloudfactory.org - We'd be happy to answer reasonable questions about the functions of the staffing list program.
+

+ +

Development

+ +
    +
  • Anonymous CVS access:
    CVSROOT is :pserver:anonymous@cleanwhisker.420.am:/home/cvs/cvsroot
    The password for the user anonymous is anonymous.
    The module name is staff.
    So to check out the current tree, you would do (bash):
    +
    $ export CVSROOT=":pserver:anonymous@cleanwhisker.420.am:/home/cvs/cvsroot"
    +$ cvs login
    +(Logging in to anonymous@cleanwhisker.420.am)
    +CVS password:
    +$ cvs checkout staff
    +
    +
  • Browse the CVS tree online via cvsweb. + +
  • Subscribe to the development mailing list by sending a blank message to stafflist-devel-subscribe@420.am. +
+ +
-- 2.11.0