06/20/2002 revision 0.1

TODO:
Implement Model logic in model class, AppWrapper, instead of
in the Controller class, AppWrapperController.

Move the setNextText method calls to a new method that will be called after
the app is instantiated.  Learn how to do this either in GORM (does not seem
to be implemented yet) or figure out where to make a new method the delegate
for this action.  I don't think that this will be done in the main.m function
even though that's the only place I can think of to do this.  The problem that
I see is that there is only one statement in the main function and it is a
return statement.  Perhaps I need to break it out into multiple steps.

Learn about GNUstep file io and system frameworks and use instead of stdio.

Expand the functionality of AppWrapper to create the App directory
in $GNUSTEP_LOCAL_ROOT along with all necessary files or at least generate
a script to do this.

Add drag and drop of entries functionality or include directory window
use in order to ease the data entry.

Add the ability to query existing apps.

Add the ability to add more than one type of extension handler.

Learn the GNUstep defaults system in order to figure out what AppWrapper
does wrong and if AppWrapper is even necessary.

Develop something useful.
