added decode_chars, with raw character view on byte buffer and adhoc decoding via toString;
parse/chunks: avoid direct string comparison, to make it actually work with abstract CharSequence;
#!/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