On Thu, Jun 2, 2011 at 11:18 AM, Peter Humphrey <pe...@humphrey.ukfsn.org> wrote: > Hello list, > > Off-topic, I know (sorry)!, but I hope someone will have an answer. > > Are there any mapping tools for Linux that can be given a URL and produce a > diagram showing all the internal connections (links) between its pages?
I don't know of an all-in-one to do that, but you can probably use a tool that spiders a website to get all of the page relationships, then run it through graphviz to make it look pretty.