$Revision: 1.0 $

This is a small memo recorder which has two purposes:

- it puts an end to all those little notes sticking
  to my screen

- it serves as a simple example on how to use the
  wonderful wxWindows C++ class library

The GUI (wxWindows, Xt port) has been written by
Markus Holzem (mho@comnets.rwth-aachen.de) and
Julian Smart. See http://www.aiai.ed.ac.uk for
more information about it. The Xt port is freely
distributable under the terms and conditions of
the  GNU General Public Library License.

Diane itself is (C) 1996 by Karsten Ballder
(karsten@pimajestix.physik.uni-karlsruhe.de) and
comes under the terms and conditions of the GNU
General Public License. The code in recplay.c has
been adopted from "wavplay" written by Liam Gorner
and Warren Gay.

Where does the name come from? Well, instead of
calling wxMemo, I remembered Agent Dale Cooper
telling her about the beauty of nature.


INSTALL:

You need the shared library wx_xt.so and the header
files for the wxWindows Xt port to compile diane.
If you have it properly installed, just do

xmkmf ; make ; strip diane




