diff options
author | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-11-07 13:40:34 +0000 |
---|---|---|
committer | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-11-07 13:40:34 +0000 |
commit | 20f371ed3393b72ffb23b05f228f9312a149d082 (patch) | |
tree | d060fb1719b1ce87cb2174db9a5f2c607e5cedb6 /README | |
parent | edcd570a06ed28ffa661fd5e127b6f1729c098a6 (diff) | |
download | vdr-plugin-menuorg-0.3.2.tar.gz vdr-plugin-menuorg-0.3.2.tar.bz2 |
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6391 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -107,30 +107,30 @@ e.g.: <system name="Channels" /> <system name="Recordings" /> <menu name="Video/Audio"> - <plug-in name="mp3" /> - <plug-in name="mplayer" /> + <plugin name="mp3" /> + <plugin name="mplayer" /> <menu name="CD/DVD"> - <plug-in name="burn" /> - <plug-in name="dvdselect" /> - <plug-in name="dvd" /> + <plugin name="burn" /> + <plugin name="dvdselect" /> + <plugin name="dvd" /> </menu> </menu> <menu name="Timer"> <system name="Timers" /> - <plug-in name="autotimeredit" /> - <plug-in name="sleeptimer" /> + <plugin name="autotimeredit" /> + <plugin name="sleeptimer" /> </menu> <menu name="Games"> - <plug-in name="games" /> - <plug-in name="solitaire" /> - <plug-in name="freecell" /> + <plugin name="games" /> + <plugin name="solitaire" /> + <plugin name="freecell" /> </menu> <separator /> <menu name="System"> <system name="Setup" /> <system name="Commands" /> - <plug-in name="sysinfo" /> - <plug-in name="femon" /> + <plugin name="sysinfo" /> + <plugin name="femon" /> <command name="CPU-Info" confirm="yes" execute="cat /proc/cpuinfo" /> </menu> </menus> |