mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=8849
This commit is contained in:
parent
9f9a477a84
commit
5ba9fa9344
|
@ -13686,3 +13686,9 @@ David 11 Nov 05
|
|||
lib/
|
||||
gui_rpc_client.h
|
||||
gui_rpc_client_ops.C
|
||||
|
||||
David 12 Nov 2005
|
||||
- typo fix
|
||||
|
||||
client/
|
||||
cs_statefile.C
|
||||
|
|
|
@ -384,7 +384,7 @@ int CLIENT_STATE::write_state(MIOFILE& f) {
|
|||
new_version_check_time
|
||||
);
|
||||
if (newer_version.size()) {
|
||||
f.printf("<newer_version>%s</newer_version>\n", newer_version.c_str);
|
||||
f.printf("<newer_version>%s</newer_version>\n", newer_version.c_str());
|
||||
}
|
||||
|
||||
proxy_info.write(f);
|
||||
|
|
|
@ -12,10 +12,8 @@ Click to subscribe or post to a list.
|
|||
list_start();
|
||||
list_item(
|
||||
"<a href=http://ssl.berkeley.edu/mailman/listinfo/boinc_projects>boinc_projects</a>",
|
||||
"For people operating BOINC projects.
|
||||
Use it to ask questions, report bugs, or request enhancements to
|
||||
the BOINC server software.
|
||||
Announcements of modifications and upgrades to BOINC will posted here.
|
||||
"An email list for people operating BOINC projects. Questions and problems involving BOINC server software. Announcements of upgrades and changes.
|
||||
Do NOT post questions about BOINC client software here.
|
||||
");
|
||||
list_item("<a href=http://ssl.berkeley.edu/mailman/listinfo/boinc_dev>boinc_dev</a>",
|
||||
"For people developing, debugging or porting the BOINC software.
|
||||
|
|
|
@ -73,8 +73,9 @@ language("Dutch", array(
|
|||
site("http://www.boinc.be", "www.boinc.be"),
|
||||
));
|
||||
language("English", array(
|
||||
site("http://www.setiusa.net/", "SETI.USA"),
|
||||
site("http://www.boinc-doc.net", "boinc-doc.net"),
|
||||
site("http://www.kazlev.karoo.net/", "TeamACC (Arthur C. Clarke fans)"),
|
||||
site("http://www.setiusa.net/", "SETI.USA"),
|
||||
site("http://www.boincsynergy.com/", "BOINC Synergy"),
|
||||
site("http://www.esea.dk/esea/boinc.asp", "Earth Space Exploration Agency"),
|
||||
site("http://boinc.mundayweb.com", "boinc.mundayweb.com - stats counters and more")
|
||||
|
|
|
@ -285,10 +285,6 @@ To select the <b>BOINC screensaver</b>:
|
|||
<li> <b>Mac OS X</b>: select System Preferences under the Apple menu and
|
||||
click on \"Screen Saver\".
|
||||
</ul>
|
||||
The BOINC screensaver draws graphics from a running application,
|
||||
if any is available.
|
||||
Otherwise it draws the BOINC logo bouncing around the screen (Windows) or
|
||||
displays a scrolling message (Mac OS X).
|
||||
";
|
||||
page_tail();
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue