countdownclock v1.0 README

Count up, count down timer and on screen clock.

Coded with Lazarus 1.0.2 and Free Pascal 2.6

   Copyright (C) 2012 Goran Atanasijevic
     All Rights Reserved.

    countdownclock is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.

    countdownclock is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

    Goran Atanasijevic
    <bajaatan@yahoo.com>  


   Download from https://sourceforge.net/projects/cdclock
   Homepage http://pgm.bpalanka.com


I couldn't find free timer that will stay above presentation so I made one. CountDownClock can count up and down an time interval or show system clock.
Some of features are:
- transparent timer (Windows, Linux KDE, Gnome...)
- font and colors can be changed
- configuration can be saved and loaded
- close on time up
- some command line parameters
- beep on time up (only Windows)
- timer is dragable
- portable program (no installation needed)

Goran Atanasijevic
<bajaatan@yahoo.com>