mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=352
This commit is contained in:
parent
3eb85774bf
commit
379a032d9d
|
@ -1,6 +0,0 @@
|
|||
BOINC (Berkeley Open Infrastructure for Network Computing) Contributors:
|
||||
|
||||
David Anderson
|
||||
Michael Gary
|
||||
Eric Heien
|
||||
Barry Luong
|
|
@ -9,6 +9,25 @@ distributed.net and SETI@home.
|
|||
<ul>
|
||||
<li> <a href="intro.html">Introduction</a>
|
||||
</ul>
|
||||
<<<<<<< index.html
|
||||
|
||||
<h3>Participating in BOINC projects</h3>
|
||||
<font size=-1>
|
||||
<dd> How to donate your unused computing power
|
||||
to projects that use BOINC.
|
||||
</font>
|
||||
<ul>
|
||||
<li> <a href="account.html">Participant accounts</a>
|
||||
<li> <a href="prefs.html">Preferences</a>
|
||||
<li> <a href="startup.html">Participant startup</a>
|
||||
</ul>
|
||||
|
||||
<h3>Designing a distributed computation with BOINC</h3>
|
||||
<font size=-1>
|
||||
<dd> Read this if you are considering using distributed computing
|
||||
for your a compute- or storage-intensive application.
|
||||
</font>
|
||||
=======
|
||||
|
||||
<h3>Participating in BOINC projects</h3>
|
||||
<font size=-1>
|
||||
|
@ -26,6 +45,7 @@ to projects that use BOINC.
|
|||
<dd> Read this if you are considering using distributed computing
|
||||
for your a compute- or storage-intensive application.
|
||||
</font>
|
||||
>>>>>>> 1.13
|
||||
<ul>
|
||||
<li><a href=parallelize.html>Is your application suitable?</a>
|
||||
<li><a href=files.html>Compute model: files and file references</a>
|
||||
|
@ -38,6 +58,15 @@ for your a compute- or storage-intensive application.
|
|||
<li><a href=file_access.html>Compute model: remote file access</a>
|
||||
<li><a href=validation.html>Accounting and result validation</a>
|
||||
<li><a href=back_end.html>Back end examples</a>
|
||||
<<<<<<< index.html
|
||||
|
||||
</ul>
|
||||
<h3>Developing a BOINC application</h3>
|
||||
<font size=-1>
|
||||
<dd> Read this to learn how to port an application to BOINC.
|
||||
</font>
|
||||
<ul>
|
||||
=======
|
||||
</ul>
|
||||
|
||||
<h3>Developing a BOINC application</h3>
|
||||
|
@ -45,6 +74,7 @@ for your a compute- or storage-intensive application.
|
|||
<dd> Read this to learn how to port an application to BOINC.
|
||||
</font>
|
||||
<ul>
|
||||
>>>>>>> 1.13
|
||||
<li><a href=api.html>The API</a>
|
||||
<li><a href=graphics.html>The graphics API</a>
|
||||
<li><a href=dev.html>Application development</a></ul>
|
||||
|
@ -54,6 +84,15 @@ for your a compute- or storage-intensive application.
|
|||
<dd> Read this to learn how to create a BOINC project.
|
||||
</font>
|
||||
<ul>
|
||||
<<<<<<< index.html
|
||||
<li><a href=project.html>Projects</a>
|
||||
<li> <a href="master_url.html">The master URL</a>
|
||||
<li> <a href=road_map.html>Road map of the BOINC software</a>
|
||||
<li> <a href="install.html">Installing a BOINC server</a>
|
||||
<li> <a href="project_startup.html">Project startup checklist</a>
|
||||
<li> <a href="sched_server.html">The BOINC scheduling server</a>
|
||||
<li> <a href="test.html">Test applications and scripts</a>
|
||||
=======
|
||||
<li><a href=project.html>Projects</a>
|
||||
<li> <a href="master_url.html">The master URL</a>
|
||||
<li> <a href=road_map.html>Road map of the BOINC software</a>
|
||||
|
@ -61,8 +100,21 @@ for your a compute- or storage-intensive application.
|
|||
<li> <a href="project_startup.html">Project startup checklist</a>
|
||||
<li> <a href="sched_server.html">The BOINC scheduling server</a>
|
||||
<li> <a href="test.html">Test applications and scripts</a>
|
||||
>>>>>>> 1.13
|
||||
</ul>
|
||||
|
||||
<<<<<<< index.html
|
||||
<h3>Developing and operating the back end of a BOINC project</h3>
|
||||
<font size=-1>
|
||||
<dd> Read this to learn how to feed work into a BOINC system,
|
||||
and collect the results.
|
||||
</font>
|
||||
<ul>
|
||||
<li> <a href="tools_security.html">Operational tools: security</a>
|
||||
<li> <a href="tools_other.html">Operational tools: applications and versions</a>
|
||||
<li> <a href="tools_work.html">Operational tools: work and results</a>
|
||||
<li> <a href="security.html">Security</a>
|
||||
=======
|
||||
<h3>Developing and operating the back end of a BOINC project</h3>
|
||||
<font size=-1>
|
||||
<dd> Read this to learn how to feed work into a BOINC system,
|
||||
|
@ -73,8 +125,31 @@ and collect the results.
|
|||
<li> <a href="tools_other.html">Operational tools: applications and versions</a>
|
||||
<li> <a href="tools_work.html">Operational tools: work and results</a>
|
||||
<li> <a href="security.html">Security</a>
|
||||
>>>>>>> 1.13
|
||||
</ul>
|
||||
|
||||
<<<<<<< index.html
|
||||
<h3>Implementation and debugging of BOINC</h3>
|
||||
<font size=-1>
|
||||
<dd> Read this to learn how to debug and enhance the BOINC software.
|
||||
</font>
|
||||
<ul>
|
||||
<li> <a href="database.html">The BOINC database</a>
|
||||
<li> <a href="client_files.html">Core Client: file structure</a>
|
||||
<li> <a href="client_fsm.html">Core Client: FSM structure</a>
|
||||
<li> <a href="client_data.html">Core Client: data structures</a>
|
||||
<li> <a href="client_logic.html">Core client: logic</a>
|
||||
<li> <a href="client_debug.html">Core client: debugging</a>
|
||||
<li> <a href="protocol.html">The BOINC client/server protocol</a>
|
||||
<li> <a href="sched_policy.html">Scheduling server: policy</a>
|
||||
<li> <a href="sched_impl.html">Scheduling server: implementation</a>
|
||||
<li> <a href="sched_debug.html">Scheduling server: debugging</a>
|
||||
<li> <a href="host_measure.html">Host measurements</a>
|
||||
<li> <a href="rpc_policy.html">Scheduler RPC timing and retry policies</a>
|
||||
<li> <a href="pers_file_xfer.html">Persistent file transfers</a>
|
||||
</ul>
|
||||
|
||||
=======
|
||||
<h3>Implementation and debugging of BOINC</h3>
|
||||
<font size=-1>
|
||||
<dd> Read this to learn how to debug and enhance the BOINC software.
|
||||
|
@ -95,6 +170,7 @@ and collect the results.
|
|||
<li> <a href="pers_file_xfer.html">Persistent file transfers</a>
|
||||
</ul>
|
||||
|
||||
>>>>>>> 1.13
|
||||
<a href="http://sourceforge.net"><img
|
||||
src="http://sourceforge.net/sflogo.php?group_id=52437&type=5"
|
||||
width="210" height="62" border="0" alt="SourceForge Logo"></a>
|
||||
|
|
Loading…
Reference in New Issue