 
Read the COPYRIGHT.
 
This is a collection of "Generators" which grab data out of the Knowledge
Base (Memes/Agents World) and spit it out in various formats.  Not every
option of every application actually works at this time.  Consider these
Works in Progress!

You can find Live Demos online if you go to

	http://www.ucolick.org/~de/Tcl

and take the Guided Tour.  Head for the Knowledge Base and poke around.
If you don't read most of the documentation online, you won't know what
to do with these applications.

This code is not officially packaged or supported.  However, I will
try to help you get it working if you want to use it.  Don't expect a
very sprightly turnaround time, as this is not what I get paid to do
(supporting external sites).

de

De Clarke
de@ucolick.org

###############################################################################
# Here's the manifest
#
mbc	make html or latex report on memes by context
mbn	make html or latex report on memes by name
mbh	make html or latex report on memes by header (soon to be obsolete!)
sbh	make C source for memes by header
#
mhm	make fake human-readable header for meme (table or header)
mcm	make fake FITSIO writer for meme (table or header)
mtm	make sybase sql DDL table definition for meme (table or header)
stf	make sybase table into real FITS table extension
stff	make sybase table into human readable FITS table extension
#
cdm	make html report on all contexts
bdm	make html report on all bundles
#
stm	stuff the Memes table from Sybase FQTN
# 
fitsniff	"sniff" J-random FITS header with user assistance
fitsnort	same but without user assistance
#
tracememe	produce digraph PS file of dataflow for meme
traceagent	produce digraph PS file of dataflow for agent
tracepaths	produce digraph PS file for entire pcontext
#
memestruct	produce digraph PS file of structure of meme (table or header)
#
msanity	sanity-check the database (this app always under construction)
		produces HTML report
#

This manifest may not be quite up to date.  check the makelinks script
for the real truth.

