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 "
|
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>
|
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>
|
|
|
|
<li> <a href=client_mac.php>Installing BOINC on Mac OS/X</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>
|
2004-12-10 00:57:20 +00:00
|
|
|
<li> <a href=anonymous_platform.php>Compiling BOINC software</a>
|
|
|
|
<br>Go here if you want to run BOINC on unusual platforms,
|
|
|
|
or if you want to inspect the source code before
|
|
|
|
you run it.
|
2002-08-24 09:02:52 +00:00
|
|
|
</ul>
|
2004-01-23 21:57:47 +00:00
|
|
|
<p>
|
2004-07-13 18:35:47 +00:00
|
|
|
<b>Graphical User Interfaces (GUIs)</b>
|
2004-01-23 21:57:47 +00:00
|
|
|
<ul>
|
|
|
|
<li> <a href=gui_rpc.php>Framework for separate GUIs</a>
|
2004-08-16 14:30:41 +00:00
|
|
|
<li> <a href=gui_rpc_control.php>Access control</a>
|
2004-08-25 19:20:45 +00:00
|
|
|
<li> <a href=http://setiweb.ssl.berkeley.edu/sah/download_network.php>Separate GUIs</a>
|
2004-07-13 18:35:47 +00:00
|
|
|
</ul>
|
|
|
|
<p>
|
|
|
|
<b>Statistics web sites</b>
|
|
|
|
<ul>
|
2004-01-23 21:57:47 +00:00
|
|
|
<li> <a href=db_dump.php>Downloading statistics data</a>
|
2004-04-20 05:05:52 +00:00
|
|
|
<li> <a href=cpid.php>Cross-project identification</a>
|
2005-02-11 23:34:09 +00:00
|
|
|
<li> <a href=stats_rpc.php>Web services for statistics sites</a>
|
2004-01-23 21:57:47 +00:00
|
|
|
</ul>
|
2004-07-13 18:35:47 +00:00
|
|
|
<b>Third-party software and web sites</b>
|
|
|
|
<ul>
|
|
|
|
<li> <a href=proxy_server.php>Proxy servers</a> (why BOINC doesn't have them).
|
|
|
|
</ul>
|
2003-08-19 06:44:58 +00:00
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|