mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5965
This commit is contained in:
parent
55d3b1c3b3
commit
1b4c76f6e4
22041
checkin_notes
22041
checkin_notes
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -52,6 +52,7 @@ show_name("Pietro Cicotti");
|
|||
show_name("Seth Cooper");
|
||||
show_name("Markku Degerholm");
|
||||
show_name("James Drews");
|
||||
show_name("Charlie Fenton");
|
||||
show_name("John Flynn III");
|
||||
show_name("Michael Gary");
|
||||
show_name("Gary Gibson");
|
||||
|
|
|
@ -23,6 +23,7 @@ BOINC's abstractions of data and computation.
|
|||
<li><a href=work_distribution.php>Work distribution</a>
|
||||
<li><a href=sched_locality.php>Locality scheduling</a>
|
||||
<li><a href=trickle.php>Trickle messages</a>
|
||||
<li><a href=int_upload.php>Intermediate upload</a>
|
||||
<!--
|
||||
<li><a href=batch.php>Batches</a>
|
||||
<li><a href=sequence.php>Handling long, large-footprint computations</a>
|
||||
|
|
|
@ -25,6 +25,7 @@ list_item_array(array(
|
|||
"Solaris 10 AMD64 (Opteron) and x86
|
||||
<br> GNU/Linux AMD64 (Opteron)
|
||||
<br> GNU/Linux PowerPC,
|
||||
<br> HPUX,
|
||||
<br> Mac OS X 10.3 on PowerPC 7450 and later",
|
||||
"BOINC core client, SETI@home"
|
||||
));
|
||||
|
|
|
@ -66,7 +66,8 @@ list_item("executable",
|
|||
execution."
|
||||
);
|
||||
list_item("upload_when_present",
|
||||
"If present, indicates that the file should be uploaded after it is created.
|
||||
"If present, indicates that the file should be uploaded
|
||||
when the application that generates it exits.
|
||||
");
|
||||
list_item("sticky",
|
||||
"If present, indicates that the file should be retained
|
||||
|
|
|
@ -106,6 +106,7 @@ language("Slovak", array(
|
|||
site("http://www.boinc.sk/", "www.boinc.sk")
|
||||
));
|
||||
language("Spanish", array(
|
||||
site("http://www.seti-argentina.com.ar", "BOINC Argentina"),
|
||||
site("http://boinc.blogspot.com", "Boinc y Astronomia")
|
||||
//site("http://boincspain.shyper.com/", "BOINC España</a>")
|
||||
));
|
||||
|
|
Loading…
Reference in New Issue