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.

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
