On Fri, Oct 04, 2002 at 05:34:19AM +0000, llessur llihgdots wrote: > I'm interested in automating the conversion of Slate ( www.slate.com ). A > daily collection of the whole magazine in HTML is available but it has to be > downloaded.
What format is it in? Is it one big zip file, or similar? > > How can I automate that download process so that plucker and convert and > sync the whole package for me? I have an automated hotsync program already. What OS are you using? You can use wget (use google) to fetch the content. If you're on a unix-like system, you can set up a cron job to fetch the content, extract it if necessary, then call plucker on the output. If you using windows, I think you can use its task scheduler, but I've never used it. Jason -- Jason Day jasonday at http://jasonday.home.att.net worldnet dot att dot net "Of course I'm paranoid, everyone is trying to kill me." -- Weyoun-6, Star Trek: Deep Space 9 _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

