WMy2k README
------------

Hi there. Instead of preparing my finals, I did this little thingy one could call a countdown to y2k. It has the same functions that Bishop's wmy2k but it's written from scratch, so it's less buggy (try right-clicking on the bottom of Bishop's... it's a hack, he said it).

I used Antoine and Martijn 's design, with AKK's docklib. You should try it ! It much cooler to write with this. It does all the nasty job for you =)

Of course, it's released under the GNU GPL, read the COPYING file for more info.

INSTALL
-------

make
make install
wmy2k

TODO: (in that order)
-----
- make sure it runs on all unices.
- take a look at the way time till y2k is computed.
- see if it's y2k proof ^_^
- maybe be able to specify a target time (your birthday ?)

What I won't do:
----------------
- make RPMs, ask someone else
- port it to Windows or MacOS (you must be kiddin')

-------------------------------------------------------------------------------
DockApp Making Standard Library
Alfredo K. Kojima <kojima@windowmaker.org>

License:

/*
 * Copyright (c) 1999 Alfredo K. Kojima
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 * AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 * 
 */
