diff options
author | ivan <ivan> | 2000-07-18 05:43:27 +0000 |
---|---|---|
committer | ivan <ivan> | 2000-07-18 05:43:27 +0000 |
commit | cb69f12c04dcf89236cf6e0b35a0a3f7f6c03929 (patch) | |
tree | d6ff3eaee7c1eebab97ffd6a10773ffef9c75146 | |
parent | 61c1c5d580232e39361deed34a827455218aad2c (diff) |
update to mailing lists and other foo
-rwxr-xr-x | shift.cgi | 9 | ||||
-rw-r--r-- | table.html | 56 |
2 files changed, 48 insertions, 17 deletions
@@ -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 = ( @@ -53,7 +53,7 @@ function testmovie_DoFSCommand(command, args) \{ </STYLE> </HEAD> -<BODY TEXT="#666666" LINK="#0033FF" VLINK="#336699" ALINK="#FF0000" BGCOLOR="#FFFFFF"> +<BODY TEXT="#666666" LINK="#0033FF" ALINK="#FF0000" BGCOLOR="#FFFFFF"> <CENTER> @@ -62,11 +62,14 @@ function testmovie_DoFSCommand(command, args) \{ <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0"> <TR VALIGN=BOTTOM> - <TD ALIGN=RIGHT><A HREF="http://www.viberation.com/index.html"><IMG SRC="http://www.viberation.com/graphics/head_left.gif" WIDTH="181" HEIGHT="40" BORDER="0"></A></TD> - <TD ALIGN=LEFT><A HREF="http://www.viberation.com/index.html"><IMG SRC="http://www.viberation.com/graphics/head_right_sfba.gif" WIDTH="216" HEIGHT="40" BORDER="0"></A></TD> +<!--yuck, shifts the entire page over. a larger question is what to do with the viberation stuff - host there? remove? nothing? <TD ALIGN=RIGHT><A HREF="http://www.viberation.com/index.html"><IMG SRC="http://www.viberation.com/graphics/head_left.gif" WIDTH="181" HEIGHT="40" BORDER="0"></A></TD> +--> +<!-- don't want to steal viberation logo <TD ALIGN=LEFT><A HREF="http://www.viberation.com/index.html"><IMG SRC="http://www.viberation.com/graphics/head_right_sfba.gif" WIDTH="216" HEIGHT="40" BORDER="0"></A></TD> +--> </TR> <TR VALIGN=TOP> - <TD></TD> +<!-- <TD></TD> +--> <TD ALIGN=LEFT NOWRAP> <BR> @@ -143,26 +146,29 @@ function testmovie_DoFSCommand(command, args) \{ </TR> </TABLE> -<P><SUBMIT_RESET></P> - </FORM> -<P> -©2000 Adam Gould and Michal Migurski. -</P> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="400"> <TR><TD ALIGN=LEFT VALIGN=TOP> +<P>Copyright ©2000 Adam Gould<BR> +Copyright ©2000 Michal Migurski<BR> +Copyright ©2000 Ivan Kohler<BR> +All rights reserved.<BR> +This program is free software; you can redistribute it and or modify it under the terms of the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a> or the <a href="http://www.perl.com/pub/language/misc/Artistic.html">Artistic License</a>. +</P> + + <P> 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. </P> <H2>Download</H2> - <P>All relevant files are included in the <A HREF="staffingsheet.sit">staffingsheet.sit</A> archive.</P> + <P>All relevant files are included in the <A HREF="staff-0.3.tar.gz">staff-0.3.tar.gz</A> archive.</P> <P>You also need the <A HREF="http://search.cpan.org/search?dist=Text-Template">Text::Template</A>, <A HREF="http://search.cpan.org/search?dist=MailTools">MailTools</A> and <A HREF="http://search.cpan.org/search?dist=TimeDate">TimeDate</A> perl modules. (<a href="http://www.perl.com/CPAN/doc/manual/html/lib/CPAN.html">CPAN</a> will query, download and build perl modules automatically) @@ -224,12 +230,36 @@ END <PRE>chown httpd /path/to/data_dir chmod 755 /path/to/data_dir</PRE> </P> - - <H2>Contact</H2> + + <H2>Help</H2> <P> - Any questions or problems with the staffing sheet should be directed at <A HREF="mailto:mike@viberation.com">mike@viberation.com</A> or <A HREF="mailto:goolie@cloudfactory.org">goolie@cloudfactory.org</A> - We'd be happy to answer reasonable questions about the functions of the staffing list program.<BR> + </P> + <ul> +<!-- + <li><a href="search-list-archive.html">Search</a> or <a href="list-archive">browse</a> the user mailing list archive. +--> + <li>Subscribe to the user mailing list by sending a blank message to <a href="mailto:stafflist-user-subscribe@420.am">stafflist-user-subscribe@420.am</a>. + </ul> + <H2>Development</H2> + + <ul> + <li>Anonymous CVS access:<BR>CVSROOT is <B>:pserver:anonymous@cleanwhisker.420.am:/home/cvs/cvsroot</B><BR>The password for the user <B>anonymous</B> is <B>anonymous</B>.<BR>The module name is <B>staff</B>.<BR>So to check out the current tree, you would do (bash):<BR> +<PRE>$ export CVSROOT=":pserver:anonymous@cleanwhisker.420.am:/home/cvs/cvsroot" +$ cvs login +(Logging in to anonymous@cleanwhisker.420.am) +CVS password: +$ cvs checkout staff +</PRE> + <li>Browse the CVS tree online via <a href="/cgi-bin/cvsweb/staff">cvsweb</a>. +<!-- + <li><a href="search-devel-list-archive.html">Search</a> or <a href="devel-list-archive">browse</a> the development list archive. +--> + <li>Subscribe to the development mailing list by sending a blank message to <a href="mailto:stafflist-devel-subscribe@420.am">stafflist-devel-subscribe@420.am</a>. + </ul> + + </TD></TR> </TABLE> |