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: inserts.xml
Date: Tue, 29 Nov 2011 18:51:36
Message-Id: 20111129185119.E9E6D2004B@flycatcher.gentoo.org
1 swift 11/11/29 18:51:19
2
3 Modified: inserts.xml
4 Log:
5 Support 3.0 license string texts
6
7 Within the stylesheets, the code uses the XML fragments in the inserts.xml file to display the license info. This is done
8 on a key/value pair approach, currently only supporting "License". In this update, fragments "License-2.5" and
9 "License-3.0" are added to support "<license version="2.5" />" and "<license version="3.0" />" entries.
10
11 Revision Changes Path
12 1.5 xml/htdocs/doc/en/inserts.xml
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/inserts.xml?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/inserts.xml?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/inserts.xml?r1=1.4&r2=1.5
17
18 Index: inserts.xml
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/inserts.xml,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- inserts.xml 19 Jun 2011 22:15:44 -0000 1.4
25 +++ inserts.xml 29 Nov 2011 18:51:19 -0000 1.5
26 @@ -1,9 +1,9 @@
27 <?xml version="1.0" encoding="UTF-8"?>
28 <!DOCTYPE inserts SYSTEM "/dtd/inserts.dtd">
29 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/inserts.xml,v 1.4 2011/06/19 22:15:44 robbat2 Exp $-->
30 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/inserts.xml,v 1.5 2011/11/29 18:51:19 swift Exp $-->
31
32 <inserts lang="en">
33 - <version>3</version>
34 + <version>4</version>
35 <insert name="Content">Content</insert>
36 <insert name="Credits">Credits</insert>
37 <insert name="Updated">Updated <docdate/></insert>
38 @@ -30,6 +30,13 @@
39 <insert name="License">
40 The contents of this document, unless otherwise expressly stated, are licensed under the <uri link="http://creativecommons.org/licenses/by-sa/2.5">CC-BY-SA-2.5</uri> license. The <uri link="http://www.gentoo.org/main/en/name-logo.xml"> Gentoo Name and Logo Usage Guidelines </uri> apply.
41 </insert>
42 + <insert name="License-2.5">
43 + The contents of this document, unless otherwise expressly stated, are licensed under the <uri link="http://creativecommons.org/licenses/by-sa/2.5">CC-BY-SA-2.5</uri> license. The <uri link="http://www.gentoo.org/main/en/name-logo.xml"> Gentoo Name and Logo Usage Guidelines </uri> apply.
44 + </insert>
45 + <insert name="License-3.0">
46 + The contents of this document, unless otherwise expressly stated, are
47 + licensed under the <uri link="http://creativecommons.org/licenses/by-sa/3.0">CC-BY-SA-3.0</uri> license. The <uri link="http://www.gentoo.org/main/en/name-logo.xml"> Gentoo Name and Logo Usage Guidelines </uri> apply.
48 + </insert>
49 <insert name="hb_file">Link to other book part not available</insert>
50 <!-- Metadoc stuff -->
51 <insert name="GLinuxDocCat">Gentoo Linux Documentation Categories</insert>