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 "
|
2006-03-06 21:40:07 +00:00
|
|
|
<h3>General information</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-08-19 15:36:30 +00:00
|
|
|
<li> <a href=info.php>Usage rules and privacy policy</a>
|
2006-03-06 21:40:07 +00:00
|
|
|
<li> <a href=account.php>Choosing and joining projects</a>
|
|
|
|
<li> <a href=download.php>Download BOINC</a>
|
|
|
|
<li> Installing BOINC
|
2004-05-05 17:48:39 +00:00
|
|
|
<ul>
|
2005-01-10 20:46:33 +00:00
|
|
|
<li> <a href=win_install.php>The Windows installer</a>
|
2006-03-06 21:40:07 +00:00
|
|
|
<li> <a href=sea.php>Self-extracting archive</a>
|
|
|
|
<li> <a href=bare_core.php>Core client executable</a>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<li> Running BOINC
|
|
|
|
<ul>
|
|
|
|
<li> <a href=manager.php>The BOINC manager</a>
|
2005-05-01 05:18:07 +00:00
|
|
|
<li> <a href=screensaver.php>The BOINC screensaver</a>
|
2006-03-06 21:40:07 +00:00
|
|
|
<li> <a href=client_unix.php>Core client options and configuration</a>
|
2004-05-05 17:48:39 +00:00
|
|
|
</ul>
|
2006-03-06 21:40:07 +00:00
|
|
|
|
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>
|
2006-03-02 07:17:18 +00:00
|
|
|
<li> <a href=http://www.cs.wisc.edu/condor/manual/v6.7/3_13Setting_Up.html#SECTION004138000000000000000>BOINC as a Condor backfill job</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();
|
|
|
|
?>
|