*** empty log message ***

svn path=/trunk/boinc/; revision=8849
This commit is contained in:
David Anderson 2005-11-13 05:50:11 +00:00
parent 9f9a477a84
commit 5ba9fa9344
5 changed files with 11 additions and 10 deletions

View File

@ -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

View File

@ -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);

View File

@ -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.

View File

@ -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")

View File

@ -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();
?>