From 8f5dfd93979666e0f9dcf0fe5dd84770e3db135b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 6 Sep 2006 15:51:26 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11114 --- checkin_notes | 8 ++++++- client/time_stats.C | 10 ++++---- doc/index.php | 6 ++--- doc/web_rpc.php | 57 +++++++++++++++++++++++++++++++++++++++++++-- doc/white.css | 8 +++---- 5 files changed, 74 insertions(+), 15 deletions(-) diff --git a/checkin_notes b/checkin_notes index 88787e7f72..ba6f0127b8 100755 --- a/checkin_notes +++ b/checkin_notes @@ -9824,4 +9824,10 @@ Walt 5 Sept 2006 - compile fix for Linux unicode build clientgui/ - ViewProjects.cpp \ No newline at end of file + ViewProjects.cpp + +David 6 Sept 2006 + - compile warning fix + + client/ + time_stats.C diff --git a/client/time_stats.C b/client/time_stats.C index 61af27732f..82700e5f52 100644 --- a/client/time_stats.C +++ b/client/time_stats.C @@ -126,12 +126,12 @@ void TIME_STATS::update(bool is_active) { } } last_update = gstate.now; + if (log_flags.time_debug) { + msg_printf(0, MSG_INFO, "dt %f w2 %f on %f; active %f; conn %f", + dt, w2, on_frac, active_frac, connected_frac + ); + } } - if (log_flags.time_debug) { - msg_printf(0, MSG_INFO, "dt %f w2 %f on %f; active %f; conn %f", - dt, w2, on_frac, active_frac, connected_frac - ); - } } void TIME_STATS::update_cpu_efficiency(double cpu_wall_time, double cpu_time) { diff --git a/doc/index.php b/doc/index.php index 2cb6c947ee..a8ccd48382 100644 --- a/doc/index.php +++ b/doc/index.php @@ -62,7 +62,7 @@ function show_participate() { to cure diseases, study global warming, discover pulsars, and do many other types of scientific research. - It's easy: + It's safe, secure, and easy:
  1. Choose projects
  2. Download and run BOINC software @@ -92,8 +92,8 @@ function show_create() { A BOINC project with a single Linux server can provide computing power equivalent to a cluster with tens of thousands of CPUs. - Learn how to create - and operate a BOINC project. + Learn how to create + and operate a BOINC project. +

    Create account

    "; @@ -66,6 +85,7 @@ list_item( list_end(); echo " +

    Look up account

    "; list_start(); @@ -95,6 +115,7 @@ list_item( list_end(); echo " +

    Get account info

    "; @@ -132,6 +153,7 @@ or list_item("action", "returns data associated with the given account"); list_end(); echo " +

    Set account info

    "; list_start(); @@ -168,6 +190,7 @@ list_item("action", list_end(); echo " +

    Set host info

    "; list_start(); @@ -189,6 +212,7 @@ list_item("action", ); list_end(); echo " +

    Get account/host credit information

    "; list_start(); @@ -256,6 +280,7 @@ list_item("action", ); list_end(); echo " +

    Create team

    "; list_start(); @@ -289,7 +314,8 @@ list_item("action", ); list_end(); echo " -

    Look up teams

    + +

    Look up teams by name

    "; list_start(); list_item("URL", @@ -330,6 +356,31 @@ list_item("action", list_end(); echo " + +

    Look up team by ID

    +"; +list_start(); +list_item("URL", + "project/team_lookup.php?team_id=N" +); +list_item("input", + "Team ID" +); +list_item("output", + html_text(" + 5 + BOINC@AUSTRALIA + Australia + +") +); +list_item("action", + "Show info on team with the given ID." +); +list_end(); + +echo " +

    Get team member list

    "; list_start(); @@ -364,7 +415,9 @@ list_item('action', ); list_end(); -echo "

    Set forum preferences

    +echo " + +

    Set forum preferences

    "; list_start(); diff --git a/doc/white.css b/doc/white.css index 9f26e5cc6d..cb147de78d 100644 --- a/doc/white.css +++ b/doc/white.css @@ -14,23 +14,23 @@ code { a:link { color: blue; text-decoration: none; - font-weight: bold; +#font-weight: bold; } a:visited { color: blue; text-decoration: none; - font-weight: bold; +#font-weight: bold; } a:active { color: blue; - font-weight: bold; +#font-weight: bold; } a:hover { color: rgb(200,80,80); - font-weight: bold; +#font-weight: bold; } body , table , input , select {