2003-08-19 06:44:58 +00:00
|
|
|
<?
|
|
|
|
require_once("docutil.php");
|
|
|
|
page_head("Participating in BOINC projects");
|
|
|
|
echo "
|
2002-08-24 09:02:52 +00:00
|
|
|
<ul>
|
|
|
|
<li> <a href="account.html">Joining a project</a>
|
2003-01-17 18:51:39 +00:00
|
|
|
<li> <a href="client.html">Running the client</a>
|
2002-08-24 09:02:52 +00:00
|
|
|
<li> <a href="prefs.html">Preferences</a>
|
|
|
|
<li> <a href="startup.html">Participating in multiple projects</a>
|
2002-10-20 22:12:53 +00:00
|
|
|
<li> <a href="credit.html">Computation credit</a>
|
2002-11-11 19:40:22 +00:00
|
|
|
<li> <a href="teams.html">Teams</a>
|
2003-02-06 00:24:30 +00:00
|
|
|
<li> <a href="db_dump.html">Downloading statistics data</a>
|
2002-08-24 09:02:52 +00:00
|
|
|
</ul>
|
2003-08-19 06:44:58 +00:00
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|