Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/dtd: common.dtd
Date: Tue, 29 Nov 2011 18:48:00
Message-Id: 20111129184744.E3E5A2004B@flycatcher.gentoo.org
1 swift 11/11/29 18:47:44
2
3 Modified: common.dtd
4 Log:
5 Introduce version attribute for the license tag in GuideXML
6
7 The license tag is used to have a document marked as being under the CC-BY-SA license. Currently, it holds the function of
8 refering to the CC-BY-SA 2.5 version. However, the license itself has evolved and is currently on the 3.0 version.
9 Documents created in the Gentoo wiki (wiki.gentoo.org) automatically get the 3.0 license.
10
11 With the version attribute, we can now enter a specific version for the license while keeping the old behavior at hand (as
12 we are not allowed to switch licenses on existing material without prior agreement of the copyright holders and authors.
13
14 This commit is the first of many. The DTD change should happen before any other as the DTD files are also distributed
15 elsewhere.
16
17 Revision Changes Path
18 1.4 xml/htdocs/dtd/common.dtd
19
20 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/dtd/common.dtd?rev=1.4&view=markup
21 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/dtd/common.dtd?rev=1.4&content-type=text/plain
22 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/dtd/common.dtd?r1=1.3&r2=1.4
23
24 Index: common.dtd
25 ===================================================================
26 RCS file: /var/cvsroot/gentoo/xml/htdocs/dtd/common.dtd,v
27 retrieving revision 1.3
28 retrieving revision 1.4
29 diff -u -r1.3 -r1.4
30 --- common.dtd 9 Mar 2008 13:01:54 -0000 1.3
31 +++ common.dtd 29 Nov 2011 18:47:44 -0000 1.4
32 @@ -33,6 +33,7 @@
33 <!ELEMENT summary (#PCDATA)>
34
35 <!ELEMENT license EMPTY>
36 +<!ATTLIST license version CDATA #IMPLIED>
37
38 <!ELEMENT version (#PCDATA)>