A friend of mine is investigating the use of WordPress for a dynamic site with some hierarchy. Really, at the moment he just wants “nothing fancier than photos and links between pages,” but knowing him, it’s going to get more complex from there.
The tricky requirement, though, is that he needs to be able to archive the site. As in, output a static HTML version with embedded resources (photos) to a CD for manual distribution from time-to-time.
I’m pretty sure this is possible with WP, since that’s actually how several caching systems work. But I don’t know of any plugins that give you a simple “export site to disc” function. Is there such a plugin?
Turn on pretty permalinks, and run a spider/archiver on the address of your website. This should give you a static site you can place on a CD/DVD/USB drive.
You can use a tool such as http://www.httrack.com/ to do the latter part. If you’re on linux you can use the following command:
You can also run a portable wordpress install off of a USB drive http://wordpress-portable.webnode.com/
You might want to give this tutorial a try:
http://mossiso.com/2009/07/20/convert-wp-to-static-html-part-2.html
There is also a script you can run via command line
http://mossiso.com/code/make-wordpress-static