Hits (sites hosted on Neocities) | <%= @stats[:total_hosted_site_hits].to_comma_separated %> |
Unique Views (sites hosted on Neocities) | <%= @stats[:total_hosted_site_views].to_comma_separated %> |
Sites | <%= @stats[:total_sites].to_comma_separated %> |
Site Updates | <%= @stats[:total_site_changes].to_comma_separated %> |
Monthly Statistics
Year | Month | Sites Created | Change | Total | Supporters |
---|---|---|---|---|---|
<%= stat[:date].year %> | <%= stat[:date].strftime('%B') %> <% if Time.now.month == stat[:date].month && Time.now.year == stat[:date].year %> current <% end %> | <%= stat[:sites_created] %> | <% if i != 0 && i != @stats[:monthly_stats].length-1 %> <%= (((stat[:sites_created].to_f - @stats[:monthly_stats][i-1][:sites_created]) / @stats[:monthly_stats][i-1][:sites_created]) * 100).round(2) %>% <% end %> | <%= stat[:total_from_start] %> | <%= stat[:supporters] %> |