summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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" />