CACOPHONY "Every page a program" This repo contains *cacophony.sh*, a CGI script that will run every script in the source/ directory as a CGI script to display a page. This is probably a bad idea. It originated mostly on tilde.town. = CHANGELOG = 2023-06-07 ---------- Now serves static files too! And folders with index.html in them. = USAGE = There's a lighttpd.conf in here for basic testing. Just run `make`. = CUSTOMIZATION = Check `cacophony.sh` for variables and functions to play around with. You'll probably want to play with `$SCRIPTDIR` and `html_footer`, but you could change `http_header` too (or of course whatever you like). = LICENSE = Public domain