summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorsvntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-09-04 21:31:19 +0000
committersvntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-09-04 21:31:19 +0000
commitf9496cf6e26300f343939782809d5b320440368e (patch)
treeeec696055ec52ef3625d55e621d74cd19257b371 /README
parentd0429697f1c909043b8d38a8836a5bdc1e4ae325 (diff)
downloadvdr-plugin-menuorg-f9496cf6e26300f343939782809d5b320440368e.tar.gz
vdr-plugin-menuorg-f9496cf6e26300f343939782809d5b320440368e.tar.bz2
some space/tab changes and some changes for a LineNode
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6123 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index f9681b3..9f62660 100644
--- a/README
+++ b/README
@@ -66,6 +66,7 @@ There are only four kinds of menu items described by the following XML tags:
<plugin> : Plug-in menu items
<menu> : A sub menu
<command> : An external command to be excuted, similar to VDR's commands.conf
+ <line> : a line item
In the menu hierarchy <system>, <plug-in> and <command> are leaf nodes, whereas
<menu> is an internal node. <menu> may contain any number of <system>, <plugin>,
@@ -124,6 +125,7 @@ e.g.:
<plug-in name="solitaire" />
<plug-in name="freecell" />
</menu>
+ <line />
<menu name="System">
<system name="Setup" />
<system name="Commands" />