[gimp] authors.dtd: Update
- From: Martin Nordholts <martinn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] authors.dtd: Update
- Date: Fri, 28 Jan 2011 06:54:16 +0000 (UTC)
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]