require_once("docutil.php");
page_head("Creating a BOINC project");
echo "
Designing distributed computations with BOINC
BOINC's abstractions of data and computation.
Developing a BOINC application
How to develop or port an application program for use with BOINC.
Setting up a BOINC server
How to install and configure the BOINC server software.
Developing and operating a BOINC project back end
How to feed work into a BOINC system and collect the results.
Monitoring the performance of a BOINC project
Tools for monitoring the system as a whole.
";
page_tail();
?>