[Netcomics-cvs] netcomics/lib shermans_lagoon,1.1.1.1,1.2
Brought to you by:
elliotglaysher,
hochstrb
|
From: Sven H. <ha...@us...> - 2009-06-22 10:45:28
|
Update of /cvsroot/netcomics/netcomics/lib In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23222 Modified Files: shermans_lagoon Log Message: Fix slagoon, new regexp and new website. Closes: 2654362 Index: shermans_lagoon =================================================================== RCS file: /cvsroot/netcomics/netcomics/lib/shermans_lagoon,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- shermans_lagoon 31 Aug 1999 14:39:39 -0000 1.1.1.1 +++ shermans_lagoon 22 Jun 2009 10:45:19 -0000 1.2 @@ -10,10 +10,10 @@ 'title' => "Shermans Lagoon", 'author' => "Jim Toomey", 'type' => 'gif', - 'main' => "http://cgi.dnai.com/~fillmore/cgi-bin/sviewer.pl", - 'archives' => "http://cgi.dnai.com/~fillmore/cgi-bin/sviewer.pl", + 'main' => "http://www.slagoon.com/cgi-bin/sviewer.pl", + 'archives' => "http://www.slagoon.com/cgi-bin/sviewer.pl", 'base' => "http://www.slagoon.com/", - 'page' => strftime("dailies/SL%y.%m.%d.gif",@ltime), + 'page' => strftime("dailies/SL%y%m%d.gif",@ltime), 'size' => ($ltime[6] == 0 ? [650,350] : [576,234]) }; return $rec; |