diff options
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 23 |
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 @@ | |||
1 | CACOPHONY | 1 | CACOPHONY |
2 | "Every page a program" | 2 | "Every page a program" |
3 | 3 | ||
4 | This repo contains *cacophony.sh*, a CGI script that will run every script in | 4 | This repo contains *cacophony.sh*, a CGI script that will run every |
5 | the source/ directory as a CGI script to display a page. | 5 | script in the source/ directory as a CGI script to display a page. |
6 | 6 | ||
7 | This is probably a bad idea. It originated mostly on tilde.town. | 7 | This is probably a bad idea. It originated mostly on tilde.town. |
8 | 8 | ||
9 | USAGE | 9 | = USAGE = |
10 | 10 | ||
11 | There's a lighttpd.conf in here for basic testing. Just run `make`. | 11 | There's a lighttpd.conf in here for basic testing. Just run `make`. |
12 | 12 | ||
13 | LICENSE | 13 | = CUSTOMIZATION = |
14 | |||
15 | Check `cacophony.sh` for variables and functions to play around | ||
16 | with. You'll probably want to play with `$SCRIPTDIR` and | ||
17 | `html_footer`, but you could change `http_header` too (or of course | ||
18 | whatever you like). | ||
19 | |||
20 | = LICENSE = | ||
14 | 21 | ||
15 | Public domain \ No newline at end of file | 22 | Public domain \ No newline at end of file |