#
-# Cookbook Name:: foundation
+# Cookbook:: foundation
# Recipe:: wiki
#
-# Copyright 2014, OpenStreetMap Foundation
+# Copyright:: 2014, OpenStreetMap Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
database_user "osmf-wikiuser"
database_password passwords["wiki"]["database"]
admin_password passwords["wiki"]["admin"]
- skin "osmf"
+ skin "OSMFoundation"
logo "/Wiki.png"
email_contact "webmaster@openstreetmap.org"
email_sender "webmaster@openstreetmap.org"
extra_file_extensions ["mp3"]
end
-mediawiki_extension "MobileFrontend" do
- action :delete
- site "board.osmfoundation.org"
-end
-
mediawiki_skin "osmf" do
site "wiki.osmfoundation.org"
repository "git://github.com/openstreetmap/mediawiki-skins-osmf.git"