**Please read INSTALL**
**PLEASE EDIT UD.C**

Uptime Daemon
Copyright (C) 1998 Matthew Trent (root@piguy.dyn.ml.org)
Changes by Johnny Teveen <j.tevessen@line.org>

   This program 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.

   This program 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.
   
Ever wanted to brag about how stable your computer is to your (NT?) 
friends, but couldnt remember your best uptime? Well, this is the program
for you :)

UD runs in the background constantly checking the current uptime against
your 3 best uptime records. If the current uptime surpasses a record, that
becomes the new record. Records are stored in /etc/uptime.record. Use the
-d option to display that in readable format. 

UD can also read in a template file and output a customized HTML file, or
it can render a default HTML format. An example template is included in
the distrobution.

--Templates:
UD now supports user-customizable template files to change the look of the
HTML output. To create a template, design an HTML file with the desired
format and insert the codes listed in TEMPLATE-CODES where appropriate.
You may either copy your new template to /etc/template.ud, use the command
line option -if, or change the location of the file in ud.c. Ready-made
template(s) come in the distrobution and are in template/. 

Please, edit the user configurable section in ud.c =)

Changes since the last version:
   - All known bugs fixed
   - Other stuff i've forgotten 'cause its been a while since I messed
     with UD =)

Changes since 0.4.1:
   - Bugfixes
   - Documented the -w switch
   - Changed the format of -d output
   - Added template docs and example(s)

Changes since 0.3.0:
   - Cool template file support thanks to Tristan
   - New command line options thanks to Tristan
   - Little stuff as usual

---------------------
UD is housed at http://www.vistasafe.com/ud/
