Enjoy. :)

-- Peanuts --

URL: http://www.peanuts.com
Name: Peanuts
Levels: 1

StoryStart: Originally Published on: ..-...-....
StoryEnd: <!-- TABLE 6 END -->

ImageOnlySite: 1
ImageURL: http://www.peanuts.com/comics/peanuts/archive/images/peanuts.*\.gif
ImageScaleToMaxWidth: 1000

AuthorName: Gary Danko
AuthorEmail: gdanko /at/ mac.com

-- FoxTrot --

URL: http://www.ucomics.com/foxtrot/YYYY/MM/DD/
Name: FoxTrot
Levels: 1
URLProcess: {
        my @time = localtime(time);
        my $full_year = $time[5] + 1900;
        my $short_year = (substr $full_year,2,2);
        my $month = $time[4];
        my $date = $time[3];

        $month = $month + 1;
        
        if($month < 10)
        {
                $month = "0" . $month;
        }

        if($date < 10)
        {
                $date = "0" . $date;
        }
        s/YYYY/$full_year/g;
        s/MM/$month/g;
        s/DD/$date/g;
        
}

StoryStart: no next date
StoryEnd: <!--

ImageOnlySite: 1
ImageURL: http://images.ucomics.com/comics/ft/..../ft.*\.gif
ImageScaleToMaxWidth: 1000

AuthorName: Gary Danko
AuthorEmail: gdanko /at/ mac.com

-- The Fusco Brothers --

URL: http://www.ucomics.com/thefuscobrothers/YYYY/MM/DD/
Name: The Fusco Brothers
Levels: 1
URLProcess: {
        my @time = localtime(time);
        my $full_year = $time[5] + 1900;
        my $short_year = (substr $full_year,2,2);
        my $month = $time[4];
        my $date = $time[3];

        $month = $month + 1;
        
        if($month < 10)
        {
                $month = "0" . $month;
        }

        if($date < 10)
        {
                $date = "0" . $date;
        }
        s/YYYY/$full_year/g;
        s/MM/$month/g;
        s/DD/$date/g;
        
}

StoryStart: no next date
StoryEnd: <!--

ImageOnlySite: 1
ImageURL: http://images.ucomics.com/comics/fu/..../fu.*\.gif
ImageScaleToMaxWidth: 1000

AuthorName: Gary Danko
AuthorEmail: gdanko /at/ mac.com



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Sitescooper-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sitescooper-talk

Reply via email to