#!/bin/sh

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

