Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xml-guide.xml
Date: Tue, 29 Nov 2011 19:03:00
Message-Id: 20111129190245.E8DE72004B@flycatcher.gentoo.org
1 swift 11/11/29 19:02:45
2
3 Modified: xml-guide.xml
4 Log:
5 Document the use of the "<license version="3.0"/>" tag
6
7 With CC-BY-SA 3.0 now allowed for documents, we document this approach in the XML Guide.
8
9 Revision Changes Path
10 1.71 xml/htdocs/doc/en/xml-guide.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.71&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?rev=1.71&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?r1=1.70&r2=1.71
15
16 Index: xml-guide.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v
19 retrieving revision 1.70
20 retrieving revision 1.71
21 diff -u -r1.70 -r1.71
22 --- xml-guide.xml 6 Dec 2010 11:27:27 -0000 1.70
23 +++ xml-guide.xml 29 Nov 2011 19:02:45 -0000 1.71
24 @@ -1,6 +1,6 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.70 2010/12/06 11:27:27 nightmorph Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xml-guide.xml,v 1.71 2011/11/29 19:02:45 swift Exp $ -->
29
30 <guide>
31 <title>Gentoo GuideXML Guide</title>
32 @@ -35,8 +35,8 @@
33 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
34 <license/>
35
36 -<version>11</version>
37 -<date>2010-12-06</date>
38 +<version>12</version>
39 +<date>2011-11-29</date>
40
41 <chapter>
42 <title>GuideXML basics</title>
43 @@ -110,11 +110,11 @@
44 &lt;/abstract&gt;
45
46 &lt;!-- The content of this document is licensed under the CC-BY-SA license --&gt;
47 -&lt;!-- See http://creativecommons.org/licenses/by-sa/2.5 --&gt;
48 -&lt;license/&gt;
49 +&lt;!-- See http://creativecommons.org/licenses/by-sa/3.0 --&gt;
50 +&lt;license version="3.0"/&gt;
51
52 &lt;version&gt;<i>1</i>&lt;/version&gt;
53 -&lt;date&gt;<i>2010-12-25</i>&lt;/date&gt;
54 +&lt;date&gt;<i>2011-11-29</i>&lt;/date&gt;
55 </pre>
56
57 <p>
58 @@ -170,10 +170,12 @@
59 </p>
60
61 <p>
62 -Finally we have the <c>&lt;license/&gt;</c> tag, used to publish the document
63 -under the <uri link="http://creativecommons.org/licenses/by-sa/2.5/">Creative
64 +Finally we have the <c>&lt;license version="3.0"/&gt;</c> tag, used to publish
65 +the document under the <uri link="http://creativecommons.org/licenses/by-sa/3.0/">Creative
66 Commons - Attribution / Share Alike</uri> license as required by the <uri
67 -link="/proj/en/gdp/doc/doc-policy.xml">Documentation Policy</uri>.
68 +link="/proj/en/gdp/doc/doc-policy.xml">Documentation Policy</uri>. Historically,
69 +the tag <c>&lt;license /&gt;</c> was used, which denoted the 2.5 version of the
70 +license. This is still accepted/allowed.
71 </p>
72
73 </body>
74 @@ -817,8 +819,8 @@
75 &lt;/abstract&gt;
76
77 &lt;!-- The content of this document is licensed under the CC-BY-SA license --&gt;
78 -&lt;!-- See http://creativecommons.org/licenses/by-sa/2.5 --&gt;
79 -&lt;license/&gt;
80 +&lt;!-- See http://creativecommons.org/licenses/by-sa/3.0 --&gt;
81 +&lt;license version="3.0"/&gt;
82
83 &lt;version&gt;...&lt;/version&gt;
84 &lt;date&gt;...&lt;/date&gt;
85 @@ -879,7 +881,7 @@
86 &lt;!-- &#36;Header&#36; --&gt;
87
88 &lt;!-- The content of this document is licensed under the CC-BY-SA license --&gt;
89 -&lt;!-- See http://creativecommons.org/licenses/by-sa/2.5 --&gt;
90 +&lt;!-- See http://creativecommons.org/licenses/by-sa/3.0 --&gt;
91
92 &lt;sections&gt;