File:  [Local Repository] / comics / comics.conf
Revision 1.5: download - view: text, annotated - select for diffs
Tue Mar 12 13:09:34 2013 UTC (11 years, 7 months ago) by nick
Branches: MAIN
CVS tags: HEAD
Added some CSS to it for a gradient background and fiddled with fonts and colors.

#  This file is a CSV of what to download
# 
#  This will be placed in to a hash like this:
#
#                 "userfriendly" => {
#                                url     =>      "http://www.userfriendly.org/",
#                                search  =>      ".*Latest Strip.*(\/cartoons\/archives\/.*gif|png|jpg).*",
#                                mode    =>      "1",
#                                fullName=>      "User Friendly",
#                                ext     =>      "gif",
#                                order   =>	 "1",
#                           },
#  Note: error should always be 0, and ext can be left blank.  The script will try to determine what it is
#        but will fallback to whatever is in there by default if it can't get it.

base_directory = /home/httpd/html/daily/work
index_directory = indexes
image_directory = images

dilbert,http://www.dilbert.com,.*textarea class=\"STR_EmbedCode\".*<img src=\"(.*gif|jpg)\" border.*,1,Dilbert,gif
babyblues,http://www.babyblues.com,.*img src="(http:\/\/cserver.king-online.com\/.*Baby_Blues.*\d{4}(?:-\d\d?){2}).*,1,Baby Blues,gif
userfriendly,http://www.userfriendly.org/,.*Latest Strip.*(\/cartoons\/archives\/.*gif|png|jpg).*,1,User Friendly,gif
luann,http://www.gocomics.com/luann,.*Check out Luann.* src=\"(.*)\".*/>,1,Luann,jpg
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
andycapp,http://www.gocomics.com/andy_capp/,.*Check out Andy.* src=\"(.*)\".*/>,1,Andy Capp,gif
stonesoup,http://www.ucomics.com/stonesoup,http://images.ucomics.com/comics/ss/__year__/ss__year2____mon2____day2__.__ext__,2,StoneSoup,gif
roseisrose,http://comics.com/rose_is_rose/,.*Check out Rose.* src=\"(.*)\".*/>,1,Rose is Rose,gif
xkcd,http://xkcd.com,.*embedding\): (.*\.png).*,1,xkcd,png
penny_arcade,http://penny-arcade.com/comic,.\s*<img src=\"(.*com\/photos.*)\" alt.*,1,Penny Arcade,png
questionable_content,http://questionablecontent.net/,<img id=\"strip\" src=\"(.*)\">.*,1,Questionable Content,gif
hagar_the_horrible,http://www.arcamax.com/thefunnies/hagarthehorrible/,img src=\"(/newspics/.*gif)\",1,Hagar the Horrible,gif
the_lockhorns,http://www.arcamax.com/thefunnies/thelockhorns/,img src=\"(/newspics/.*gif)\",1,The Lockhorns,gif
zits,http://www.arcamax.com/thefunnies/zits/,img src=\"(/newspics/.*gif)\",1,Zits,gif
blondie,http://www.arcamax.com/thefunnies/blondie/,img src=\"(/newspics/.*gif)\",1,Blondie,gif
wizard_of_id,http://www.arcamax.com/thefunnies/wizardofid/,img src=\"(/newspics/.*gif)\",1,Wizard Of Id,gif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>