]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/files/default/replication-cgi/HEADER.cgi
Manage the replication directory
[chef.git] / cookbooks / planet / files / default / replication-cgi / HEADER.cgi
diff --git a/cookbooks/planet/files/default/replication-cgi/HEADER.cgi b/cookbooks/planet/files/default/replication-cgi/HEADER.cgi
new file mode 100644 (file)
index 0000000..5432bd9
--- /dev/null
@@ -0,0 +1,14 @@
+#!/usr/bin/env python
+
+print """
+<html>
+ <head>
+  <title>OpenStreetMap replication diffs</title>
+  <link href="/style.css" rel="stylesheet" type="text/css">
+ </head>
+ <body>
+<img id="logo" src="/logo.png" alt="OSM logo" width="128" height="128">
+<h1>planet.openstreetmap.org - replication diffs</h1>
+<p>OpenStreetMap is <i>open data</i>, licensed under the <a href="http://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database License</a> (ODbL)</p>
+<p>&nbsp;</p>
+"""