*******************************************************************
** RAPID
**
** By: Martin C. Carlisle
**     Jonathan Busch
**     W. Blair Watkinson II
**     United States Air Force Academy
**     Department of Computer Science
**
** With contributions from:
**     Dmitri Anisimkov
**     Pat Maes
**     SA Griffin
**     Peter Hermann
**     Oliver M. Kellogg
**
** See COPYING for copyright information.
**
** To get newest releases, visit:
** http://savannah.nongnu.org/projects/rapid/
**
** Submit bug reports/questions to:
** Oliver Kellogg <okellogg@users.sourceforge.net>
*******************************************************************

RAPID (the RAPID Ada Portable Interface Designer) is a GUI Design tool
written for and in Ada.  Currently, implementations exist for both
Tcl/Tk and Gtk.

See the docs subfolder for more information regarding RAPID.

DESCRIPTION OF FOLDERS:
rapid      - sources for RAPID
docs       - documentation
lib        - common libraries for all peers
tcl_peer   - peer for Tcl/Tk implementation
gtk_peer   - peer for GtkAda implementation
stub_peer  - peer with no implementation
peer_tests - small programs to test a new peer implementation
bin        - Tcl/Tk build directory of RAPID
gtk_bin    - Gtk build directory of RAPID
examples   - demo programs
