2003-08-19 06:44:58 +00:00
|
|
|
<?
|
|
|
|
require_once("docutil.php");
|
|
|
|
page_head("Participating in BOINC projects");
|
|
|
|
echo "
|
2004-01-23 21:57:47 +00:00
|
|
|
<b>Running BOINC</b>
|
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>
|
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>
|
2004-05-05 17:48:39 +00:00
|
|
|
<li> Installing and running the BOINC client
|
|
|
|
<ul>
|
|
|
|
<li> <a href=client_windows.php>Windows GUI</a>
|
|
|
|
<li> <a href=client_unix.php>Command-line version (Unix, Mac OS/X)</a>
|
|
|
|
<li> <a href=service.php>Windows service</a>
|
|
|
|
</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>
|
2003-08-26 18:33:21 +00:00
|
|
|
<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>
|
2004-02-03 01:04:40 +00:00
|
|
|
<li> <a href=anonymous_platform.php>Compiling BOINC software yourself</a>
|
2004-05-05 17:48:39 +00:00
|
|
|
<li> User-supplied FAQ by
|
2004-03-30 23:05:34 +00:00
|
|
|
<a href=http://users.iafrica.com/c/ch/chrissu/boinc-README.html>Chris Sutton</a>
|
2004-04-09 06:01:25 +00:00
|
|
|
<li> <a href=http://setiboinc.ssl.berkeley.edu/ap/stats.php>Leader boards</a>
|
2002-08-24 09:02:52 +00:00
|
|
|
</ul>
|
2004-01-23 21:57:47 +00:00
|
|
|
<p>
|
|
|
|
<b>Third-party software and web sites</b>
|
|
|
|
<ul>
|
|
|
|
<li> <a href=gui_rpc.php>Framework for separate GUIs</a>
|
2004-01-31 23:21:07 +00:00
|
|
|
<li> <a href=guis.php>Separate GUIs</a>
|
2004-01-23 21:57:47 +00:00
|
|
|
<li> <a href=db_dump.php>Downloading statistics data</a>
|
2004-02-03 01:04:40 +00:00
|
|
|
<li> <a href=proxy_server.php>Proxy servers</a> (why BOINC doesn't have them).
|
2004-04-20 05:05:52 +00:00
|
|
|
<li> <a href=cpid.php>Cross-project identification</a>
|
2004-01-23 21:57:47 +00:00
|
|
|
</ul>
|
2003-08-19 06:44:58 +00:00
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|