summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsvntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-08-12 17:11:45 +0000
committersvntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-08-12 17:11:45 +0000
commit74c65de6a4c4fcddab257b4af25c8f58e7bc130d (patch)
tree63cf7ff64f11ad7b55b0d5fd04aa6f57fe973f0f
parent8da3b26ab8f861f274925c733890585d79253d91 (diff)
downloadvdr-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--README30
1 files changed, 29 insertions, 1 deletions
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 <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
----------------