thanks for the feedback thus far! try the latest iteration on the new Standard skin in the newskin branch, or look at a snapshot here:
http://lancet.mit.edu/mwall/projects/weewx-newskin-161104/ a few things to note: - celestial now includes daylight hours. tested for extreme polar locations. - there are two statistics options, statistics-a and statistics-b, one of which is included in statistics.html.tmpl. one could spend days designing the stats since there are many preferred ways of viewing the data as well as many different use cases. suggestions for a reasonable compromise are welcome, as are links to other implementations that you find attractive and/or useful. - the stats summary table should now be more appropriate for a wider range of use cases and preferences. max/min times are available if you hover over a datum (i hate hover, but i have not had time to test on touch interfaces). - there are no more parameterized translatable strings. basically i gave up on simplifying i18n - i consider that to be beyond the scope of this rewrite. for now, i18n means duplicating entire templates (.tmpl and .inc) instead of just the translatable strings. - the html, css, and javascript are pretty modular now. i think they are pretty close to the 80% of the 80-20 rule. m
