Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -255,6 +255,10 @@ |
256 | 256 | 'url' => 'https://creativecommons.org/publicdomain/zero/1.0/', |
257 | 257 | 'icon' => '{$wgStylePath}/common/images/cc-0.png', |
258 | 258 | ), |
| 259 | + 'pd' => array( |
| 260 | + 'url' => '', |
| 261 | + 'icon' => '{$wgStylePath}/common/images/public-domain.png', |
| 262 | + ), |
259 | 263 | 'gfdl' => array( |
260 | 264 | 'url' => 'http://www.gnu.org/copyleft/fdl.html', |
261 | 265 | 'icon' => '{$wgStylePath}/common/images/gnu-fdl.png', |
Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -395,6 +395,7 @@ |
396 | 396 | 'config-license-cc-by-nc-sa' => 'Creative Commons Attribution Non-Commercial Share Alike', |
397 | 397 | 'config-license-cc-0' => 'Creative Commons Zero (Public Domain)', |
398 | 398 | 'config-license-gfdl' => 'GNU Free Documentation License 1.3 or later', |
| 399 | + 'config-license-pd' => 'Public Domain', |
399 | 400 | 'config-license-cc-choose' => 'Select a custom Creative Commons license', |
400 | 401 | 'config-license-help' => "Many public wikis put all contributions under a [http://freedomdefined.org/Definition free license]. |
401 | 402 | This helps to create a sense of community ownership and encourages long-term contribution. |