From 5b81121bb3977894620c5a1bd2b3bc6581983592 Mon Sep 17 00:00:00 2001 From: Harry Wood Date: Thu, 6 Apr 2017 22:46:18 +0100 Subject: [PATCH] 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 --- cookbooks/foundation/recipes/wiki.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.43.2