From 9ba57996ed6d7fe3dd0d0c1fe5e1b3827b8a2b8a Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 25 Sep 2009 18:37:54 +0200 Subject: Use inline SVG for relation graphs The graphs are now stored in the DB in SVG format, the static/rg/ directory can be removed (not used anymore). SVG data is stored using the xml data type, so now I can say for sure you'd need at least PostgreSQL 8.3. This feature still needs some tweaking, though. Current state isn't perfect. --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 5177b6e2..1060c544 100644 --- a/README +++ b/README @@ -12,7 +12,7 @@ Requirements global requirements: Linux, or an OS that resembles Linux. Chances are VNDB won't run on Windows. - PostgreSQL 8.3 recommended, 8.1 may also work + PostgreSQL 8.3+ perl 5.10 recommended, 5.8 may also work A webserver that works with YAWF (lighttpd and Apache are known to work) @@ -41,6 +41,8 @@ Requirements Maintenance: PerlIO::gzip RG: + XML::Parser + XML::Writer graphviz (/usr/bin/dot is used by default) Sitemap: XML::Writer -- cgit v1.2.3