summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-02-15 12:54:34 +0100
committerMichał Górny <mgorny@gentoo.org>2016-02-15 12:54:34 +0100
commit45f690d3bac283a4ba7328d526cf94a6448cbb8a (patch)
tree0bd801365147a82ded7a50657982d140199948e0
parentmetadata: Remove <herd/> again as the deadline has passed (diff)
downloaddtd-45f690d3bac283a4ba7328d526cf94a6448cbb8a.tar.gz
dtd-45f690d3bac283a4ba7328d526cf94a6448cbb8a.tar.bz2
dtd-45f690d3bac283a4ba7328d526cf94a6448cbb8a.zip
Remove herds.dtd following herds.xml removal
-rw-r--r--herds.dtd34
1 files changed, 0 insertions, 34 deletions
diff --git a/herds.dtd b/herds.dtd
deleted file mode 100644
index 37ce92a..0000000
--- a/herds.dtd
+++ /dev/null
@@ -1,34 +0,0 @@
-<!ELEMENT herds ( (herd)* )>
- <!-- One tag for each herd -->
- <!ELEMENT herd (name, email? , description?, (maintainersof|maintainer*))>
-
- <!-- One tag for each maintainer of a herd, multiple allowed-->
- <!ELEMENT maintainer ( email, (role| name)* )>
-
- <!-- Get the maintainers of another herd and make them maintainers of this
- one-->
- <!ELEMENT maintainersof EMPTY>
- <!ATTLIST maintainersof herd CDATA #REQUIRED>
-
-<!-- Common attributes -->
-
-<!-- the lang attribute, specifies the language of this tag. This is
- only useful for descriptions of various kinds. If a tag with this
- attribute is included there must be a description in the default
- language "C" or "en", which is equivalent -->
- <!ATTLIST description lang CDATA "C" >
-
-<!-- The restrict attribute, this attribute specifies restrictions on
- the applicability of tags on versions. The format of this attribute is
- equal to the format of DEPEND lines in ebuilds. There is one special
- value though: restrict="*". A tag that specifies this only applies if
- there are no other tags that apply.
-
- For required tags, there must be either an unrestricted version, or a
- version that is default restricted. -->
-
-<!-- standard parts -->
-<!ELEMENT email (#PCDATA) ><!-- an email address -->
-<!ELEMENT name (#PCDATA) ><!-- the name of a herd or maintainer-->
-<!ELEMENT description (#PCDATA) ><!-- A description of the herd-->
-<!ELEMENT role (#PCDATA) ><!-- The role this maintainer plays within the herd-->