From 05b1a4401d6bff629f92914d312c82a51a750bd3 Mon Sep 17 00:00:00 2001 From: Harry Wood Date: Mon, 25 Apr 2016 17:26:48 +0100 Subject: [PATCH] Link new 'Wiki content license' page in the footer The current wiki footer link, takes us to the OpenStreetMap_License page which no longer has any information about the wiki content license, so is potentially misleading. We've created a new Wiki_content_license page to be a better destination for that footer link. --- cookbooks/mediawiki/templates/default/LocalSettings.php.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/mediawiki/templates/default/LocalSettings.php.erb b/cookbooks/mediawiki/templates/default/LocalSettings.php.erb index 649beb846..f53f85ee2 100644 --- a/cookbooks/mediawiki/templates/default/LocalSettings.php.erb +++ b/cookbooks/mediawiki/templates/default/LocalSettings.php.erb @@ -141,7 +141,7 @@ $wgDefaultSkin = "<%= @mediawiki[:skin] %>"; ## For attaching licensing metadata to pages, and displaying an ## appropriate copyright notice / icon. GNU Free Documentation ## License and Creative Commons licenses are supported so far. -$wgRightsPage = "OpenStreetMap_License"; # Set to the title of a wiki page that describes your license/copyright +$wgRightsPage = "Wiki_content_license"; # Set to the title of a wiki page that describes your license/copyright $wgRightsUrl = "http://creativecommons.org/licenses/by-sa/2.0/"; $wgRightsText = "Creative Commons Attribution-ShareAlike 2.0 license"; $wgRightsIcon = "/cc-wiki.png"; -- 2.43.2