summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2017-12-16 14:20:02 +0100
committerYorhel <git@yorhel.nl>2017-12-16 14:20:02 +0100
commit3e2ac8c963565d9ae0d8a3f64200b8330f302a51 (patch)
treebd33824178567355e008ec1341f9b28ae61b333d
parentb395cb9ef574d17114a16f4a8213bc22e141a36c (diff)
Update README & COPYING
-rw-r--r--COPYING2
-rw-r--r--README11
2 files changed, 6 insertions, 7 deletions
diff --git a/COPYING b/COPYING
index 4c931dd..1474c6e 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-Copyright (c) 2010 Yoran Heling
+Copyright (c) 2010-2017 Yoran Heling
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/README b/README
index 7e0f77d..7c2a929 100644
--- a/README
+++ b/README
@@ -4,9 +4,8 @@ p.blicky.net source code
REQUIREMENTS
- A webserver with CGI support (tested with lighttpd and apache)
- perl (tested on 5.12 - 5.16)
- vim (7.x)
+ perl (tested on 5.12 - 5.24)
+ vim (7.x or 8.x)
TUWF (Available from CPAN and http://dev.yorhel.nl/tuwf)
DBI
DBD::SQLite
@@ -15,9 +14,9 @@ REQUIREMENTS
INSTALL
- Configure your webserver, check the TUWF documentation for instructions
- and examples. The following environment variables need to be set from your
- web server config:
+ Run index.cgi or configure your webserver, check the TUWF documentation for
+ instructions and examples. The following environment variables need to be
+ set from your web server config:
DBI_DSN -> dbi:SQLite:dbname=<dbfile>
TUWF_LOG -> </path/to/logfile>