http://www.mediawiki.org/wiki/Special:Code/MediaWiki/83400

Revision: 83400
Author:   demon
Date:     2011-03-06 20:14:12 +0000 (Sun, 06 Mar 2011)
Log Message:
-----------
(bug 17691) Support CC0 license in installer

Modified Paths:
--------------
    trunk/phase3/includes/installer/Installer.i18n.php
    trunk/phase3/includes/installer/Installer.php

Added Paths:
-----------
    trunk/phase3/skins/common/images/cc-0.png

Modified: trunk/phase3/includes/installer/Installer.i18n.php
===================================================================
--- trunk/phase3/includes/installer/Installer.i18n.php  2011-03-06 20:05:41 UTC 
(rev 83399)
+++ trunk/phase3/includes/installer/Installer.i18n.php  2011-03-06 20:14:12 UTC 
(rev 83400)
@@ -386,6 +386,7 @@
        'config-license-none'             => 'No license footer',
        'config-license-cc-by-sa'         => 'Creative Commons Attribution 
Share Alike',
        'config-license-cc-by-nc-sa'      => 'Creative Commons Attribution 
Non-Commercial Share Alike',
+       'config-license-cc-0'             => 'Creative Commons Zero',
        'config-license-gfdl-old'         => 'GNU Free Documentation License 
1.2',
        'config-license-gfdl-current'     => 'GNU Free Documentation License 
1.3 or later',
        'config-license-pd'               => 'Public Domain',

Modified: trunk/phase3/includes/installer/Installer.php
===================================================================
--- trunk/phase3/includes/installer/Installer.php       2011-03-06 20:05:41 UTC 
(rev 83399)
+++ trunk/phase3/includes/installer/Installer.php       2011-03-06 20:14:12 UTC 
(rev 83400)
@@ -243,6 +243,10 @@
                        'url' => 
'http://creativecommons.org/licenses/by-nc-sa/3.0/',
                        'icon' => 
'{$wgStylePath}/common/images/cc-by-nc-sa.png',
                ),
+               'cc-0' => array(
+                       'url' => 
'https://creativecommons.org/publicdomain/zero/1.0/',
+                       'icon' => '{$wgStylePath}/common/images/cc-0.png',
+               ),
                'pd' => array(
                        'url' => 
'http://creativecommons.org/licenses/publicdomain/',
                        'icon' => 
'{$wgStylePath}/common/images/public-domain.png',

Added: trunk/phase3/skins/common/images/cc-0.png
===================================================================
(Binary files differ)


Property changes on: trunk/phase3/skins/common/images/cc-0.png
___________________________________________________________________
Added: svn:mime-type
   + image/png


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to