From 0cee57e3deb18b8c7f5af0f5a93f2126ac0316d9 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 11 Jun 2008 16:08:09 +0000 Subject: [PATCH] - added Free-DC CPID stats svn path=/trunk/boinc/; revision=15387 --- checkin_notes | 6 ++++++ html/inc/stats_sites.inc | 3 +++ 2 files changed, 9 insertions(+) diff --git a/checkin_notes b/checkin_notes index 14b88257c7..3c4a05a36d 100644 --- a/checkin_notes +++ b/checkin_notes @@ -4775,3 +4775,9 @@ David 10 June 2008 py/Boinc/ setup_project.py + +David 12 June 2008 + - added Free-DC CPID stats + + html/inc/ + stats_sites.inc diff --git a/html/inc/stats_sites.inc b/html/inc/stats_sites.inc index 8775427a84..c7a748fffa 100644 --- a/html/inc/stats_sites.inc +++ b/html/inc/stats_sites.inc @@ -4,6 +4,9 @@ $cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit // the following sites generate stats for a given CPID // $cpid_stats_sites = array( + array("Free-DC", + "http://stats.free-dc.org/stats.php?page=userbycpid&cpid=%s" + ), array("BOINC all Project Stats", "http://www.allprojectstats.com/showuser.php?id=%s" ),