From 74c65de6a4c4fcddab257b4af25c8f58e7bc130d Mon Sep 17 00:00:00 2001 From: svntcreutz Date: Sun, 12 Aug 2007 17:11:45 +0000 Subject: added some README Stuff git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5699 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f --- README | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README b/README index 51e266d..b486956 100644 --- a/README +++ b/README @@ -1,6 +1,7 @@ This is a "plugin" for the Video Disk Recorder (VDR). -Written by: Your Name +Written by: Thomas Creutz + Tobias Grimm Project's homepage: URL @@ -9,6 +10,33 @@ Latest version available at: URL See the file COPYING for license information. Description: +------------ + +With this plugin you can organize your Mainmenu. The config file is saved in XML file format, +based on the format from setup plugin. + +Requirements: +------------- + +The plugin is tested with vdr 1.4.7 + +The follow libraries are used: + + - libxml++2.6-dev + - libxml2-dev + +Configuration: +-------------- + +The following parameters are available: + + -c FILE --config=FILE loads the specified xml file + (default: ConfigDir/plugins/menuorg.xml) + + -s FILE --schema=FILE loads the specified schema file + (default: ConfigDir/plugins/menuorg.dtd) + +The schema file is included in this release. Only the DTD schema can be used! Menu file format ---------------- -- cgit v1.2.3