Categories
Uncategorized

Site Outline?

Long ago I had a pretty simple perl script that you would point at a url, and it would give you an outline of a site…

Long ago I had a pretty simple perl script that you would point at a url, and it would spider the site and give you an outline. The output was something like this:

  • http://example.com/
  • http://example.com/about/
  • http://example.com/about/foo.html
  • http://example.com/contact/
  • http://example.com/help/
  • http://example.com/help/fee.html

I can’t find that code anywhere. Does anyone have something quick-n-dirty that might work? Let me know