merged verification condition structure and term representation in one datatype,
extended the set of operations on verification conditions (retrieve more information, advanced splitting of paths),
simplified discharging of verification conditions (due to improved datatype),
added variantions of commands (extract different parts of verification conditions, scan until first "hard" assertion)
#!/usr/bin/env bash
#
# $Id$
#
# mirrors the Isabelle website
HOST=$(hostname)
case ${HOST} in
sunbroy* | atbroy* | macbroy*)
DEST=/home/html/isabelle/html-data
;;
*.cl.cam.ac.uk)
USER=paulson
DEST=/anfs/www/html/research/hvg/Isabelle
;;
*)
echo "Unknown destination directory for ${HOST}"
exit 2
;;
esac
exec $(dirname $0)/isasync $DEST