diff options
author | Yorhel <git@yorhel.nl> | 2011-01-25 16:45:45 +0100 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2011-01-25 17:07:06 +0100 |
commit | e46f634c49aa4e174d6cc351b25a60d33c251b25 (patch) | |
tree | 7bf39676260b9c266c083f63ad2522faf79c4b0f /README | |
parent | e23b49f3bd6fddca80076f1dc19e5f913400ff48 (diff) |
TUWF: Initial convert from YAWF to TUWF
There may still be some bugs present and I've only converted the points
where TUWF is incompatible with YAWF. The new TUWF features are not in
use yet, I'll do that later on.
Note that, in order to run the new code, TUWF must be installed on your
system. The configuration for the TransAdmin plugin has also changed.
Other than that there shouldn't be any issues.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -14,16 +14,15 @@ Requirements Linux, or an OS that resembles Linux. Chances are VNDB won't run on Windows. PostgreSQL 9.0+ (don't try older versions or other SQL databases, it won't work) perl 5.12 recommended, 5.10 may also work - A webserver that works with YAWF (lighttpd and Apache are known to work) + A webserver that works with TUWF (lighttpd and Apache are known to work) (perl 5.12 core modules are not listed.) util/vndb.pl: Algorithm::Diff::Fast - CGI::Minimal (required by YAWF) - CGI::Cookie::XS (required by YAWF) DBI DBD::Pg + TUWF (get it from http://g.blicky.net/tuwf.git/) FCGI (optional, for running as a FastCGI script) PerlIO::gzip (optional, for output compression) |