summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-09-25 18:37:54 +0200
committerYorhel <git@yorhel.nl>2009-09-25 18:37:54 +0200
commit9ba57996ed6d7fe3dd0d0c1fe5e1b3827b8a2b8a (patch)
tree3c1de7f256c35b1caa833610d27b06923f783fe5 /README
parentfcf1e7f020b267c0efd6f7fd0a973baf682bd075 (diff)
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.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
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