mirror of https://github.com/BOINC/boinc.git
17 lines
470 B
PHP
17 lines
470 B
PHP
<?
|
|
require_once("docutil.php");
|
|
page_head("Participating in BOINC projects");
|
|
echo "
|
|
<ul>
|
|
<li> <a href="account.html">Joining a project</a>
|
|
<li> <a href="client.html">Running the client</a>
|
|
<li> <a href="prefs.html">Preferences</a>
|
|
<li> <a href="startup.html">Participating in multiple projects</a>
|
|
<li> <a href="credit.html">Computation credit</a>
|
|
<li> <a href="teams.html">Teams</a>
|
|
<li> <a href="db_dump.html">Downloading statistics data</a>
|
|
</ul>
|
|
";
|
|
page_tail();
|
|
?>
|