This is the tool used to create the association link base.
It is designed like newHarvest.
It is right now a bunch of shell
scripts using some extra tools all includet here.
Therefore it should run on any glibc/apache/linux based
machine. Use it in a cgi executable area.

It is very likely that there are some places misconfigured
in this application preventing it to run in
another environment than mine (although I found none by now). 

The main concepts or pattern used here is to process XML data
as far as possible. Therefore some XML content is passed to
a script and some XML content is returned.
 processResultHull : wraps the textual result of a process
  into an xml element. The sister of this element is the standart
  input of processResultHull (wich obviously should also be xml)
 splitControlFlow : The input is delegated to all arguments wich
  are estimated to also be commands. They are executed in the
  order they are passed in. It is likely to be useful to only have
  ove command that produces output therefore.


The scripts log a lot of information to the tmp/ folder found here,
therefore it is nessecary that it is accessible for the webserver
user that executes these scripts.

WARNING!!! THIS TOOL IS LIKELY TO BE INSECURE AND THEREFORE
PRONE TO MALICIOUS ATTACKS BASED ON THE USUAL INSECIRITIES
OF SHELL-SCRIPTS AS CGI SCRIPT

