From 2bae6457006474655f971891a92341b1ae34840e Mon Sep 17 00:00:00 2001 From: Tobias Grimm Date: Sat, 14 Feb 2009 23:25:05 +0100 Subject: Initial commit --- README | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..79131c3 --- /dev/null +++ b/README @@ -0,0 +1,54 @@ +vdr-scripting +============= + +(C) 2009 Tobias Grimm + +Project's homepage: + http://projects.vdr-developer.org/projects/show/plg-scripting + +Latest version available at: + http://projects.vdr-developer.org/projects/list_files/plg-scripting + +License: + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + at your option) any later version. + See the file COPYING for more information. + + +Description +----------- + +vdr-scripting is a VDR plug-in, which hosts other plug-ins written in +a dynamic scripting language. Currently only Ruby is supported. + + +Limitations +----------- + +Currently this is just a proof-of-concept release with only a very +limited set of functionality! + + +Installation +------------ + +To compile vdr-scripting Ruby 1.8.6 or 1.9 and with the Ruby heades and +libraries is required. + +Besides the VDR plugin you must install the libraries from lib/ to VDR's +configuration directory: + + /plugins/scripting/libs + + +Usage +----- + +Ruby plug-ins must me located in: + + /plugins/scripting/plugins + +You will find some sample plug-ins in the examples directory. Just +copy the *.rb files from there to the above directory and restart VDR. -- cgit v1.2.3