I was wondering if any one knew of a way to create a html based representation (map) of a site collection for reference purposes. I have been asked to look into this as we want to turn off our old SharePoint 2007 server and not copy the content into our new SharePoint 2013 environment. It would only be used for auditing purposes. I know it is probably a long shot, but if anyone knows of any software that can crawl a site collection and create a html representation of it.
Update
I got some good answers on this discussion which I have just shown my boss. I have just been told that the people involved want to be able to see the content in the site collection not just the map. So what they are looking for is some software that can crawl the site collection and then save it in some type of format (html?). Turn off the old SharePoint server, and when they want to browse to their old content when desired, without having the SharePoint server on. Basically have their Site Collection for lookup purposes outside of SharePoint. Please don’t shoot the messenger, but I have been tasked to see if this is possible. Any help would be grateful.
It depends on how “deep” the map needs to be. If you just need the sites and pages, you could use one of the many tools for generating a Google sitemap. This would give you an XML file that you could use some custom XSLT to display it in HTML.
Alternatively, there are some options for using Visio to create a diagram if HTML isn’t strictly required.