swift 11/11/29 18:51:19 Modified: inserts.xml Log: Support 3.0 license string texts Within the stylesheets, the code uses the XML fragments in the inserts.xml file to display the license info. This is done on a key/value pair approach, currently only supporting "License". In this update, fragments "License-2.5" and "License-3.0" are added to support "<license version="2.5" />" and "<license version="3.0" />" entries.
Revision Changes Path 1.5 xml/htdocs/doc/en/inserts.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/inserts.xml?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/inserts.xml?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/inserts.xml?r1=1.4&r2=1.5 Index: inserts.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/inserts.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- inserts.xml 19 Jun 2011 22:15:44 -0000 1.4 +++ inserts.xml 29 Nov 2011 18:51:19 -0000 1.5 @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE inserts SYSTEM "/dtd/inserts.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/inserts.xml,v 1.4 2011/06/19 22:15:44 robbat2 Exp $--> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/inserts.xml,v 1.5 2011/11/29 18:51:19 swift Exp $--> <inserts lang="en"> - <version>3</version> + <version>4</version> <insert name="Content">Content</insert> <insert name="Credits">Credits</insert> <insert name="Updated">Updated <docdate/></insert> @@ -30,6 +30,13 @@ <insert name="License"> 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. </insert> + <insert name="License-2.5"> + 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. + </insert> + <insert name="License-3.0"> + The contents of this document, unless otherwise expressly stated, are + 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. + </insert> <insert name="hb_file">Link to other book part not available</insert> <!-- Metadoc stuff --> <insert name="GLinuxDocCat">Gentoo Linux Documentation Categories</insert>