This is the tool used to mirror webpages and to create
descriptor information. 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. One such flaw is located in
the script "doMirror". 
If you find a better way to solve this problem correct it and
send the maintainer of this archive a patch.

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

