#!/bin/sh

plucker-build \
	--bpp=4\
	--maxwidth=150\
	--maxheight=250\
	--compression=zlib\
	--maxdepth=4\
	--beamable\
        --no-backup\
        --not-launchable\
        --verbosity=0\
	--category=Reading\
	--doc-name=DerStandard\
        --doc-file=derstandard\
	http://derstandard.at/Palm/Titel.htm  \
\
&& logger -p local0.debug -t PLUCKER synced DerStandard \
|| logger -p local0.error -t PLUCKER DerStandard FAILED
