davidfstr / Crystal-Web-Archiver

Downloads websites for long-term archival.
http://dafoster.net/projects/crystal-web-archiver
60 stars 5 forks source link

Support export of project to a self-contained binary web server #177

Open davidfstr opened 10 months ago

davidfstr commented 10 months ago

For archival purposes it would be nice to be able to export a downloaded website not as a .crystalproj (which requires a Crystal binary to view it) but rather as a single file, which can be run as a portable executable that serves the downloaded website using a local web server.

Probably want to export something like Redbean, an Actually Portable Executable that runs a local webserver and which can be interpreted as a .zip file which contains the .crystalproj contents.