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: glsa.dtd
Date: Fri, 04 Apr 2008 17:04:42
Message-Id: E1JhpLD-0007Fb-Q1@stork.gentoo.org
1 neysx 08/04/04 17:04:39
2
3 Modified: glsa.dtd
4 Log:
5 Add @count to <revised>
6
7 Revision Changes Path
8 1.17 xml/htdocs/dtd/glsa.dtd
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/glsa.dtd?rev=1.17&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/glsa.dtd?rev=1.17&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/dtd/glsa.dtd?r1=1.16&r2=1.17
13
14 Index: glsa.dtd
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/glsa.dtd,v
17 retrieving revision 1.16
18 retrieving revision 1.17
19 diff -u -r1.16 -r1.17
20 --- glsa.dtd 5 Nov 2007 00:54:20 -0000 1.16
21 +++ glsa.dtd 4 Apr 2008 17:04:39 -0000 1.17
22 @@ -1,4 +1,4 @@
23 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/dtd/glsa.dtd,v 1.16 2007/11/05 00:54:20 robbat2 Exp $ -->
24 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/dtd/glsa.dtd,v 1.17 2008/04/04 17:04:39 neysx Exp $ -->
25 <!ELEMENT glsa (title,synopsis,product,announced,revised,bug*,access?,affected,background?,description,impact,workaround,resolution,references,license?,metadata*)>
26 <!ATTLIST glsa id CDATA #REQUIRED>
27
28 @@ -52,10 +52,12 @@
29 <!--
30 Element: revised
31 Description: Last revision date of the GLSA
32 + Attribute: @count: number of revisions
33
34 - Example: <revised>2003-11-20</revised>
35 + Example: <revised count="02">2003-11-20</revised>
36 -->
37 <!ELEMENT revised (#PCDATA)>
38 +<!ATTLIST revised count CDATA "01">
39
40 <!--
41 Element: bug
42 @@ -308,7 +310,7 @@
43
44 Example: <license/>
45 -->
46 -<!ELEMENT license (#PCDATA)>
47 +<!ELEMENT license (EMPTY)>
48
49 <!--
50 Element: metadata
51
52
53
54 --
55 gentoo-commits@l.g.o mailing list