This is the skin exfoliation for the weewx weather system.
Copyright 2012-2014 Matthew Wall

Installation instructions:

1) copy files to the weewx skin directory:

cd /var/tmp
tar xvfz ~/Downloads/weewx-exfoliation-x.y.z.tgz
cp -rp exfoliation-x.y.z/skins/exfoliation /home/weewx/skins

2) add something like this to the StdReport section of weewx.conf:

[[Exfoliation]]
    skin = exfoliation
    HTML_ROOT = public_html/exfoliation
    [[[Extras]]]
        footer = /home/weewx/skins/exfoliation/footer.inc
        header = /home/weewx/skins/exfoliation/header.inc
        hilo = /home/weewx/skins/exfoliation/hilo.inc
        radar_local_img = http://radar.weather.gov/ridge/lite/N0R/BOX_loop.gif

3) customize the links:

The links page includes forecasts, satellite and radar images.  Look at the
Extras section of the skin.conf file, then override any URLs with those
appropriate for your location.  You can do the overrides in your weewx.conf,
or modify the skin.conf file itself.



Credits:

Icons in the aw set were derived from Adam Whitcroft's climacons.
Icons in the wu set were derived from images at Weather Underground.
