hmm, good point,
it'll have to be manually for now until I do a new form.
I've just added those 3 you mentioned.
As for tracking new teams on projects such as CPDN classic, I can't see any way of automating it. I pull the data via the xml feed but it's for individual teams. I'm happy to add more though.
The feeds are of the form
http://cpdn.comlab.ox.ac.uk/user/grp...p?name=Free-DC
So I just have a list of them in my script, if you can find the exact team names I'll add them all in.
For Folding@Home, it's just the teamid I need, for instance Free-DC is 60.
For OGR25 and RC572 I have to retrieve the overall stats pages for each team, so for instance for Free-DC I get
http://stats.distributed.net/team/tm...=25&team=26268
And parse that one..
Bok