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>
|
2003-12-24 00:50:51 +00:00
|
|
|
<li> <a href=projects.php>Choosing project(s)</a>
|
2003-09-30 18:09:58 +00:00
|
|
|
<li> <a href=host_requirements.php>System requirements</a>
|
2003-08-26 18:33:21 +00:00
|
|
|
<li> <a href=account.php>Joining a project</a>
|
|
|
|
<li> <a href=client.php>Running the BOINC client</a>
|
|
|
|
<li> <a href=work_buffer.php>Work buffering</a>
|
|
|
|
<li> <a href=prefs.php>Preferences</a>
|
|
|
|
<li> <a href=startup.php>Participating in multiple projects</a>
|
|
|
|
<li> <a href=credit.php>Computation credit</a>
|
|
|
|
<li> <a href=teams.php>Teams</a>
|
|
|
|
<li> <a href=db_dump.php>Downloading statistics data</a>
|
2004-01-01 04:12:08 +00:00
|
|
|
<li> <a href=language.php>Language customization</a>
|
|
|
|
<li> <a href=anonymous_platform.php>Compile-it-yourself BOINC</a>
|
2002-08-24 09:02:52 +00:00
|
|
|
</ul>
|
2003-08-19 06:44:58 +00:00
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|