mirror of https://github.com/BOINC/boinc.git
BOINC web: front-page changes
This commit is contained in:
parent
647511d990
commit
14bd320551
|
@ -115,12 +115,14 @@ function show_participate() {
|
|||
"
|
||||
// or <a href=http://www.htc.com/www/go/power-to-give-faqs/>HTC Power To Give</a>
|
||||
."
|
||||
app from the Google Play Store.
|
||||
";
|
||||
app from the Google Play Store or (for Kindle) the Amazon App Store.
|
||||
"
|
||||
// <a href=http://www.htc.com/www/go/power-to-give-faqs/>
|
||||
// <img align=right valign=top height=50 src=images/htc-power-to-give.jpg>
|
||||
// </a>
|
||||
// </td></tr>
|
||||
."
|
||||
</td></tr>
|
||||
";
|
||||
}
|
||||
|
||||
function show_create() {
|
||||
|
@ -137,7 +139,7 @@ function show_create() {
|
|||
<ul>
|
||||
<li>
|
||||
",
|
||||
tra("%1Scientists%2: use BOINC to create a %3volunteer computing project%4 giving you the computing power of thousands of CPUs.",
|
||||
tra("%1Scientists%2: use BOINC to create a %3volunteer computing project%4, giving you the power of thousands of CPUs and GPUs.",
|
||||
"<b>", "</b>", "<a href=volunteer.php>", "</a>"
|
||||
),
|
||||
"<li>",
|
||||
|
@ -158,36 +160,27 @@ function show_other() {
|
|||
echo "
|
||||
<tr><td class=heading_left>
|
||||
<center>
|
||||
<span class=section_title>".tra("The BOINC project")."</span>
|
||||
<span class=section_title>".tra("About BOINC")."</span>
|
||||
</center>
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
<table width=100%><tr><td width=50% valign=top>
|
||||
BOINC is a
|
||||
<a href=\"trac/wiki/ProjectGovernance\">community-based project</a>.
|
||||
Anyone can
|
||||
<a href=trac/wiki/ContributePage>contribute</a>,
|
||||
by programming, testing,
|
||||
documenting, translating, or answering questions.
|
||||
Those who consistently make positive contributions
|
||||
can become part of the project's decision-making process.
|
||||
<p>
|
||||
<ul>
|
||||
<li> <a href=\"dev/\">".tra("Message boards")."</a>
|
||||
<li> <a href=email_lists.php>".tra("Email lists")."</a>
|
||||
<li> <a href=\"trac/wiki/ProjectPeople\">".tra("Personnel and contributors")."</a>
|
||||
<li> <a href=\"trac/wiki/EmailLists\">".tra("Email lists")."</a>
|
||||
<li> <a href=\"trac/wiki/BoincEvents\">".tra("Events")."</a>
|
||||
<li> <a href=\"trac/wiki/BoincPapers\">".tra("Papers and talks")."</a>
|
||||
<li> <a href=\"trac/wiki/ResearchProjects\">".tra("Research projects")."</a>
|
||||
<li> <a href=logo.php>".tra("Logos and graphics")."</a>
|
||||
<li> <a href=\"http://bolt.berkeley.edu/\">Bolt</a> ",tra("and"), " <a href=\"http://bossa.berkeley.edu/\">Bossa</a>
|
||||
</ul>
|
||||
</td><td valign=top>
|
||||
<ul>
|
||||
<li> <a href=trac/wiki/SourceCodeGit>".tra("Source code")."</a>
|
||||
<li> ".tra("Help wanted")."
|
||||
<ul>
|
||||
<li> <a href=\"trac/wiki/DevProjects\">".tra("Programming")."</a>
|
||||
<li> <a href=\"trac/wiki/TranslateIntro\">".tra("Translation")."</a>
|
||||
<li> <a href=\"trac/wiki/AlphaInstructions\">".tra("Testing")."</a>
|
||||
<li> <a href=\"trac/wiki/WikiMeta\">".tra("Documentation")."</a>
|
||||
<li> <a href=\"http://boinc.berkeley.edu/wiki/Publicizing_BOINC\">".tra("Publicity")."</a>
|
||||
</ul>
|
||||
<li> <a href=\"trac/wiki/SoftwareDevelopment\">".tra("Software development")."</a>
|
||||
<li> <a href=https://github.com/BOINC/boinc/issues>Issue tracker on Github</a>
|
||||
<li> <a href=\"trac/wiki/SoftwareAddon\">".tra("APIs for add-on software")."</a>
|
||||
</ul>
|
||||
</td></tr></table>
|
||||
<br>
|
||||
</td></tr>
|
||||
";
|
||||
|
@ -213,6 +206,8 @@ function show_nsf() {
|
|||
header("Content-type: text/html; charset=utf-8");
|
||||
|
||||
html_tag();
|
||||
$rh_col_width = 390;
|
||||
|
||||
echo "
|
||||
<head>
|
||||
<link rel=\"shortcut icon\" href=\"logo/favicon.gif\">
|
||||
|
@ -223,29 +218,23 @@ echo "
|
|||
<meta name=keywords content=\"distributed scientific computing supercomputing grid SETI@home public computing volunteer computing \">
|
||||
</head>
|
||||
<body>
|
||||
<table width=\"100%\" border=0><tr><td valign=top>
|
||||
<table width=\"100%\" border=0><tr>
|
||||
<td valign=top>
|
||||
<img hspace=20 vspace=6 align=left src=\"logo/www_logo.gif\" alt=\"BOINC logo\">
|
||||
</td><td align=center>
|
||||
<span class=\"subtitle\">
|
||||
".sprintf(tra("Open-source software for %svolunteer computing%s and %sgrid computing%s."), '<a href=volunteer.php><span class=nobr>', '</span></a>', '<a href=dg.php><span class=nobr>', '</span></a>')."
|
||||
</td>
|
||||
<td align=center>
|
||||
<span class=\"title\">
|
||||
".sprintf(tra("Open-source software for volunteer computing"))."
|
||||
</span><br><br>
|
||||
<table><tr><td>
|
||||
</td>
|
||||
<td width=$rh_col_width align=right>
|
||||
";
|
||||
language_form();
|
||||
echo "</td><td>";
|
||||
search_form();
|
||||
language_form();
|
||||
echo "
|
||||
</td></tr></table>
|
||||
</td>
|
||||
<td>
|
||||
<center>
|
||||
<a href=http://www.berkeley.edu>
|
||||
<img src=images/uc_logo.jpg width=107 height=105 title=\"".tra("BOINC is based at The University of California, Berkeley")."\" alt=\"The University of California logo\">
|
||||
</a>
|
||||
</span>
|
||||
</center>
|
||||
</td>
|
||||
</tr></table>
|
||||
</td></tr>
|
||||
</table>
|
||||
|
||||
<table width=\"100%\" border=0 cellspacing=0 cellpadding=4>
|
||||
<tr>
|
||||
<td valign=top>
|
||||
|
@ -254,7 +243,7 @@ echo "
|
|||
show_participate();
|
||||
show_create();
|
||||
show_other();
|
||||
show_nsf();
|
||||
//show_nsf();
|
||||
echo "
|
||||
</table>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue