From: James Edward Gray II Date: 2006-01-26T09:24:32+09:00 Subject: Re: I like the new ruby-doc.org! On Jan 25, 2006, at 5:21 PM, James Britt wrote: > Most of the immediate work is tracking down broken links. The site > had become, on the server, a fair mess of files and folders and sym > links, and swapping out pages was far less clean than it should > have been. > > I will probably write something to crawl the site and give me a > link status report that doesn't bury me in the obvious. Just FYI, I'm currently reading Higher-Order Perl and one of the examples was a simple robot framework. The example in the book used it to find broken links, among other things. I mention this because I have it mostly ported. The version in the book obeys /robots.txt and mine doesn't yet, but that's the only difference at this point. (The used a Perl module to handle the robot file I can find a Ruby equivalent for. See this Friday's Ruby Quiz... :D) Anyway, if it will help, it's all yours. It'll be on my blog[1] in a couple of days, but you can email me privately if you want it before then... 1: http://blog.grayproductions.net/ James Edward Gray II