#!/bin/sh

PLUCKERDIR=~/.plucker

cd $PLUCKERDIR

rm *.pdb

# generate pdb files
# broken
#./brooklynweather
./bbc > /dev/null 2>&1
./cbc > /dev/null 2>&1
./alternet
./csmonitor
#./derstandard # Only AvantGo..
#./drinkboy
./guardian  this freaks out and uses all the memory
./guardianbooks
./heiseonline
./mobilerss
#./nytimes # Only AvantGo
#./slashdot # trying the weblink below
#./wired # Only AvantGo
#./yahoomovies

#curl http://scoops.sitescooper.org//Plucker/SlashDot/latest.pdb > slashdot.pdb

#curl http://scoops.sitescooper.org//Plucker/Wired_News_Business/latest.pdb > WiredNewsBusiness.pdb
#curl http://scoops.sitescooper.org//Plucker/Wired_News_Culture/latest.pdb > WiredNewsCulture.pdb
#curl http://scoops.sitescooper.org//Plucker/Wired_News_Politics/latest.pdb > WiredNewsPolitics.pdb
#curl http://scoops.sitescooper.org//Plucker/Wired_News_Technology/latest.pdb > WiredNewsTech.pdb

#curl http://scoops.sitescooper.org//Plucker/New_Scientist/latest.pdb > NewScientist.pdb
#curl http://scoops.sitescooper.org//Plucker/New_Scientist_News/latest.pdb > NewScientistNews.pdb

# move them to the install directory
#mv $PLUCKERDIR/*.pdb /Users/hans/Documents/Palm/Users/Hans-Christoph/Files\ to\ Install


