]> git.openstreetmap.org Git - chef.git/commitdiff
Tile: add default index.html
authorGrant Slater <git@firefishy.com>
Mon, 5 Aug 2013 21:33:06 +0000 (22:33 +0100)
committerGrant Slater <git@firefishy.com>
Mon, 5 Aug 2013 21:33:22 +0000 (22:33 +0100)
cookbooks/tile/files/default/html/index.html [new file with mode: 0644]

diff --git a/cookbooks/tile/files/default/html/index.html b/cookbooks/tile/files/default/html/index.html
new file mode 100644 (file)
index 0000000..c24e848
--- /dev/null
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
+  "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<title>tile.openstreetmap.org</title>
+<meta name="robots" content="noindex">
+<meta http-equiv="cache-control" content="no-cache">
+<meta http-equiv="pragma" content="no-cache">
+</head>
+<body>
+You've reached the OpenStreetMap.org tile server.<br />
+<dl>
+<dt>If you are a user...</dt>
+<dd>You probably want <a href="http://www.openstreetmap.org/">OpenStreetMap</a> itself.</dd>
+<dt>If you are a developer...</dt>
+<dd>Please be aware of the <a href="http://wiki.openstreetmap.org/wiki/Tile_usage_policy">tile usage policy</a>.</dd>
+</dl>
+</body>
+</html>