mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=17982
This commit is contained in:
parent
39bc17276e
commit
24ffcbc733
|
@ -1,6 +1,10 @@
|
||||||
<?
|
<?
|
||||||
|
|
||||||
$project_news = array(
|
$project_news = array(
|
||||||
|
array("May 1, 2009",
|
||||||
|
"Simon Lin of Academia Sinica discusses volunteer computing (and thinking) in Asia
|
||||||
|
on a <a href=http://www.bbc.co.uk/worldservice/science/2009/03/000000_digital_planet.shtml>Podcast on BBC World Service</a>."
|
||||||
|
),
|
||||||
array("April 29, 2009",
|
array("April 29, 2009",
|
||||||
"An <a href=http://www.news.cornell.edu/stories/March09/cordes.palfa.einstein.html>article in Cornell's Chronicle Online</a> discusses
|
"An <a href=http://www.news.cornell.edu/stories/March09/cordes.palfa.einstein.html>article in Cornell's Chronicle Online</a> discusses
|
||||||
a new application in <a href=http://einstein.phys.uwm.edu/>Einstein@home</a>
|
a new application in <a href=http://einstein.phys.uwm.edu/>Einstein@home</a>
|
||||||
|
|
|
@ -109,10 +109,12 @@ function show_download($pname) {
|
||||||
}
|
}
|
||||||
echo "
|
echo "
|
||||||
<p>
|
<p>
|
||||||
<b>Note: if your computer is equipped with an NVIDIA
|
<b>"
|
||||||
Graphics Processing Unit (GPU),
|
.sprintf(
|
||||||
you may be able to
|
tra("Note: if your computer is equipped with an NVIDIA Graphics Processing Unit (GPU), you may be able to %suse it to compute faster%s"),
|
||||||
<a href=cuda.php>use it to compute faster</a>.</b>
|
"<a href=cuda.php>", ".</a>"
|
||||||
|
)
|
||||||
|
."</b>
|
||||||
<br><br>
|
<br><br>
|
||||||
<center>
|
<center>
|
||||||
<a href=\"wiki/System_requirements\"><span class=nobr>".tra("System requirements")."</span></a>
|
<a href=\"wiki/System_requirements\"><span class=nobr>".tra("System requirements")."</span></a>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$host = $_SERVER["SERVER_NAME"];
|
$host = $_SERVER["SERVER_NAME"];
|
||||||
if ($host == "bossa.berkeley.edu") {
|
if ($host == "bossa.berkeley.edu") {
|
||||||
Header("Location: http://boinc.berkeley.edu/trac/wiki/BossaIntro");
|
Header("Location: http://boinc.berkeley.edu/trac/wiki/BossaIntro");
|
||||||
|
@ -85,8 +86,8 @@ function show_participate() {
|
||||||
<span class=section_title>".tra("Volunteer")."</span>
|
<span class=section_title>".tra("Volunteer")."</span>
|
||||||
<br>
|
<br>
|
||||||
<a class=heading href=download.php><b>".tra("Download")."</b></a>
|
<a class=heading href=download.php><b>".tra("Download")."</b></a>
|
||||||
· <a class=heading href=\"/wiki/BOINC_Help\"><b>Help</b></a>
|
· <a class=heading href=\"/wiki/BOINC_Help\"><b>".tra("Help")."</b></a>
|
||||||
· <a class=heading href=\"wiki/User_manual\"><b><span class=nobr>Documentation</span></b></a>
|
· <a class=heading href=\"wiki/User_manual\"><b><span class=nobr>".tra("Documentation")."</span></b></a>
|
||||||
</center>
|
</center>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
|
|
Loading…
Reference in New Issue