diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2009-02-14 23:25:05 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2009-02-14 23:25:05 +0100 |
commit | 2bae6457006474655f971891a92341b1ae34840e (patch) | |
tree | 30a813fdbb1c096a08d7c35dd59fafc3f65154f4 /README | |
download | vdr-plugin-scripting-2bae6457006474655f971891a92341b1ae34840e.tar.gz vdr-plugin-scripting-2bae6457006474655f971891a92341b1ae34840e.tar.bz2 |
Initial commitv0.0.1branches/v0.0.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 54 |
1 files changed, 54 insertions, 0 deletions
@@ -0,0 +1,54 @@ +vdr-scripting +============= + +(C) 2009 Tobias Grimm <vdr@e-tobi.net> + +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: + + <vdr-config-dir>/plugins/scripting/libs + + +Usage +----- + +Ruby plug-ins must me located in: + + <vdr-config-dir>/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. |