This directory contains:

  QUISP quick active web pages system
  SHSQL minimalist SQL database

source code, documentation, and examples.

Home page is: http://quisp.sourceforge.net

To build quisp, type: make
(if you're building quisp_pl, have a look at ploticus/Makefile_api first)

To build standalone shsql, type: cd sqlsrc; make


This directory contains:

bin		- executables will be placed here when built
lib		- libs will be placed here when built

qsrc		- quisp source code
qman		- quisp manual
qexamples	- quisp examples

sqlsrc		- shsql source code
sqlman		- shsql manual
sqlexampledb	- shsql example database and test suite


If you downloaded the ploticus-enabled package you'll also find:

ploticus	- source code to build libploticus.a
			(cd ploticus; make clean; make -f Makefile_api)

		  See the #graphic manual page for additional setup 
		  considerations.

prefabs		- ploticus prefabs
		  (set PLOTICUS_PREFABS environment var to point to this dir)
