KAppTemplate v0.1
Kurt Granroth <kurt_granroth@pobox.com>
----------------------------------------------------------------------
Please excuse the lack of documentation.

This will create a KTopLevelWidget based KDE app.  You will be 
prompted for some input and KAppTemplate will do the rest.

Requirements
------------
o perl 5
o aclocal
o automake
o autoheader
o autoconf

Running It
----------
% ./kapptemplate

The first thing it needs is the location it will extract and build
everything.  This is usually something like '/usr/src'.  KAppTemplate
will append the app name to the end of this, so if you supplied
'/home/granroth' as the location, 'KMyApp' as the app name (asked
for later), and 0.1 as the version (also asked for later), then the
directory '/home/granroth/kmyapp-0.1' will be created.

It will then ask you for the app name.  Give it the name with proper case.
In other words, use KMyApp instead of kmyapp.

Next is the version number.

The last two things it needs is your full name and email address.  This
is for the documentation.

BUGS
----
There are probably tons.  This is *very* alpha so any and all suggestions
are very appreciated.  Send all comments to kurt_granroth@pobox.com

Enjoy,
Kurt
