blob: f15df1f9fe78e4926f545154d704b6270ed137c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
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
|