Annotation of comics/comics.conf, revision 1.10
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: #
1.10 ! nick 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
! 14: # will try to determine what it is but will fallback to whatever is in
! 15: # there by default if it can't get it.
1.1 nick 16:
17: base_directory = /home/httpd/html/daily/work
18: index_directory = indexes
19: image_directory = images
20:
1.10 ! nick 21: questionable_content,http://questionablecontent.net/,<img src=\"(http:\/\/www.questionablecontent.net\/comics\/.*.[png|gif])\">.*,1,Questionable Content,gif,0
1.9 nick 22: dilbert,http://www.dilbert.com/strip/__YEAR__-__MON__-__DAY__,.*class=\"img-responsive img-comic.*src=\"(.*)" width.*,1,Dilbert,gif,1
23: babyblues,http://www.arcamax.com/thefunnies/babyblues/,img src=\"(.*/newspics/.*gif)\",1,Baby Blues,gif,0
24: luann,http://www.arcamax.com/thefunnies/luann/,img src=\"(.*/newspics/.*gif)\",1,Luann,gif,0
25: andycapp,http://www.arcamax.com/thefunnies/andycapp/,img src=\"(.*/newspics/.*gif)\",1,Andy Capp,gif,0
26: fbofw,http://www.ucomics.com/fbofw,.*strip\" src=\"(.*)\" width.*,1,For Better or For Worse,gif,1
27: stonesoup,http://www.ucomics.com/stonesoup/,.*strip\" src=\"(.*)\" width.*,1,StoneSoup,gif,1
28: xkcd,http://xkcd.com,.*embedding\): (.*\.png).*,1,xkcd,png,1
1.10 ! nick 29: questionable_content,http://questionablecontent.net/,<img src=\"(http:\/\/www.questionablecontent.net\/comics\/.*.[png|gif])\">.*,1,Questionable Content,gif,0
1.9 nick 30: the_lockhorns,http://www.arcamax.com/thefunnies/thelockhorns/,img src=\"(.*/newspics/.*gif)\",1,The Lockhorns,gif,0
31: zits,http://www.arcamax.com/thefunnies/zits/,img src=\"(.*/newspics/.*gif)\",1,Zits,gif,0
1.10 ! nick 32:
! 33: #### OLD COMICS ####
! 34: #dilbert,http://www.dilbert.com,.*textarea class=\"STR_EmbedCode\".*<img src=\"(.*gif|jpg)\" border.*,1,Dilbert,gif,1
! 35: #userfriendly,http://www.userfriendly.org/,.*Latest Strip.*(\/cartoons\/archives\/.*gif|png|jpg).*,1,User Friendly,gif
! 36: #penny_arcade,http://penny-arcade.com/comic,.\s*<img src=\"(.*com\/photos.*)\" alt.*,1,Penny Arcade,png
1.9 nick 37: #blondie,http://www.arcamax.com/thefunnies/blondie/,img src=\"(.*/newspics/.*gif)\",1,Blondie,gif,0
38: #wizard_of_id,http://www.arcamax.com/thefunnies/wizardofid/,img src=\"(.*/newspics/.*gif)\",1,Wizard Of Id,gif,0
1.10 ! nick 39: #hagar_the_horrible,http://www.arcamax.com/thefunnies/hagarthehorrible/,img src=\"(.*/newspics/.*gif)\",1,Hagar the Horrible,gif,0
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>