Grouch.app alpha-ish release
-----------------------------------------------------------------
Copyright (C) 2006 Andrew Sveikauskas <a.l.sveikauskas@gmail.com>
-----------------------------------------------------------------
Grouch is provided without any waranty, under the terms of the
GNU General Public License.  See the file "COPYING" for the text
of this license.
-----------------------------------------------------------------

REQUIREMENTS

* GNUstep development suite (or Mac OS X with gnustep-make)
  Hopefully a recent version.
  See: http://www.gnustep.org/

* GNUstep Renaissance
  A library for specifying widgets as XML.
  See: http://www.gnustep.it/Renaissance/

COMPILING

A simple "make" or "gmake" command, assuming that gnustep-make is
set up correctly.

RUNNING

On GNUstep:
$ openapp Source/Grouch

On Mac:
$ open Source/Grouch.app
Or open Source/Grouch.app in Finder.

NOTES

There may be bugs.  Grouch continues to be a work in progress.

QUESTIONS YOU MIGHT HAVE

Q: How do I create hyperlinks?

A: Type a URL (http:, ftp:, mailto:) and press Alt-Shift-L (or "infer links"
in the edit menu)

