summaryrefslogtreecommitdiff
path: root/menuorg.dtd
diff options
context:
space:
mode:
authorsvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-08-19 09:33:30 +0000
committersvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-08-19 09:33:30 +0000
commit682946b3b1d4b0e7301c73b063713c62a5093bbf (patch)
tree0eb88aeb5eb1567a1dadc0a629efc69c5acd51c8 /menuorg.dtd
parentf7ed3ea7adec3b6a5b7d262718b79aeab04e28de (diff)
downloadvdr-plugin-menuorg-682946b3b1d4b0e7301c73b063713c62a5093bbf.tar.gz
vdr-plugin-menuorg-682946b3b1d4b0e7301c73b063713c62a5093bbf.tar.bz2
fixed dtd, added standard license disclaimer
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5812 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'menuorg.dtd')
-rw-r--r--menuorg.dtd40
1 files changed, 19 insertions, 21 deletions
diff --git a/menuorg.dtd b/menuorg.dtd
index dd3cc79..b41e7ee 100644
--- a/menuorg.dtd
+++ b/menuorg.dtd
@@ -1,25 +1,24 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Document Type Definition for the MenuOrg VDR plugin.
+<--
+ vdr-menuorg - A plugin for the Linux Video Disk Recorder
+ Copyright (C) 2007 Thomas Creutz, Tobias Grimm
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
- (C) 2007 Thomas Creutz, Tobias Grimm
-
- This Schema is made available under the terms of the
- GNU General Public License as published by the
- Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This schema is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this schema; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- MA 02111-1307 USA
- See http://www.gnu.org/ for details.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+ $Id:$
-->
+
<!ELEMENT menu ((menu | system | plugin | command)+)>
<!ATTLIST menu
name CDATA #REQUIRED
@@ -39,4 +38,3 @@
confirm (yes | no) #IMPLIED
>
<!ELEMENT menus ((menu | system | plugin | command)+)>
-