mirror of https://github.com/BOINC/boinc.git
BOINC web: flesh out front page
This commit is contained in:
parent
72f53a6918
commit
b954d13e93
|
@ -169,24 +169,46 @@ function show_other() {
|
||||||
</center>
|
</center>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr><td>
|
<tr><td>
|
||||||
BOINC is a
|
BOINC is a community-based project.
|
||||||
<a href=\"trac/wiki/ProjectGovernance\">community-based project</a>.
|
Anyone can contribute by programming, testing,
|
||||||
Anyone can
|
documenting, translating, or answering user questions.
|
||||||
<a href=trac/wiki/ContributePage>contribute</a>,
|
|
||||||
by programming, testing,
|
|
||||||
documenting, translating, or answering questions.
|
|
||||||
Those who consistently make positive contributions
|
Those who consistently make positive contributions
|
||||||
can become part of the project's decision-making process.
|
can become part of the project's decision-making process.
|
||||||
<p>
|
|
||||||
|
<table width=100%> <tr> <td>
|
||||||
<ul>
|
<ul>
|
||||||
<li> <a href=\"dev/\">".tra("Message boards")."</a>
|
<li> Project
|
||||||
<li> <a href=\"trac/wiki/EmailLists\">".tra("Email lists")."</a>
|
<ul>
|
||||||
<li> <a href=\"trac/wiki/BoincEvents\">".tra("Events")."</a>
|
<li> <a href=\"dev/\">".tra("Message boards")."</a>
|
||||||
<li> <a href=trac/wiki/SourceCodeGit>".tra("Source code")."</a>
|
<li> <a href=\"trac/wiki/EmailLists\">".tra("Email lists")."</a>
|
||||||
<li> <a href=https://github.com/BOINC/boinc/issues>Issue tracker on Github</a>
|
<li> <a href=\"trac/wiki/BoincEvents\">".tra("Events")."</a>
|
||||||
<li> <a href=\"trac/wiki/SoftwareAddon\">".tra("APIs for add-on software")."</a>
|
<li> <a href=\"trac/wiki/ProjectGovernance\">Governance</a>
|
||||||
|
</ul>
|
||||||
|
<p>
|
||||||
|
<li> Software
|
||||||
|
<ul>
|
||||||
|
<li> <a href=trac/wiki/SourceCodeGit>".tra("Source code")."</a>
|
||||||
|
<li> <a href=\"trac/wiki/SoftwareDevelopment\">".tra("Software development")."</a>
|
||||||
|
<li> <a href=https://github.com/BOINC/boinc/issues>Github issue tracker</a>
|
||||||
|
<li> <a href=\"trac/wiki/SoftwareAddon\">".tra("APIs for add-on software")."</a>
|
||||||
|
</ul>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</td><td width=50% valign=top>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li> Contribute
|
||||||
|
<ul>
|
||||||
|
<li> <a href=trac/wiki/ContributePage>Overview</a>
|
||||||
|
<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>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
</td></tr></table>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue