#
-# Cookbook Name:: wiki.openstreetmap.org
+# Cookbook:: wiki.openstreetmap.org
# Recipe:: default
#
-# Copyright 2013, OpenStreetMap Foundation
+# Copyright:: 2013, OpenStreetMap Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# limitations under the License.
#
-# include_recipe "squid"
-
include_recipe "mediawiki"
passwords = data_bag_item("wiki", "passwords")
email_sender "wiki@noreply.openstreetmap.org"
email_sender_name "OpenStreetMap Wiki"
- metanamespace "OpenStreetMap"
+ metanamespace "Wiki"
recaptcha_public_key "6LdFIQATAAAAAMwtHeI8KDgPqvRbXeNYSq1gujKz"
recaptcha_private_key passwords["recaptcha"]
site "wiki.openstreetmap.org"
end
+mediawiki_extension "CodeMirror" do
+ site "wiki.openstreetmap.org"
+end
+
mediawiki_extension "Scribunto" do
site "wiki.openstreetmap.org"
template "mw-ext-Scribunto.inc.php.erb"
mediawiki_extension "Wikibase" do
site "wiki.openstreetmap.org"
- compose true
template "mw-ext-Wikibase.inc.php.erb"
template_cookbook "wiki"
end
template_cookbook "wiki"
end
+mediawiki_extension "TimedMediaHandler" do
+ site "wiki.openstreetmap.org"
+end
+
+mediawiki_extension "MultiMaps" do
+ site "wiki.openstreetmap.org"
+ template "mw-ext-MultiMaps.inc.php.erb"
+ template_cookbook "wiki"
+ variables :thunderforest_key => passwords["thunderforest"]
+end
+
cookbook_file "/srv/wiki.openstreetmap.org/osm_logo_wiki.png" do
owner node[:mediawiki][:user]
group node[:mediawiki][:group]