web/tagging/README
changeset 2 65157edaee3e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/tagging/README	Wed Aug 12 17:34:15 2009 +0200
@@ -0,0 +1,11 @@
+Proof of concept of the tagging tool.
+
+The movie file is not included, it can be downloaded from
+
+http://dl.free.fr/twByRG7H0
+
+Put everything in a folder you can access through your web server (including the movie file).
+Set up permissions on "tags.csv" so that the web server can read & write it.(prolly something like "chown www-data tags.csv" will work on Debian)
+
+Requires a fairly basic PHP installation (as long as you have fgetcsv & fputcsv working).
+