about summary refs log tree commit diff stats
path: root/readme
diff options
context:
space:
mode:
Diffstat (limited to 'readme')
-rw-r--r--readme23
1 files changed, 15 insertions, 8 deletions
diff --git a/readme b/readme index 0a7764e..0a37b0a 100644 --- a/readme +++ b/readme
@@ -1,15 +1,22 @@
1CACOPHONY 1 CACOPHONY
2"Every page a program" 2 "Every page a program"
3 3
4This repo contains *cacophony.sh*, a CGI script that will run every script in 4This repo contains *cacophony.sh*, a CGI script that will run every
5the source/ directory as a CGI script to display a page. 5script in the source/ directory as a CGI script to display a page.
6 6
7This is probably a bad idea. It originated mostly on tilde.town. 7This is probably a bad idea. It originated mostly on tilde.town.
8 8
9USAGE 9= USAGE =
10 10
11There's a lighttpd.conf in here for basic testing. Just run `make`. 11There's a lighttpd.conf in here for basic testing. Just run `make`.
12 12
13LICENSE 13= CUSTOMIZATION =
14
15Check `cacophony.sh` for variables and functions to play around
16with. You'll probably want to play with `$SCRIPTDIR` and
17`html_footer`, but you could change `http_header` too (or of course
18whatever you like).
19
20= LICENSE =
14 21
15Public domain \ No newline at end of file 22Public domain \ No newline at end of file