  PinfoMan
  Copyright (C) 1998 Lawrence Sim
  
  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; either version 2 of the License, or
  (at your option) any later version.
  
  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.
  
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  
  E-Mail : lasim@earthling.net
  WWW    : http://www.tne.net.au/wanderer/project/

Hello and welcome to PinfoMan

PinfoMan is a Personal Information Manager for unix systems.  PinfoMan
comes in two flavours, English and Esperanto.  The English version is the
default.

Anyway if you want to get the latest source for PinfoMan, it can be found at
http://www.tne.net.au/wanderer/project/

Or if you want to contact me you can E-Mail me at lasim@earthling.net

PinfoMan takes a few command line arguments
	'-s'
	will tell the program to run through it's setup procedure,
	incase the user has entered an incorect value at setup.

	'-v'
	will tell the program to output it's liscense.

	'--help'
	will eventually start a help procedure that will detail the above.

Use the 'watch' script to display a list of all functions that the program
	is performing.  This script uses 'tail -f' to show you the functions.

To compile the program, go into the main pinfoman directory, and type make. 
You will need GTK+ and X to be able to make the x version, nothing is needed
for the non x version.

Use the 'setup' script to create the pinfoman data directory in your home
	directory.  After this is done, type 'make run', to run the non-x
version, or 'make runx' to run the x version.

To install, copy the files bin/* to any place listed under your path, or create a
link to them.

Drat!  PinfoMan can't handle years after 2038.

To make PinfoMan display esperanto strings instead of english, change the line
#define LANG_ENGLISH
to
/* #define LANG_ENGLISH */
in the file "include/core/defines.h".  Then type 'make clean' then 'make', to
compile PinfoMan in esperanto.