summaryrefslogtreecommitdiff
path: root/doc/docu.tmpl
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2007-12-16 14:37:56 +0000
committerAndreas Brachold <vdr07@deltab.de>2007-12-16 14:37:56 +0000
commite74bdb7184b4e72ae58c5175464ef6a3db96aff7 (patch)
tree48b6c98ce3b2c5fd55a94f038c354b7f7e5bc42b /doc/docu.tmpl
parent26868547aed93bdba91157faa30db80db06573ba (diff)
downloadxxv-e74bdb7184b4e72ae58c5175464ef6a3db96aff7.tar.gz
xxv-e74bdb7184b4e72ae58c5175464ef6a3db96aff7.tar.bz2
* VTX: Embedded vtx-font inside module, drop graphics from VTXPATH
* HTTPD: remove binary from url as parameter, now defined at cmdobj, inside modul header * EPG: rename VPS to PDC, Programme Delivery Control * tools: add con_err,con_msg to dump message on console and log file * RECORDS: Show message after editing recording * MUSIC: remove proxy from playlist building, use proxy only to playing files
Diffstat (limited to 'doc/docu.tmpl')
-rw-r--r--doc/docu.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/docu.tmpl b/doc/docu.tmpl
index aee6b15..00342ea 100644
--- a/doc/docu.tmpl
+++ b/doc/docu.tmpl
@@ -66,11 +66,13 @@ XXV::MODULES::<?% Name %?>
<?% FOREACH cmdname = Commands.keys.sort %?>
+<?% IF Commands.$cmdname.hidden != 'yes' %?>
=item * <?% cmdname %?> (<?% Commands.$cmdname.short %?>)
<?% Commands.$cmdname.description %?>
<?% END %?>
+<?% END %?>
=back