]> git.openstreetmap.org Git - chef.git/blob - cookbooks/stats/templates/default/index.html.erb
Only run awstats for planet on Sunday
[chef.git] / cookbooks / stats / templates / default / index.html.erb
1 <html>
2 <head>
3 <title>OpenStreetMap Statistics</title>
4 </head>
5 <body>
6 <h1>OpenStreetMap Statistics</h1>
7 <ul>
8 <% @sites.each do |site| -%>
9 <li><a href="/cgi-bin/awstats.pl?config=<%= site[:name] %>">Web site statistics for <%= site[:name] %></a></li>
10 <% end -%>
11 <li><a href="http://www.openstreetmap.org/stats/data_stats.html">Database statistics</a></li>
12 </ul>
13 </body>
14 </html>