#!/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=NYTimes\
        --doc-file=nytimes\
	http://www10.nytimes.com/nytimes-partners/omnisky/main.html  \
\
&& logger -p local0.debug -t PLUCKER synced nytimes \
|| logger -p local0.error -t PLUCKER nytimes FAILED
