]> git.openstreetmap.org Git - chef.git/blob - cookbooks/dev/templates/default/apis.html.erb
e226350821acf3f3a426a0b093beb5a8972f50e5
[chef.git] / cookbooks / dev / templates / default / apis.html.erb
1 <html>
2 <head>
3 <title>OpenStreetMap Testing APIs</title>
4 </head>
5 <body>
6 <h1>OpenStreetMap Testing APIs</h1>
7 <p>This server hosts several versions of the OSM APIs for use by anyone
8 for testing clients against or as a data sandbox.</p>
9 <table>
10 <tr>
11 <th align="left">Name</th>
12 <th align="left">Repository</th>
13 <th align="left">Revision</th>
14 </tr>
15 <% node[:dev][:rails].each do |name,details| -%>
16 <tr>
17 <td><a href="http://<%= name %>.apis.dev.openstreetmap.org/"><%= name %></a></td>
18 <td><%= details[:repository] %></td>
19 <td><%= details[:revision] %></td>
20 </tr>
21 <% end -%>
22 </table>
23 <p>These APIs are updated every half hour. The last update was at
24 <%= Time.now.strftime("%Y-%m-%d %H:%M:%S") %></p>
25 </body>
26 </html>