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) TUWF (Available from CPAN and http://dev.yorhel.nl/tuwf) DBI DBD::SQLite Text::VimColor 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: DBI_DSN -> dbi:SQLite:dbname= TUWF_LOG -> On lighttpd, use "setenv.add-environment" to do this, for Apache you can use the SetEnv directive for CGI mode and DefaultInitEnv for FastCGI setups. CONTACT projects@yorhel.nl