Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH dtd] herds: Remove no-longer usable <maintainingproject/> element
Date: Thu, 17 Sep 2015 19:52:25
Message-Id: 1442519521-30189-1-git-send-email-mgorny@gentoo.org
1 <maintainingproject/> was used to 'copy' herd member lists from project
2 pages. However, it was never properly supported by tools and it is no
3 longer usable since project pages were moved to the Wiki.
4 ---
5 herds.dtd | 6 +-----
6 1 file changed, 1 insertion(+), 5 deletions(-)
7
8 diff --git a/herds.dtd b/herds.dtd
9 index 74ea3b5..37ce92a 100644
10 --- a/herds.dtd
11 +++ b/herds.dtd
12 @@ -1,14 +1,10 @@
13 <!ELEMENT herds ( (herd)* )>
14 <!-- One tag for each herd -->
15 - <!ELEMENT herd (name, email? , description?, (maintainersof|maintainingproject|maintainer*))>
16 + <!ELEMENT herd (name, email? , description?, (maintainersof|maintainer*))>
17
18 <!-- One tag for each maintainer of a herd, multiple allowed-->
19 <!ELEMENT maintainer ( email, (role| name)* )>
20
21 - <!-- Projects that whose members all maintain the herd, the format is the
22 - url of the project page starting from the web root-->
23 - <!ELEMENT maintainingproject (#PCDATA)>
24 -
25 <!-- Get the maintainers of another herd and make them maintainers of this
26 one-->
27 <!ELEMENT maintainersof EMPTY>
28 --
29 2.5.2

Replies