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

Installation instructions:

1) expand the skin tarball into the weewx skins directory:

cd /home/weewx/skins
tar xvfz /var/tmp/exfoliation-for-weewx.tgz

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

    [[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
            radar_regional_img = http://radar.weather.gov/ridge/Conus/Loop/northeast_loop.gif
            radar_national_img = http://images.intellicast.com/WxImages/Radar/usa.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.
