What tools are there to crawl the website and report for each page list of pages on the website that links to it?
ruby mechanize lets you upload page, and then retrieves all of its links with a single function call