Austin is a program for updating projects kept in XML files.
Copyright (C) 2000  Joseph Gregorio

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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

========================================================================

Austin is a project management tool. It reads XML files with 
project information and updates the timeline and it can
also produce a png format Gantt chart.

Austin requires the following libraries:
	Xerces-C 	1.2.0		http://xml.apache.org
	gd 		1.7.3		http://www.boutell.com/gd/

The XSLT sheets have been used successfully with:
	 Xalan-C 	0.4.0		http://xml.apache.org

========================================================================

Getting started:
----------------

Get and install copies of Xerces-C and gd.

Edit the makefile for Austin to reflect your current environment. Then use the makefile
to build Austin. After you are done run the examples to get a feel for how Austin
works.











