2004-06-09 19:09:16 +00:00
|
|
|
<?php
|
2003-08-19 06:44:58 +00:00
|
|
|
require_once("docutil.php");
|
|
|
|
page_head("Participating in BOINC projects");
|
|
|
|
echo "
|
2005-07-07 20:32:28 +00:00
|
|
|
<h3>Running BOINC</h3>
|
2002-08-24 09:02:52 +00:00
|
|
|
<ul>
|
2004-02-15 19:22:01 +00:00
|
|
|
<li> <a href=intro_user.php>Getting started</a>
|
2004-05-12 21:21:09 +00:00
|
|
|
<li> <a href=projects.php>Choosing projects</a>
|
2004-08-19 15:36:30 +00:00
|
|
|
<li> <a href=info.php>Usage rules and privacy policy</a>
|
2003-08-26 18:33:21 +00:00
|
|
|
<li> <a href=account.php>Joining a project</a>
|
2004-11-15 01:58:30 +00:00
|
|
|
<li> <a href=download.php>Download client software</a>
|
2004-05-05 17:48:39 +00:00
|
|
|
<li> Installing and running the BOINC client
|
|
|
|
<ul>
|
2005-01-10 20:46:33 +00:00
|
|
|
<li> <a href=manager.php>The BOINC manager</a>
|
|
|
|
<li> <a href=win_install.php>The Windows installer</a>
|
2004-08-25 19:20:45 +00:00
|
|
|
<li> <a href=client_unix.php>Command-line version (Unix, Mac OS/X)</a>
|
2005-07-07 20:32:28 +00:00
|
|
|
<li> <a href=sea.php>Self-extracting archive (Unix/Linux)</a>
|
2005-05-01 05:18:07 +00:00
|
|
|
<li> <a href=screensaver.php>The BOINC screensaver</a>
|
2004-05-05 17:48:39 +00:00
|
|
|
</ul>
|
2003-08-26 18:33:21 +00:00
|
|
|
<li> <a href=prefs.php>Preferences</a>
|
2004-02-19 16:43:28 +00:00
|
|
|
<li> <a href=host_id.php>Host identification and merging</a>
|
2004-10-01 22:00:39 +00:00
|
|
|
<li> <a href=multiple_projects.php>Participating in multiple projects</a>
|
2003-08-26 18:33:21 +00:00
|
|
|
<li> <a href=credit.php>Computation credit</a>
|
2004-08-31 21:02:17 +00:00
|
|
|
<li> <a href=cpu_sched.php>CPU scheduling</a>
|
2003-08-26 18:33:21 +00:00
|
|
|
<li> <a href=teams.php>Teams</a>
|
2005-05-23 00:07:29 +00:00
|
|
|
<li> <a href=anonymous_platform.php>Make your own client software</a>
|
2005-11-04 19:36:50 +00:00
|
|
|
<br>Run BOINC on uncommon platforms,
|
2005-05-23 00:07:29 +00:00
|
|
|
or inspect the source code before you run it.
|
2005-06-29 00:10:49 +00:00
|
|
|
<li> <a href=acct_mgrs.php>Account managers</a>
|
2002-08-24 09:02:52 +00:00
|
|
|
</ul>
|
2004-01-23 21:57:47 +00:00
|
|
|
<p>
|
2005-08-29 01:18:37 +00:00
|
|
|
<h3>Web sites</h3>
|
|
|
|
<ul>
|
|
|
|
<li> <a href=links.php>Web sites related to BOINC</a>
|
|
|
|
<li> <a href=stats_sites.php>BOINC statistics sites</a>
|
|
|
|
</ul>
|
|
|
|
<p>
|
2005-07-07 20:32:28 +00:00
|
|
|
<h3>Add-on software</h3>
|
2004-01-23 21:57:47 +00:00
|
|
|
<ul>
|
2005-04-11 19:29:36 +00:00
|
|
|
<li> <a href=download_network.php>Add-on software</a>
|
|
|
|
<li> <a href=proxy_server.php>Proxy servers</a> (why BOINC doesn't have them).
|
2004-07-13 18:35:47 +00:00
|
|
|
</ul>
|
2003-08-19 06:44:58 +00:00
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|