[gimp] authors.dtd: Update



commit 9793ecc7fb84b164b94302f2470fda40b23e2ffb
Author: Martin Nordholts <martinn src gnome org>
Date:   Fri Jan 28 07:55:55 2011 +0100

    authors.dtd: Update

 authors.dtd |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/authors.dtd b/authors.dtd
index 79f8714..bc9f346 100644
--- a/authors.dtd
+++ b/authors.dtd
@@ -1,12 +1,16 @@
 <!-- simple DTD for GIMP authors -->
 
-<!ELEMENT gimp-authors (creator+, contributor+)>
+<!ELEMENT gimp-authors (creator+, maintainer+, contributor+)>
 <!ATTLIST gimp-authors xmlns CDATA #FIXED "http://purl.org/dc/elements/1.1/";>
 
 <!ELEMENT creator (#PCDATA)>
 <!ATTLIST creator role CDATA #REQUIRED>
 <!ATTLIST creator last-active CDATA #REQUIRED>
 
+<!ELEMENT maintainer (#PCDATA)>
+<!ATTLIST maintainer role CDATA #REQUIRED>
+<!ATTLIST maintainer last-active CDATA #REQUIRED>
+
 <!ELEMENT contributor (#PCDATA)>
 <!ATTLIST contributor role CDATA #REQUIRED>
 <!ATTLIST contributor last-active CDATA #REQUIRED>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]