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(
|
||||
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",
|
||||
"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>
|
||||
|
|
|
@ -109,10 +109,12 @@ function show_download($pname) {
|
|||
}
|
||||
echo "
|
||||
<p>
|
||||
<b>Note: if your computer is equipped with an NVIDIA
|
||||
Graphics Processing Unit (GPU),
|
||||
you may be able to
|
||||
<a href=cuda.php>use it to compute faster</a>.</b>
|
||||
<b>"
|
||||
.sprintf(
|
||||
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>", ".</a>"
|
||||
)
|
||||
."</b>
|
||||
<br><br>
|
||||
<center>
|
||||
<a href=\"wiki/System_requirements\"><span class=nobr>".tra("System requirements")."</span></a>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
$host = $_SERVER["SERVER_NAME"];
|
||||
if ($host == "bossa.berkeley.edu") {
|
||||
Header("Location: http://boinc.berkeley.edu/trac/wiki/BossaIntro");
|
||||
|
@ -85,8 +86,8 @@ function show_participate() {
|
|||
<span class=section_title>".tra("Volunteer")."</span>
|
||||
<br>
|
||||
<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/User_manual\"><b><span class=nobr>Documentation</span></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>".tra("Documentation")."</span></b></a>
|
||||
</center>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
|
|
Loading…
Reference in New Issue