From: Tom Hughes
Date: Fri, 5 Jan 2018 19:58:43 +0000 (+0000)
Subject: Convert various links to https
X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/c249fadcc5ce27698d1f11fe5ec4a1c299786b3c
Convert various links to https
---
diff --git a/README.md b/README.md
index 868477fb9..4020d2e92 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ We make extensive use of roles to configure the servers. In general we have:
## Server-specific roles (e.g. [katla.rb](roles/katla.rb))
These deal with particular setup or quirks of a server, such as its IP address. They also include roles representing the service they are performing, and the location they are in and any particular hardware they have that needs configuration.
-All our servers are [named after dragons](http://wiki.openstreetmap.org/wiki/Servers/Name_Ideas).
+All our servers are [named after dragons](https://wiki.openstreetmap.org/wiki/Servers/Name_Ideas).
## Hardware-specific roles (e.g. [tyan-s7010.rb](roles/tyan-s7010.rb))
@@ -39,4 +39,4 @@ Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for mor
# Contact Us
* Twitter: [@OSM_Tech](https://twitter.com/OSM_Tech)
-* IRC: [#OSM-Dev on irc.oftc.net](http://irc.openstreetmap.org/)
+* IRC: [#OSM-Dev on irc.oftc.net](https://irc.openstreetmap.org/)
diff --git a/cookbooks/dns/README.md b/cookbooks/dns/README.md
index 08799ea5f..5a0bdfd30 100644
--- a/cookbooks/dns/README.md
+++ b/cookbooks/dns/README.md
@@ -1,3 +1,3 @@
# DNS Cookbook
-This cookbook configures the tilecache geodns map available at http://dns.openstreetmap.org
+This cookbook configures the tilecache geodns map available at https://dns.openstreetmap.org
diff --git a/cookbooks/dns/files/default/html/dns.js b/cookbooks/dns/files/default/html/dns.js
index 40b81a872..e5f5e2f5f 100644
--- a/cookbooks/dns/files/default/html/dns.js
+++ b/cookbooks/dns/files/default/html/dns.js
@@ -4,7 +4,7 @@ function createMap(divName, jsonFile) {
// Add OpenStreetMap layer
L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
- attribution: "© OpenStreetMap and contributors, under an open license",
+ attribution: "© OpenStreetMap and contributors, under an open license",
maxZoom: 18
}).addTo(map);
diff --git a/cookbooks/exim/files/default/noreply/gpx b/cookbooks/exim/files/default/noreply/gpx
index 6c8a45af4..2dbee9168 100644
--- a/cookbooks/exim/files/default/noreply/gpx
+++ b/cookbooks/exim/files/default/noreply/gpx
@@ -8,7 +8,7 @@ need to reply to this message.
If your trace failed to upload, please start by consulting the
information on our wiki about import failures:
- http://wiki.openstreetmap.org/index.php/GPX_Import_Failures
+ https://wiki.openstreetmap.org/index.php/GPX_Import_Failures
If you have encountered a technical problem withe upload service
then please contact support@openstreetmap.org for assistance.
diff --git a/cookbooks/exim/files/default/noreply/web b/cookbooks/exim/files/default/noreply/web
index 51eab3452..169d2f6b6 100644
--- a/cookbooks/exim/files/default/noreply/web
+++ b/cookbooks/exim/files/default/noreply/web
@@ -8,7 +8,7 @@ should click on the link in the original email you received.
If you need help using OpenStreetMap then you should try our
question and answer site:
- http://help.openstreetmap.org/
+ https://help.openstreetmap.org/
If you are having technical problems with the web site then please
contact support@openstreetmap.org for assistance.
diff --git a/cookbooks/forum/README.md b/cookbooks/forum/README.md
index 6691b9bbf..062e3f6a2 100644
--- a/cookbooks/forum/README.md
+++ b/cookbooks/forum/README.md
@@ -1,4 +1,4 @@
# Forum Cookbook
This cookbook installs and configures the fluxbb forums software used at
-http://forum.openstreetmap.org
+https://forum.openstreetmap.org
diff --git a/cookbooks/git/README.md b/cookbooks/git/README.md
index 588b4f329..470c5a158 100644
--- a/cookbooks/git/README.md
+++ b/cookbooks/git/README.md
@@ -4,4 +4,4 @@ This cookbook contains three recipes relating to git:
* default: installs git
* server: configures the machine to act as a git server
-* web: configures the git-web interface used a http://git.openstreetmap.org
+* web: configures the git-web interface used a https://git.openstreetmap.org
diff --git a/cookbooks/gps-tile/README.md b/cookbooks/gps-tile/README.md
index f6394d5a1..f1472f91e 100644
--- a/cookbooks/gps-tile/README.md
+++ b/cookbooks/gps-tile/README.md
@@ -1,5 +1,5 @@
# gps-tile Cookbook
This cookbook installs and configures the gps-tile service found at
-http://gps-tile.openstreetmap.org which produces map images from the combined
+https://gps-tile.openstreetmap.org which produces map images from the combined
osm gpx traces database
diff --git a/cookbooks/gps-tile/files/default/html/map.js b/cookbooks/gps-tile/files/default/html/map.js
index af3b0d997..766d762ce 100644
--- a/cookbooks/gps-tile/files/default/html/map.js
+++ b/cookbooks/gps-tile/files/default/html/map.js
@@ -4,7 +4,7 @@ $(document).ready(function () {
// Add GPS tile layer
L.tileLayer("//gps-{s}.tile.openstreetmap.org/gps-lines/tile/{z}/{x}/{y}.png", {
- attribution: "© OpenStreetMap and contributors, under an open license",
+ attribution: "© OpenStreetMap and contributors, under an open license",
maxZoom: 18
}).addTo(map);
diff --git a/cookbooks/munin/README.md b/cookbooks/munin/README.md
index 05ae2cd8e..42ea706ec 100644
--- a/cookbooks/munin/README.md
+++ b/cookbooks/munin/README.md
@@ -1,7 +1,7 @@
# Munin Cookbook
This cookbook configures munin, which we use for server monitoring at
-[munin.openstreetmap.org](http://munin.openstreetmap.org). The cookbook
+[munin.openstreetmap.org](https://munin.openstreetmap.org). The cookbook
contains two recipes:
* default - installs and configures munin-node on each machine.
diff --git a/cookbooks/osmosis/recipes/default.rb b/cookbooks/osmosis/recipes/default.rb
index d1c1e3f97..7875abc24 100644
--- a/cookbooks/osmosis/recipes/default.rb
+++ b/cookbooks/osmosis/recipes/default.rb
@@ -50,7 +50,7 @@ end
remote_file "/var/cache/chef/#{osmosis_package}" do
action :create_if_missing
- source "http://bretth.dev.openstreetmap.org/osmosis-build/#{osmosis_package}"
+ source "https://bretth.dev.openstreetmap.org/osmosis-build/#{osmosis_package}"
owner "root"
group "root"
mode 0o644
diff --git a/cookbooks/osqa/README.md b/cookbooks/osqa/README.md
index 04a39fc39..3a8744cf5 100644
--- a/cookbooks/osqa/README.md
+++ b/cookbooks/osqa/README.md
@@ -1,4 +1,4 @@
# OSQA Cookbook
This cookbook installs and configures instances of OSQA, the system that powers
-[help.openstreetmap.org](http://help.openstreetmap.org).
+[help.openstreetmap.org](https://help.openstreetmap.org).
diff --git a/cookbooks/piwik/templates/default/cron.erb b/cookbooks/piwik/templates/default/cron.erb
index a49e338e4..35e780b21 100644
--- a/cookbooks/piwik/templates/default/cron.erb
+++ b/cookbooks/piwik/templates/default/cron.erb
@@ -1 +1 @@
-5 * * * * www-data /usr/bin/php /srv/piwik.openstreetmap.org/misc/cron/archive.php --url=http://piwik.openstreetmap.org/ > /dev/null
+5 * * * * www-data /usr/bin/php /srv/piwik.openstreetmap.org/misc/cron/archive.php --url=https://piwik.openstreetmap.org/ > /dev/null
diff --git a/cookbooks/planet/files/default/cgi/HEADER.cgi b/cookbooks/planet/files/default/cgi/HEADER.cgi
index c3a5427c7..03395beb1 100644
--- a/cookbooks/planet/files/default/cgi/HEADER.cgi
+++ b/cookbooks/planet/files/default/cgi/HEADER.cgi
@@ -67,7 +67,7 @@ print """
The files found here are regularly-updated, complete copies of the OpenStreetMap.org
-database, and those published before the 12 September 2012 are distributed under a Creative Commons Attribution-ShareAlike 2.0 license, those published after are Open Data Commons Open Database License 1.0 licensed. For more information, see the project wiki.
+database, and those published before the 12 September 2012 are distributed under a Creative Commons Attribution-ShareAlike 2.0 license, those published after are Open Data Commons Open Database License 1.0 licensed. For more information, see the project wiki.
@@ -102,18 +102,18 @@ database, and those published before the 12 September 2012 are distributed under
You are granted permission to use OpenStreetMap data by
- the OpenStreetMap License, which also describes
+ the OpenStreetMap License, which also describes
your obligations.
- You can process the file
- or extracts with a variety of tools. Osmosis
+ You can process the file
+ or extracts with a variety of tools. Osmosis
is a general-purpose command-line tool for converting the data among different formats
- and databases, and Osm2pgsql
+ and databases, and Osm2pgsql
is a tool for importing the data into a Postgis database for rendering maps.
- Processed coastline data
+ Processed coastline data
derived from OSM data is also needed for rendering usable maps, and can be found in a
single shapefile (360MB).
@@ -121,7 +121,7 @@ database, and those published before the 12 September 2012 are distributed under
|
The complete planet is very large, so you may prefer to use one of
- several periodic extracts
+ several periodic extracts
(individual countries or states) from third parties. GeoFabrik.de
and BBBike.org are two providers
of extracts with up-to-date worldwide coverage.
@@ -131,6 +131,6 @@ database, and those published before the 12 September 2012 are distributed under
|
-If you find data within OpenStreetMap that you believe is an infringement of someone else's copyright, then please make contact with the OpenStreetMap Data Working Group.
+If you find data within OpenStreetMap that you believe is an infringement of someone else's copyright, then please make contact with the OpenStreetMap Data Working Group.
""" % locals()
diff --git a/cookbooks/planet/files/default/history_cgi/HEADER.cgi b/cookbooks/planet/files/default/history_cgi/HEADER.cgi
index e72840290..51ac84581 100755
--- a/cookbooks/planet/files/default/history_cgi/HEADER.cgi
+++ b/cookbooks/planet/files/default/history_cgi/HEADER.cgi
@@ -68,7 +68,7 @@ print """
The files found here are complete copies of the OpenStreetMap.org
database, including editing history. These are published under an
Open Data Commons Open Database License 1.0 licensed. For more
-information, see the project wiki.
+information, see the project wiki.
@@ -95,11 +95,11 @@ information, see th
You are granted permission to use OpenStreetMap data by
- the OpenStreetMap License, which also describes
+ the OpenStreetMap License, which also describes
your obligations.
- You can process the file
+ You can process the file
or extracts with a variety of tools, although some tools for processing OSM data will
only work on 'current' planets and will not process a 'history' planet available here.
@@ -107,7 +107,7 @@ information, see th
|
The complete history planet is extremely large, so you may prefer to use one of
- the available extracts
+ the available extracts
(individual countries or states) from third parties.
|
@@ -115,6 +115,6 @@ information, see th
-If you find data within OpenStreetMap that you believe is an infringement of someone else's copyright, then please make contact with the OpenStreetMap Data Working Group.
+If you find data within OpenStreetMap that you believe is an infringement of someone else's copyright, then please make contact with the OpenStreetMap Data Working Group.
""" % locals()
diff --git a/cookbooks/planet/files/default/html/HEADER.html b/cookbooks/planet/files/default/html/HEADER.html
index 11de6d461..751751ae3 100644
--- a/cookbooks/planet/files/default/html/HEADER.html
+++ b/cookbooks/planet/files/default/html/HEADER.html
@@ -1,3 +1,3 @@
planet.openstreetmap.org
-If you find data within OpenStreetMap that you believe is an infringement of someone else's copyright, then please make contact with the OpenStreetMap Data Working Group.
-More Information about Planet.osm
+If you find data within OpenStreetMap that you believe is an infringement of someone else's copyright, then please make contact with the OpenStreetMap Data Working Group.
+More Information about Planet.osm
diff --git a/cookbooks/planet/files/default/replication-bin/replicate-changesets b/cookbooks/planet/files/default/replication-bin/replicate-changesets
index 92103bb1f..cbf34515b 100755
--- a/cookbooks/planet/files/default/replication-bin/replicate-changesets
+++ b/cookbooks/planet/files/default/replication-bin/replicate-changesets
@@ -187,7 +187,7 @@ class Replicator
{ "version" => "0.6",
"generator" => "replicate_changesets.rb",
"copyright" => "OpenStreetMap and contributors",
- "attribution" => "http://www.openstreetmap.org/copyright",
+ "attribution" => "https://www.openstreetmap.org/copyright",
"license" => "http://opendatacommons.org/licenses/odbl/1-0/" }
.each { |k, v| doc.root[k] = v }
diff --git a/cookbooks/stats/README.md b/cookbooks/stats/README.md
index 1090469a3..4469cbcb5 100644
--- a/cookbooks/stats/README.md
+++ b/cookbooks/stats/README.md
@@ -1,4 +1,4 @@
# Stats cookbook
This cookbook installs and configures awstats for generating statistics from
-log files. This is used for the [stats.openstreetmap.org](http://stats.openstreetmap.org/) website.
+log files. This is used for the [stats.openstreetmap.org](https://stats.openstreetmap.org/) website.
diff --git a/cookbooks/stats/templates/default/index.html.erb b/cookbooks/stats/templates/default/index.html.erb
index fa8c5adb0..7800ccbb3 100644
--- a/cookbooks/stats/templates/default/index.html.erb
+++ b/cookbooks/stats/templates/default/index.html.erb
@@ -8,7 +8,7 @@
<% @sites.each do |site| -%>
Web site statistics for <%= site[:name] %>
<% end -%>
-Database statistics
+Database statistics