Static website converter?
Does anyone know a good tool that can convert a dynamic website into a static website?
The Thimbleweed Park blog was built using PHP and a MongoDB database and it's quite complex. The website won't ever change and I like to turn it into a static site so I can host the files somewhere else and can shut down the server.
Ideally it would be a tool that you just point at the url and it scrapes the site, producing a bunch of .html files.
Does such a thing exist?