mirror of https://github.com/BOINC/boinc.git
- user web: remove dead stats site links
This commit is contained in:
parent
c17d20ccd9
commit
427176174b
|
@ -34,7 +34,12 @@ $info_sites = array(
|
|||
"(survey of volunteer computing, including non-BOINC projects)"
|
||||
),
|
||||
array(
|
||||
"http://www.kd-web.info/clanky.php",
|
||||
"http://www.rechenkraft.net/wiki/",
|
||||
"Rechenkraft.net wiki",
|
||||
"(German, English, Portuguese)"
|
||||
),
|
||||
array(
|
||||
"http://www.kd-web.info/#%21/boinc",
|
||||
"Flash-based BOINC tutorials", "(in Czech, English, and Slovak)"
|
||||
),
|
||||
//array(
|
||||
|
@ -56,21 +61,21 @@ $info_sites = array(
|
|||
"BOINC Argentina",
|
||||
"(in Spanish)",
|
||||
),
|
||||
array(
|
||||
"http://faq.boinc.de/",
|
||||
"Deutsche BOINC FAQ",
|
||||
"(in German)",
|
||||
),
|
||||
array(
|
||||
"http://www.boincfrance.org/",
|
||||
"BOINCFrance.org",
|
||||
"(in French)",
|
||||
),
|
||||
array(
|
||||
"http://www.crunching-family.at/wiki/",
|
||||
"Crunching Family Wiki",
|
||||
"(In German)",
|
||||
),
|
||||
//array(
|
||||
// "http://faq.boinc.de/",
|
||||
// "Deutsche BOINC FAQ",
|
||||
// "(in German)",
|
||||
//),
|
||||
//array(
|
||||
// "http://www.boincfrance.org/",
|
||||
// "BOINCFrance.org",
|
||||
// "(in French)",
|
||||
//),
|
||||
//array(
|
||||
// "http://www.crunching-family.at/wiki/",
|
||||
// "Crunching Family Wiki",
|
||||
// "(In German)",
|
||||
//),
|
||||
array(
|
||||
"http://www.angelfire.com/jkoulouris-boinc/",
|
||||
"The Big BOINC! Projects and Chronology Page",
|
||||
|
@ -356,9 +361,7 @@ If you'd like to add a web site to this list, please
|
|||
<h2>BOINC-related videos</h2>
|
||||
|
||||
<ul>
|
||||
<li> <a href=http://www.liftconference.com/distributed-computing-distributed-thinking> Francois Grey at Lift, Feb 2008</a>
|
||||
<li> <a href=http://www.youtube.com/watch?v=8iSRLIK-x6A>David Anderson talks about BOINC</a> (2006)
|
||||
<li> <a href=http://video.google.com/videoplay?docid=5863868341014543476&hl=en>David Anderson talks at CPDN Open Day (2004)</a> (33 minutes).
|
||||
<li> <a href=http://www.youtube.com/watch?v=GzATbET3g54>David Baker talks about Rosetta@home</a>
|
||||
</ul>
|
||||
";
|
||||
|
|
|
@ -98,15 +98,15 @@ $stats_sites = array(
|
|||
$team_stats_sites = array(
|
||||
array("http://stats.czechnationalteam.cz/", "Czech National Team", "(in Czech)"),
|
||||
array("http://www.boincitaly.org/", "BOINC.Italy"),
|
||||
array("http://www.spacepage.be/component/option,com_boinc/", "Spacepage"),
|
||||
//array("http://www.spacepage.be/component/option,com_boinc/", "Spacepage"),
|
||||
array("http://boinc.radax.net/de_boinc.htm", "BOINC@Austria"),
|
||||
array("http://www.myboinc.com/scores/", "L'Alliance Francophone"),
|
||||
//array("http://www.myboinc.com/scores/", "L'Alliance Francophone"),
|
||||
array("http://boincdenmark.dk/", "BOINC@Denmark", "(Danish)"),
|
||||
array("http://boincdenmark.dk/default_en.html", "BOINC@Denmark", "(English)"),
|
||||
array("http://www.bigbee.be/comp/boinc/index.php",
|
||||
"Boinc.be team stats",
|
||||
""
|
||||
),
|
||||
//array("http://www.bigbee.be/comp/boinc/index.php",
|
||||
// "Boinc.be team stats",
|
||||
// ""
|
||||
//),
|
||||
array("http://www.seti-teamartbell.com/", "Team Art Bell", ""),
|
||||
array("http://www.crunchers-freiburg.de/", "crunchers@freiburg", "(German)"),
|
||||
);
|
||||
|
@ -131,10 +131,10 @@ $sig_sites = array(
|
|||
"http://boinc.mundayweb.com",
|
||||
"(User-configurable stats counters. Cool!)"
|
||||
),
|
||||
array("http://www.bigbee.be/comp/boinc/",
|
||||
"boinc.be",
|
||||
""
|
||||
),
|
||||
//array("http://www.bigbee.be/comp/boinc/",
|
||||
// "boinc.be",
|
||||
// ""
|
||||
//),
|
||||
array("http://www.boincstats.com/page/faq.php#3",
|
||||
"BOINCstats",
|
||||
"by Willy de Zutter"
|
||||
|
|
Loading…
Reference in New Issue