jpilot python plugin and module
-------------------------------

There are two parts of this now, the jpilot-python plugin, and the
jpilot python module.  

jpilot-python plugin lets jpilot call python
during the HotSync, while jpilot-python module lets python use jpilots
files whenever (such as when jpilot is not running, or even when it is
such as during a hotsync).

Documentation is very lacking I'm afraid, and specifics of this
package are very subject to change as I find better ways to do this!
Let me know what you use (or want), and I'll try keep life easy for
you.

Notable Features and ideas of what you can do
---------------------------------------------

mailing memos to your palm
 
 Check out docs/README.memo_mail

mutt integration
 
 Check out docs/README.mutt

sync with windows and linux at the same time
 
 Check out docs/README.proxy_sync

Debian warning
--------------

Right now, the debian packages expect a shared library named
libpython2.4.so which you probably won't have. Please create this as a
symlink for now:
  ln -s libpython2.4.so.1.0 libpython2.4.so
This is a known defect in the build system and will be fixed.

