From 805c004eb2a39a8636372b558aaac784d56d5d13 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 15 May 2006 00:27:15 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10129 --- checkin_notes | 20 ++++ client/client_state.C | 2 - client/client_state.h | 2 - client/file_names.h | 2 - doc/boinc_dev.php | 15 ++- doc/boinc_news.inc | 22 +++- doc/example.php | 2 +- doc/index.php | 142 +++++++++++++++++++------ doc/links.php | 3 + doc/project_config.php | 6 +- doc/sched.php | 57 +++++----- doc/versions.inc | 40 ++++--- doc/web_rpc.php | 6 ++ doc/win_deploy.php | 217 ++++++++++++++++++++++++++++++++++++++ html/inc/news.inc | 2 +- html/inc/stats_sites.inc | 3 + lib/Makefile.am | 1 - lib/language.C | 92 ---------------- lib/language.h | 43 -------- py/Boinc/setup_project.py | 3 + test/uc_result | 2 +- tools/create_work_example | 12 +++ 22 files changed, 464 insertions(+), 230 deletions(-) create mode 100644 doc/win_deploy.php delete mode 100755 lib/language.C delete mode 100755 lib/language.h create mode 100644 tools/create_work_example diff --git a/checkin_notes b/checkin_notes index a575fabff8..79fc2e0388 100755 --- a/checkin_notes +++ b/checkin_notes @@ -4639,3 +4639,23 @@ Rom 10 May 2006 lib/ boinc_win.h diagnostics_win.C + +David 15 May 2006 + - make_project: copy example templates to templates/ + - removed lib/language* (not used) + + client/ + client_state.C,h + file_names.h + html/inc/ + news.inc + stats_sites.inc + lib/ + language.C,h (removed) + Makefile.am + py/Boinc/ + setup_project.py + test/ + uc_result + tools/ + create_work_example diff --git a/client/client_state.C b/client/client_state.C index 2486af3c08..bd07f58701 100644 --- a/client/client_state.C +++ b/client/client_state.C @@ -182,8 +182,6 @@ int CLIENT_STATE::init() { now = dtime(); scheduler_op->url_random = drand(); - language.read_language_file(LANGUAGE_FILE_NAME); - const char* debug_str=""; #ifdef _DEBUG debug_str = " (DEBUG)"; diff --git a/client/client_state.h b/client/client_state.h index e168a4a647..6087b92f1e 100644 --- a/client/client_state.h +++ b/client/client_state.h @@ -36,7 +36,6 @@ using std::vector; #include "gui_rpc_server.h" #include "gui_http.h" #include "hostinfo.h" -#include "language.h" #include "miofile.h" #include "net_stats.h" #include "pers_file_xfer.h" @@ -95,7 +94,6 @@ public: NET_STATS net_stats; SS_LOGIC ss_logic; GUI_RPC_CONN_SET gui_rpcs; - LANGUAGE language; TIME_STATS time_stats; PROXY_INFO proxy_info; GUI_HTTP gui_http; diff --git a/client/file_names.h b/client/file_names.h index 08f3df7221..975847e78e 100644 --- a/client/file_names.h +++ b/client/file_names.h @@ -65,8 +65,6 @@ extern void get_master_filename(PROJECT&, char*); #define STDOUT_FILE_NAME "stdout.txt" #define CPU_BENCHMARKS_FILE_NAME "cpu_benchmarks" #define LOCK_FILE_NAME "lockfile" -#define LANGUAGE_FILE_NAME "language.ini" -#define LIST_STATE_FILE_NAME "list.ini" #define APP_INFO_FILE_NAME "app_info.xml" #define REMOTEHOST_FILE_NAME "remote_hosts.cfg" #define ACCT_MGR_REQUEST_FILENAME "acct_mgr_request.xml" diff --git a/doc/boinc_dev.php b/doc/boinc_dev.php index 6515155f56..a1bafc8121 100644 --- a/doc/boinc_dev.php +++ b/doc/boinc_dev.php @@ -40,21 +40,20 @@ The following medium-to-large development projects are available: