exfoliation for wview
Copyright 2011 Matthew Wall, all rights reserved

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

This is a skin for Mark Teel's wview weather collection/display software.
The objective of this skin is to provide a reasonable baseline display of
weather data in a compact, fairly minimalist format.

Revision History
  0.2 19nov11
   * fix a few typos in the readings tables
   * share the hi/lo readings across all time periods
   * use bold for the metric values
   * added time/date of the hi/lo readings to the hi/lo table
   * reorder the graphs to be consistent across all pages
   * reorder items in the hi/lo table to follow graph order
   * remove everything (almost) from the current page that is not current
   * tested on ie6, ff3, safari5, opera11
  0.1 16nov11
   * initial release


Installation Instructions

To use it, do something like this:

# stop the wview daemons
/etc/init.d/wview stop

# make a backup of the current configuration
cd /etc/wview
tar cvfz html-yymmdd.tgz html *.conf

# extract the exfoliation contents and install them
cd /tmp
tar xvfz exfoliation-for-wview-0.1.tgz
cp exfoliation/static/* /var/wview/img
cp exfoliation/standard/*.htx /etc/wview/html
cp exfoliation/standard/*.incx /etc/wview/html
cp exfoliation/standard/*.sh /etc/wview
cp exfoliation/standard/*.conf /etc/wview

# start the wview daemons
/etc/init.d/wview start
