puts "<style>th { text-align: left }</style>"
puts "</head>"
puts "<body>"
-puts "<h2>OpenStreetMap stats report run at #{start_time}</h2>"
+puts "<h1>OpenStreetMap stats</h1>"
+puts "<h2>Report run at #{start_time}</h2>"
begin
ActiveRecord::Base.transaction do
puts "<tr><td>Number of relations</td><td>#{relation_count}</td></tr>"
puts "</table>"
- puts "<h2>Top 50 users for uploads of GPS data</h2>"
+ puts '<h2 id="top-traces">Top 50 users for uploads of GPS data</h2>'
puts "<table>"
puts "<tr><th>User</th><th>Number of Points</th></tr>"
puts "</table>"
- puts "<h2>Number of users editing over the past...</h2>"
+ puts '<h2 id="number-of-editors">Number of users editing over the past...</h2>'
puts "<table>"
puts "<tr><th>Data Type</th><th>Day</th><th>Week</th><th>Month</th></tr>"
puts "</table>"
- puts "<h2>Top users editing over the past...</h2>"
+ puts '<h2 id="top-editors">Top users editing over the past...</h2>'
puts "<table>"
puts "<tr><th>Day</th><th>Week</th><th>Month</th></tr>"