summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorUlrich Eckhardt <uli-vdr@uli-eckhardt.de>2016-01-05 19:53:27 +0100
committerUlrich Eckhardt <uli-vdr@uli-eckhardt.de>2016-01-05 19:54:44 +0100
commitb740e98e534f917b53764057df4a50962d4022f1 (patch)
treed82f2d8cd7554ce2a1bf3ba512f8f9918cedc959 /README
parentafb215130078d734418faf2ecbf26cea9df2b04a (diff)
downloadvdr-plugin-menuorg-0.5.1.tar.gz
vdr-plugin-menuorg-0.5.1.tar.bz2
Import of menuorg-0.5.10.5.1
2013-03-16: Version 0.5.0 - Makefile for VDR >= 1.7.33 - Dropped migration tool and documentation for submenu plugin - Updated patch for VDR 1.7.40 2013-03-17: Version 0.5.1 - Minor fix in member initialization (thx to by Lars Hanisch) - Correctly link shared libs (thx to by Lars Hanisch)
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 2 insertions, 19 deletions
diff --git a/README b/README
index 7bd26a1..b9db20a 100644
--- a/README
+++ b/README
@@ -24,13 +24,13 @@ License:
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301, USA.
See the file COPYING for the full license information
Copyright:
- (C) 2007 - 2008 Tobias Grimm
+ (C) 2007 - 2013 Tobias Grimm
(C) 2007 Thomas Creutz
@@ -61,23 +61,6 @@ The following parameters are available:
(default: ConfigDir/plugins/menuorg.xml)
-Upgrading from vdr-submenu plugin
----------------------------------
-
-There is a convert script in this package, that allows you to convert your old
-MainMenu.conf from the submenu plug-in to the XML file which is needed by
-menuorg.
-
-Example usage:
-
- vdr-submenu2menuorg /var/lib/vdr/plugins/MainMenu.conf /var/lib/vdr/plugins/menuorg.xml
-
-Attention: Your destination file will be overwritten without any warning!
-
-When your VDR runs not as root, than you should verify that the target file is
-readable for the which ever user runs VDR.
-
-
Menu file format
----------------