mirror of https://github.com/BOINC/boinc.git
47 lines
1.6 KiB
PHP
47 lines
1.6 KiB
PHP
<?php
|
|
require_once("docutil.php");
|
|
page_head("Participating in BOINC projects");
|
|
echo "
|
|
<b>Running BOINC</b>
|
|
<ul>
|
|
<li> <a href=intro_user.php>Getting started</a>
|
|
<li> <a href=projects.php>Choosing projects</a>
|
|
<li> <a href=info.php>Usage rules and privacy policy</a>
|
|
<li> <a href=account.php>Joining a project</a>
|
|
<li> <a href=download.php>Download client software</a>
|
|
<li> Installing and running the BOINC client
|
|
<ul>
|
|
<li> <a href=client_windows.php>Windows GUI</a>
|
|
<li> <a href=service.php>Windows service</a>
|
|
<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>
|
|
</ul>
|
|
<li> <a href=prefs.php>Preferences</a>
|
|
<li> <a href=host_id.php>Host identification and merging</a>
|
|
<li> <a href=multiple_projects.php>Participating in multiple projects</a>
|
|
<li> <a href=credit.php>Computation credit</a>
|
|
<li> <a href=cpu_sched.php>CPU scheduling</a>
|
|
<li> <a href=teams.php>Teams</a>
|
|
<li> <a href=anonymous_platform.php>Compiling BOINC software yourself</a>
|
|
</ul>
|
|
<p>
|
|
<b>Graphical User Interfaces (GUIs)</b>
|
|
<ul>
|
|
<li> <a href=gui_rpc.php>Framework for separate GUIs</a>
|
|
<li> <a href=gui_rpc_control.php>Access control</a>
|
|
<li> <a href=http://setiweb.ssl.berkeley.edu/sah/download_network.php>Separate GUIs</a>
|
|
</ul>
|
|
<p>
|
|
<b>Statistics web sites</b>
|
|
<ul>
|
|
<li> <a href=db_dump.php>Downloading statistics data</a>
|
|
<li> <a href=cpid.php>Cross-project identification</a>
|
|
</ul>
|
|
<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>
|
|
";
|
|
page_tail();
|
|
?>
|