Annotation of comics/comics.conf, revision 1.4
1.1 nick 1: # This file is a CSV of what to download
2: #
3: # This will be placed in to a hash like this:
4: #
5: # "userfriendly" => {
6: # url => "http://www.userfriendly.org/",
7: # search => ".*Latest Strip.*(\/cartoons\/archives\/.*gif|png|jpg).*",
8: # mode => "1",
9: # fullName=> "User Friendly",
10: # ext => "gif",
11: # order => "1",
12: # },
13: # Note: error should always be 0, and ext can be left blank. The script will try to determine what it is
14: # but will fallback to whatever is in there by default if it can't get it.
15:
16: base_directory = /home/httpd/html/daily/work
17: index_directory = indexes
18: image_directory = images
19:
20: dilbert,http://www.dilbert.com,.*textarea class=\"STR_EmbedCode\".*<img src=\"(.*gif|jpg)\" border.*,1,Dilbert,gif
21: babyblues,http://www.babyblues.com,.*img src="(http:\/\/cserver.king-online.com\/.*Baby_Blues.*\d{4}(?:-\d\d?){2}).*,1,Baby Blues,gif
22: userfriendly,http://www.userfriendly.org/,.*Latest Strip.*(\/cartoons\/archives\/.*gif|png|jpg).*,1,User Friendly,gif
23: luann,http://www.gocomics.com/luann,.*Check out Luann.* src=\"(.*)\".*/>,1,Luann,jpg
24: fbofw,http://www.ucomics.com/fbofw,http://images.ucomics.com/comics/fb/__year__/fb__year2____mon2____day2__.__ext__,2,For Better or For Worse,gif
25: andycapp,http://www.gocomics.com/andy_capp/,.*Check out Andy.* src=\"(.*)\".*/>,1,Andy Capp,gif
26: stonesoup,http://www.ucomics.com/stonesoup,http://images.ucomics.com/comics/ss/__year__/ss__year2____mon2____day2__.__ext__,2,StoneSoup,gif
27: roseisrose,http://comics.com/rose_is_rose/,.*Check out Rose.* src=\"(.*)\".*/>,1,Rose is Rose,gif
1.2 nick 28: xkcd,http://xkcd.com,.*embedding\): (.*\.png).*,1,xkcd,png
1.3 nick 29: penny_arcade,http://penny-arcade.com/comic,.\s*<img src=\"(.*com\/photos.*)\" alt.*,1,Penny Arcade,png
30: questionable_content,http://questionablecontent.net/,<img id=\"strip\" src=\"(.*)\">.*,1,Questionable Content,png
1.4 ! nick 31: hagar_the_horrible,http://www.arcamax.com/thefunnies/hagarthehorrible/,img src=\"(/newspics/.*gif)\",1,Hagar the Horrible,gif
! 32: the_lockhorns,http://www.arcamax.com/thefunnies/thelockhorns/,img src=\"(/newspics/.*gif)\",1,The Lockhorns,gif
! 33: zits,http://www.arcamax.com/thefunnies/zits/,img src=\"(/newspics/.*gif)\",1,Zits,gif
! 34: blondie,http://www.arcamax.com/thefunnies/blondie/,img src=\"(/newspics/.*gif)\",1,Blondie,gif
! 35: wizard_of_id,http://www.arcamax.com/thefunnies/wizardofid/,img src=\"(/newspics/.*gif)\",1,Wizard Of Id,gif
1.1 nick 36:
37: #---- Old Comica -----
38:
39: #garfield,http://www.ucomics.com/garfield,http://picayune.uclick.com/comics/ga/__year__/ga__year2____mon2____day2__.__ext__,2,Garfield,gif
40: ##wizeardofid,http://comics.com/wizard_of_id/,.*img src=\"(.*gif|jpg).*STR.AttachZoomHover.*,1,Wizard of ID,gif
41: ##ziggy,http://www.ucomics.com/ziggy,http://images.ucomics.com/comics/zi/__year__/zi__year2____mon2____day2__.__ext__,2,Ziggy,gif
42: ##momma,http://comics.com/momma/,.*img src=\"(.*gif|jpg).*STR.AttachZoomHover.*,1,Momma,gif
43: ##peanuts,http://comics.com/peanuts/,.*img src=\"(.*gif|jpg).*STR.AttachZoomHover.*,1,Peanuts,gif
44: ##zrandom,http://comics.com/,.*img src=\"(.*gif|jpg).*STR.AttachZoomHover.*,1,Random Comic of the Day,gif
45: #foxtrot,http://www.ucomics.com/foxtrot,http://images.ucomics.com/comics/ft/__year__/ft__year2____mon2____day2__.__ext__,2,Foxtrot,gif
46: #bc,http://www.comics.com/creators/bc/index.html,.*IMG SRC=\"(.*gif|jpg).*ALT.*Today.*Comic.*,1,B.C.,gif
47: # getfuzzy,http://www.comics.com/comics/getfuzzy/index.html,.*IMG SRC=\"(.*gif|jpg).*ALT.*Today.*Comic.*,1,Get Fuzzy,gif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>