Re: [dev] sites linkrot

2013-01-13 Thread Christoph Lohmann
Greetings. On Sun, 13 Jan 2013 10:12:40 +0100 Kai Hendry hen...@iki.fi wrote: Hi guys, Please rip this to shreds https://github.com/kaihendry/linkrot and perhaps guide me to a better script. Something that can do the http requests in parallel and hence much faster? I ran it over sites/

[dev] sites linkrot

2013-01-12 Thread Kai Hendry
Hi guys, Please rip this to shreds https://github.com/kaihendry/linkrot and perhaps guide me to a better script. Something that can do the http requests in parallel and hence much faster? I ran it over sites/ for i in *; do test -d $i || continue; linkrot $i $i.linkrot; done and the output is