Sluggy Freelance is broken
Brought to you by:
amedico
Just installed 1.0.25 from it's FreeBSD port, and found
that Sluggy Freelance doesn't appear to be working out
of the box.
The search pattern of:
<img.+?src="?(http://pics.sluggy.com/comics/%y%m%d.+?\.(gif|jpg))
seems to get part of the sluggy navbar now.
I changed it to:
<img.+?src="?(http://pics.sluggy.com/comics/%y%m%d.*?\.(gif|jpg))
and it appears to work fine (only difference is the
last .+? is now a .*?)