apps-gorm/Documentation
Gregory John Casamento dc86bbbd18 Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16776 72102866-910b-0410-8b05-ffd578937521
2003-05-23 02:25:34 +00:00
..
.cvsignore First .cvsignore 2000-01-10 02:44:58 +00:00
announce.texi Version 0.1.0 2002-01-30 22:46:35 +00:00
COPYING Added documentation framework 1999-12-29 10:29:15 +00:00
GNUmakefile Version 0.1.0 2002-01-30 22:46:35 +00:00
Gorm.texi Some bug fixes to header parsing and a documentation change. 2003-01-12 06:29:19 +00:00
install.texi Extensive changes to support GormLib (separation of key functionality from Gorm itself into a subproject library). This will allow easy extension of Gorm in the future. 2003-05-23 02:25:34 +00:00
Makefile.postamble Version 0.1.0 2002-01-30 22:46:35 +00:00
news.texi Version 0.2.5 2003-01-21 15:18:30 +00:00
readme.texi General cleanup. 2003-01-28 03:20:22 +00:00

@c -*-texinfo-*-

@ifset TEXT-ONLY
@include version.texi
@end ifset

@section Introduction

Read the NEWS file for the latest user visible changes. Read the INSTALL
file for installation instructions.

Gorm is an acronym for Graphic Object Relationship modeler (or perhaps
GNUstep Object Relationship Modeler).

Gorm is a clone of the NeXTstep `Interface Builder' application for GNUstep.

Gorm is not `gormless' (a Yorkshire dialect word that my parents used when they
spotted me staring, slack-jawed, at the TV).

Gorm is part of the GNUstep project, and is copyrighted by the Free Software
Foundation.

Gorm is released under the GPL - see the file `COPYING' for details.

Little documentation exists. There is a nice basic tutorial
at @url{http://www.gnustep.it/pierre-yves/index.html}.


@section Status

Gorm is now completely usable.  There are some minor bugs, but most of the
major functionality is now implemented.  Please report bugs to bug-gnustep@@gnu.org

Known problems (things to do) -

@enumerate
@item Documentation - only a tiny start has been made on this!
@end enumerate

@section Acknowledgements

Icons - Mostly by Andrew Lindsay.

Code -  GormViewKnobs.m adapted from code by Gerrit van Dyk.