			 Worklog version 1.0
			 -------------------

INTRODUCTION
------------

Worklog is a program that helps you keep track of your time.  I wrote
this program because I have several projects that require me to keep a
timesheet.  I sometimes spend 5 minutes here and there doing
miscellaneous administrative tasks.  Rather than invoke an editor on a
timesheet file for every little segment of my time spend doing these
tasks, I wanted to leave a clock running and indicate with one or two
keystrokes the onset or change of any given task.  Worklog is a simple
ncurses based program to do just that.


INSTALLATION
------------

To compile worklog, issue the command :
	make

To install worklog and its manpage in /usr/local/[bin,man/man1] :
	make install

To test worklog with the example projects file :
	worklog projects timesheet

Then look at the "timesheet" file created.


THE PROJECT CONFIGURATION FILE
------------------------------

The project configuration file is a text file.  Each project name and
key-character is listed on a seperate line in the format

<key>:<name>

For example, consider the following 3 lines :

B:BOWER consultation
L:LIS consultation
R:Research

It should be noted that the order of appearance in worklog of the
projects listed in the configuration file is REVERSED.


MISCELLANY
----------

Worklog was written by Truxton King Fulton II.

I hereby place worklog into the public domain.  You can do whatever you
want with this program.  I assume no responsibility for it.

The most current version of worklog can be obtained at :
	ftp://ftp.cs.jhu.edu/pub/trux/worklog.tar.gz

If you wish to contact me about worklog, please use the address :
	trux@cs.jhu.edu

Enjoy...
