
This is the palm (oneway) module for TUTOS

Installation: 
  After unpacking this module you should have a palm subdirectory in your
  [tutos install dir]/php directory.
  Additionally you need to install the  php-pdb package from sourceforge
  somewhere in your system
  ( http://php-pdb.sourceforge.net/download.php )

Activation
  For activation you should have a line
  @include("palm/mconfig.pinc");
  somewhere in your [tutos install dir]/php/modules.pinc file

  In the [tutos install dir]/php/palm/mconfig.pinc file you must define the
  path where TUTOS could find the php-pdb package. Edit the line
  $tutos['palm_path'] = $tutos['base'] .'/palm/';
  according to your installation.

Usage
  This module gives you the possibility to retrieve a Palm Database File with 
  all Addresses or Appointments stored in TUTOS.
  This file must be transferred to your Pilot Device with some other (not
  here provided) tool.
  The Usage of the package could be controlled with the well known Access Control 
  System of TUTOS in the user or team modify screens.

Restrictions
  You or your users need a tool like pilot-xfer or coldsync to get the data to the PDA
  The way back is currently not supported

# $Id: README,v 1.1 2003/02/05 18:17:29 gokohnert Exp $