ABOUT THIS PROGRAM:
	JustInTime is a tool to help syncing the Host clock time to
	the Palm device.

	You are currently reading the README for JPilot Plugin
	faciliating the host side of the syncronisation.

	JustInTime is written by Holger Klawitter <palm@klawitter.de>
	based on the code from Judd Montgomery <judd@engineer.com>,
	the author of JPilot.

	The sources for the Palm part of justintime are distributed
	separately from this plugin. (Don't worry. They are free as
	well. :-)
	See http://www.klawitter.de/palm/index.html

----------------------------------------------------------------------
INSTALLATION:
	I recommend to install this plugin along with jpilot itself,
	which can be done the following way:

1.)	Go to the JPilot source directory.

2.)	configure,make,make install jpilot

3.)	Unpack the JustInTime plugin for JPilot

	tar -xzf JPilot-JustInTime.tgz

4.)	Go to this directory

	cd JustInTime

5.)	./configure

6.)	make

7.)	make install

8.)	Install the justintime.prc file on your pilot by whatever way
	normally install programs on your Palm.

	pilot-xfer /dev/pilot -i justintime.prc

9.)	(re)start JPilot

10.)	done.

----------------------------------------------------------------------
INSTALLATION PROBLEMS:
	Well, I haven't heard about any yet.

----------------------------------------------------------------------
USAGE NOTES:
	If the Palm part of this program is not installed on your Palm
	device it won't do any harm to use the plugin beside wasting
	90 bytes on the Palm device.
	
	On the other it won't hurt either if you have justintime.prc
	on your Palm and use JPilot without the plugin (besides
	wasting 3K for the prc file itself).

----------------------------------------------------------------------
HOW IT WORKS:
	Normally you should be able to set the time using with a far
	simpler plugin like the one Judd Montgomery wrote in this
	SyncTime tool. However, setting the time during HotSync is
	broken for some Palm devices.

	This plugin gets the current time from the Palm and determines
	the clock skew against the host. The time difference is being
	written into a small DB block which is being used by the Palm
	part of the tool to set the Palm time automatically *after*
	the HotSync. The now useless database is being removed
	afterwards.

----------------------------------------------------------------------
LEGALESE:
	JustInTime JPilot Plugin is Copyright (c) 2000 by
	Holger Klawitter <palm@klawitter.de>

	Permission to use, copy, modify, and distribute this software
	and its documentation for any non commerical purpose, without
	fee, and without a written agreement is hereby granted,
	provided that the above copyright notice and this paragraph
	and the following two paragraphs appear in all copies. For
	commercial usage, please contact the author.

	IN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT,
	INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
	INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE
	AND ITS DOCUMENTATION, EVEN IF THE AUTHOR HAS BEEN ADVISED OF
	THE POSSIBILITY OF SUCH DAMAGE.  

	THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
	BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
	AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED
	HEREUNDER IS ON AN "AS IS" BASIS, AND THE AUTHOR HAS NO
	OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
	ENHANCEMENTS, OR MODIFICATIONS.
----------------------------------------------------------------------
REVISION HISTORY:
	0.3 initial version of this plugin.
