diff --git a/checkin_notes b/checkin_notes index 7aea5cede5..1d632b9111 100755 --- a/checkin_notes +++ b/checkin_notes @@ -3745,3 +3745,10 @@ Rom 18 Apr 2007 boinccas.dll (Added) boinccas95.dll (Added) dbghelp95.dll (Added) + +David 18 Apr 2007 + - bug fixes for sample work generator + + sched/ + sched_config.C,h + sample_work_generator.C diff --git a/doc/boinc_dev.php b/doc/boinc_dev.php index 8667c14f52..debd9f4c6d 100644 --- a/doc/boinc_dev.php +++ b/doc/boinc_dev.php @@ -1,6 +1,6 @@ The BOINC testing framework

-BOINC is free software, distributed under the Lesser GNU Public License (LGPL). +BOINC is free software, distributed under the Lesser General Public License (LGPL). We need volunteers to help with software testing and development. If you have one or more of the relevant technical skills (C++ system programming, PHP/MySQL web development, diff --git a/doc/create_project.php b/doc/create_project.php index 70f26ba24f..7e4e4e6c2c 100644 --- a/doc/create_project.php +++ b/doc/create_project.php @@ -36,7 +36,7 @@ if ($book) { copyright(); echo "

"; } else { - page_head("Creating BOINC projects"); + page_head("Creating BOINC projects [deprecated - Wiki]"); echo " These pages are also available as one big HTML file diff --git a/doc/file_deleter.php b/doc/file_deleter.php index e3a42e1256..bbe884085d 100644 --- a/doc/file_deleter.php +++ b/doc/file_deleter.php @@ -1,6 +1,6 @@ file_deleter daemon. diff --git a/doc/index.php b/doc/index.php index 93bff3f99f..52d53b0d0c 100644 --- a/doc/index.php +++ b/doc/index.php @@ -85,7 +85,7 @@ 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 + Learn how to create and operate a BOINC project.