The VNDB.org Source Code ------------------------ Installation & documentation Documentation is lacking, you're pretty much on your own if you want to get things running. :-( Requirements global 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) (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 FCGI (optional, for running as a FastCGI script) PerlIO::gzip (optional, for output compression) util/multi.pl: API: JSON::XS Core: DBI DBD::Pg POE POE::Component::Pg (get it from http://g.blicky.net/poco-pg.git/) Feed: XML::Writer IRC: POE::Component::IRC Image: Image::Magick Maintenance: PerlIO::gzip RG: XML::Parser XML::Writer graphviz (/usr/bin/dot is used by default) util/skingen.pl Image::Magick CSS::Minifier::XS (optional, minimizes CSS output) util/jsgen.pl JavaScript::Minifier::XS (optional, minimizes JS output) Contact IRC: #vndb @ irc.synirc.net Email: contact@vndb.org License GNU AGPL, see COPYING file for details.