From d9e1b706df7ebcb0fa7e7e716291f9c88aad6a24 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Fri, 22 Jun 2007 21:38:45 +0000 Subject: - Introducing Mootools as base javascript library. - ported Infobox javascript code to this library. - LiveSimpleAjaxRequest uses Ajax-Object from mootools. - Start of distribution of javascript in source form (not compiled into the live binary). --- README | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index fbb5c41..b05a379 100644 --- a/README +++ b/README @@ -36,7 +36,7 @@ Cxxtools >= 1.4.3 - http://www.tntnet.org/download.hms gcc >= 3.1 if gcc < 4.0: -boost >= 1.32.0 - http://www.boost.org +boost >= 1.32.0 - http://www.boost.org Tntnet provides basic webserver functions for live and needs cxxtools. @@ -44,6 +44,24 @@ Boost provides some data structures we need. While currently relying on the full blown package we might provide a stripped down version in the future. +Installation: +============= + +If you compile the plugin outside of the VDR source codes you must +copy the resulting binary to the VDRs directory where the other +plugins are excpected. + +In order to work correctly you must copy the contents of 'themes' and +'js' directories from the source distribution to the directory where +the vdr plugins look for their configuration files. The pure VDR +default for this is: /video/vdr/plugins/live. + +Many distributions change this according their file systems standards +rules. This directory is therefor often referred as +$VDRDIR/plugins/live. (i.E. in debian it is in +/usr/share/vdr-plugin-live) + + Setup ===== -- cgit v1.2.3