|
From: Mark W. <ri...@us...> - 2001-12-18 18:51:53
|
Update of /cvsroot/ipcop/ipcop/html/cgi-bin In directory usw-pr-cvs1:/tmp/cvs-serv10061/html/cgi-bin Modified Files: credits.cgi updates.cgi Log Message: Getting ready for the v0.1.0 release Index: credits.cgi =================================================================== RCS file: /cvsroot/ipcop/ipcop/html/cgi-bin/credits.cgi,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** credits.cgi 2001/11/27 08:09:24 1.1.1.1 --- credits.cgi 2001/12/18 18:51:49 1.2 *************** *** 26,72 **** Project Member - Eric S. Johansson (<A HREF='mailto:esj\@harvee.billerica.ma.us'>esj\@harvee.billerica.ma.us</A>)<BR> - Project Member - Phil Barnett - (<A HREF='mailto:paengiun\@linuxceptional.com'>paengiun\@linuxceptional.com</A>)<BR> Project Member - Jack Beglinger ! (<A HREF='mailto:jackb_guppy\@yahoo.com'>jackb_guppy\@yahoo.com</A>)</P> ! <P><B>Original Smoothwall Project</B><BR> ! Original Founder and Project Manager - Richard Morrell ! (<A HREF='mailto:richard\@smoothwall.org'>richard\@smoothwall.org</A>)<BR> ! Development Team Leader and Author - Lawrence Manning ! (<A HREF='mailto:lawrence\@smoothwall.org'>lawrence\@smoothwall.org</A>)<BR> ! Dan Goscomb - Architecture team leader, Core Developer & Perl Guru ! (<A HREF='mailto:dang\@smoothwall.org'>dang\@smoothwall.org</A>)<BR> ! Paul Tansom - Worldwide Community Liason ! (<A HREF='mailto:paul\@smoothwall.org'>paul\@smoothwall.org</A>)<BR> ! William Anderson - Worldwide Online Team Manager & Webmanager ! (<A HREF='mailto:neuro\@smoothwall.org'>neuro\@smoothwall.org</A>)<BR> ! Rebecca Ward - Worldwide Online Support Manager ! (<A HREF='mailto:becca\@smoothwall.org'>becca\@smoothwall.org</A>)<BR> ! Bill Ward - US Support & Evangelist ! (<A HREF='mailto:bill\@smoothwall.org'>bill\@smoothwall.org</A>)<BR> ! Chris Ross - Chief Wizard ! (<A HREF='mailto:chris\@smoothwall.org'>chris\@smoothwall.org</A>)<BR> ! Dan Cuthbert - Lead Security Manager ! (<A HREF='mailto:security\@smoothwall.org'>security\@smoothwall.org</A>)<BR> ! Pierre-Yves Paulus - Belgian Team Leader and PPPoE guru ! (<A HREF='mailto:pauluspy\@easynet.be'>pauluspy\@easynet.be</A>)<BR> ! Toni Kuokkanen - Original Logo Design ! (<A HREF='mailto:toni.kuokkanen\@nokia.com'>toni.kuokkanen\@nokia.com</A>)<BR> ! John Payne - DNS & Tech Contibutor ! (<A HREF='mailto:john\@sackheads.org'>john\@sackheads.org</A>)<BR> ! Adam Wilkinson - VPN Assistance ! (<A HREF='mailto:aaw10\@hslmc.cam.ac.uk'>aaw10\@hslmc.cam.ac.uk</A>)<BR> ! Jez Tucker - Polar Bear concept & testing ! (<A HREF='mailto:jez\@rib-it.org'>jez\@rib-it.org</A>)<BR> ! Pete Guyan - Tech testing & Input ! (<A HREF='mailto:pete\@snowplains.org'>pete\@snowplains.org</A>)<BR> ! Nick Woodruffe - LCD Development, LUG contact ! (<A HREF='mailto:nick\@pyrobrit.co.uk'>nick\@pyrobrit.co.uk</A>)<BR> ! Nigel Fenton - Development and Testing ! (<A HREF='mailto:nigel.fenton\@btinternet.com'>nigel.fenton\@btinternet.com</A>)<BR> ! Bob Dunlop - The Guru's Guru & Code Magician ! (<A HREF='mailto:rjd\@xyzzy.clara.co.uk'>rjd\@xyzzy.clara.co.uk</A>)<BR> </P> END --- 26,39 ---- Project Member - Eric S. Johansson (<A HREF='mailto:esj\@harvee.billerica.ma.us'>esj\@harvee.billerica.ma.us</A>)<BR> Project Member - Jack Beglinger ! (<A HREF='mailto:jackb_guppy\@yahoo.com'>jackb_guppy\@yahoo.com</A>)<BR> ! Graphics Designer - Keith Dawson ! (<A HREF='mailto:dawson\@world.std.com'>dawson\@world.std.com</A>) ! </P> <P><B>Original Smoothwall Project</B><BR> ! IPCop is based on the <A HREF='http://www.smoothwall.org'>Smoothwall</A> GPL ! version, v0.9.9. We are grateful to them for both inspiring this product and ! giving us the codebase to work with. </P> END Index: updates.cgi =================================================================== RCS file: /cvsroot/ipcop/ipcop/html/cgi-bin/updates.cgi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** updates.cgi 2001/12/16 21:27:24 1.3 --- updates.cgi 2001/12/18 18:51:49 1.4 *************** *** 27,31 **** { my @list; ! # my $return = &downloadlist(); if ($return =~ m/^HTTP\/\d+\.\d+ 200/) { --- 27,31 ---- { my @list; ! my $return = &downloadlist(); if ($return =~ m/^HTTP\/\d+\.\d+ 200/) { |