From: Harry Wood Date: Thu, 6 Apr 2017 21:46:18 +0000 (+0100) Subject: Change foundation wiki title to not mention 'wiki' X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/5b81121bb3977894620c5a1bd2b3bc6581983592 Change foundation wiki title to not mention 'wiki' This feeds into $wgSitename which feeds into various places, most obviously the HTMLi title tag. One concern with this change would be that it might cause a rename of the "project" namespace, but from what I can tell this has taken the name "OpenStreetMap" anyway for some reason. Closes #119 --- diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index a652d6ae8..2baa6c7f7 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -24,7 +24,7 @@ passwords = data_bag_item("foundation", "passwords") mediawiki_site "wiki.osmfoundation.org" do aliases ["www.osmfoundation.org", "osmfoundation.org", "foundation.openstreetmap.org", "foundation.osm.org"] - sitename "OpenStreetMap Foundation Wiki" + sitename "OpenStreetMap Foundation" directory "/srv/wiki.osmfoundation.org" ssl_enabled true database_name "osmf-wiki"