diff options
author | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-12 17:11:45 +0000 |
---|---|---|
committer | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-12 17:11:45 +0000 |
commit | 74c65de6a4c4fcddab257b4af25c8f58e7bc130d (patch) | |
tree | 63cf7ff64f11ad7b55b0d5fd04aa6f57fe973f0f | |
parent | 8da3b26ab8f861f274925c733890585d79253d91 (diff) | |
download | vdr-plugin-menuorg-74c65de6a4c4fcddab257b4af25c8f58e7bc130d.tar.gz vdr-plugin-menuorg-74c65de6a4c4fcddab257b4af25c8f58e7bc130d.tar.bz2 |
added some README Stuff
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5699 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
-rw-r--r-- | README | 30 |
1 files changed, 29 insertions, 1 deletions
@@ -1,6 +1,7 @@ This is a "plugin" for the Video Disk Recorder (VDR). -Written by: Your Name <email@host.dom> +Written by: Thomas Creutz <thomas.creutz@gmx.de> + Tobias Grimm <tg@e-tobi.net> 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 ---------------- |