Gentoo Archives: gentoo-commits

From: "Xavier Neys (neysx)" <neysx@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/dtd: userinfo.dtd
Date: Sun, 04 Nov 2007 17:05:59
Message-Id: E1Ioiv1-0002vy-KF@stork.gentoo.org
1 neysx 07/11/04 17:05:51
2
3 Modified: userinfo.dtd
4 Log:
5 Removed birthday & address elements
6
7 Revision Changes Path
8 1.9 xml/htdocs/dtd/userinfo.dtd
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/userinfo.dtd?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/userinfo.dtd?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/userinfo.dtd?r1=1.8&r2=1.9
13
14 Index: userinfo.dtd
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/userinfo.dtd,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- userinfo.dtd 15 Oct 2006 10:56:02 -0000 1.8
21 +++ userinfo.dtd 4 Nov 2007 17:05:51 -0000 1.9
22 @@ -1,5 +1,5 @@
23 <!ELEMENT userlist (user*)>
24 -<!ELEMENT user (realname, pgpkey,email+,joined,birthday, status?, roles?, location?, address*) >
25 +<!ELEMENT user (realname, pgpkey, email+, joined, status?, roles?, location?) >
26 <!ATTLIST user username ID #REQUIRED>
27 <!ELEMENT realname (firstname,familyname)>
28 <!ATTLIST realname fullname CDATA #IMPLIED>
29 @@ -10,22 +10,11 @@
30 <!ELEMENT pgpfingerprint (#PCDATA)>
31 <!ELEMENT email (#PCDATA)>
32 <!ATTLIST email role ( primary | alias | secondary | gentoo ) #REQUIRED >
33 +
34 <!-- all dates should be DD MMMM YYYY - eg '15 October 2006' -->
35 <!ELEMENT joined (#PCDATA)>
36 <!ELEMENT retired (#PCDATA)>
37 - <!ELEMENT birthday (#PCDATA)>
38 - <!ELEMENT address (street, number, suffix?, zipcode, city, state?, country, formatted?)>
39 - <!ATTLIST address role ( main | work | secondary | home ) #REQUIRED>
40 - <!ELEMENT street (#PCDATA)>
41 - <!ELEMENT number (#PCDATA)>
42 - <!ELEMENT suffix (#PCDATA)>
43 - <!ELEMENT zipcode (#PCDATA)>
44 - <!ELEMENT city (#PCDATA)>
45 - <!ELEMENT state (#PCDATA)>
46 - <!ELEMENT country (#PCDATA)>
47 - <!ATTLIST country fullname CDATA #IMPLIED>
48 - <!ELEMENT formatted (#PCDATA)>
49 - <!ATTLIST formatted xml:space (preserve) #FIXED 'preserve'>
50 +
51 <!ELEMENT status (#PCDATA)>
52 <!ELEMENT roles (#PCDATA)>
53 <!-- Location is the string displayed on the webpage -->
54
55
56
57 --
58 gentoo-commits@g.o mailing list