astzclock is currently a fairly minimal hack to the original asclock to
allow the specification of a time zone for the clock to use.

Over time, I hope to fix some or all of these limitations:

1. Dynamic loading of the correct "resources" based on the locale for the
   machine rather than compile time selection.

2. Display the selected time zone as part of the application.  Currently
   the display is as per the original asclock -- it just uses the selected
   time zone (if any) to show the time.

3. Dynamic selection of time zones.  It would be nice to be able to select
   the time zone the clock was using dynamically rather than just at start
   up.

4. Code clean up and modernisation.  The version of asclock used as a base
   was last updated in 1996.  I found some newer versions, but I prefer the
   license terms on the original code.

Please read the original README.aslock for more information and the
INSTALL file on how to compile and install the software.

The licensing information is in the file LICENSE.

June 22nd, 2004 - Greg Lewis <glewis@eyesbeyond.com>
