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.

This skin was created to provide a baseline display of weather data in a
compact, fairly minimalist format.  The URLs for the web pages generated
by this skin are backward-compatible to at least wview 5.19.0.

Revision History
  0.3 19nov11
   * remove more extraneous files
   * subdue the date/time for hi/ho readings in almanac
   * simplify Current_Conditions even more
   * added a simple makefile to automate the housekeeping chores
   * remove more extraneous markup and spaces from readings tables
   * apply date/time css to readings table
  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 install the skin, 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
