I have a fully functioning php/MySQL application running and in production.
We would like the option to distribute the application and data therein via CD. Obviously the recipients wouldn't have php/apache/mysql installed in their system, nor would we want to do it for them. This is for a 1 week conference, and the CD would be in lieu of a printed book.
Is there something availabe that could crawl my application and archive the data as static pages?
Thanks.