Copyright (C) 2003 W. Michael Petullo <mike@flyn.org>

fctk is A series of templates and other tools

= OVERVIEW =================================================================
	
The Flyn Computing Template Kit (fctk) is a collection of new 
templates, XSLT templates, and project descriptions. These tools are 
used at Flyn Computing for development. The collection of templates 
use XML and the priciple of not repeating oneself. For example, this 
description comes from an XML file and is used to generate the 
package's RPM specification file, manpage, README, HTML description, 
etc. As another example, XSLT templates are included which allow one 
to generate getopt-related C code and portions of a manpage from a 
simgle XML source.

= BUILDING =================================================================

To build, cross your fingers and try...

 1. ./configure
 2. make
 3. make install

Read the ``INSTALL'' file for generic detailed information on installing
this program.
	
= NASTY DETAILS ============================================================
	
Project directory structure:

xslt
	XSLT templates to generate getopt-related C code from XML sources.

templates
	Templates for use with new.

projects
	Project descriptions for use with new

fctk
	Auxillary files which are referenced by some of the other templates. 
	These should go in /etc/fctk/

