blob: 653b476a4b94a8292c75511aa03e69c2fdae5704 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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.
= 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
|