From 481d5dd45ba6292ee338b4f52a011cb5740aa5b5 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 21 Dec 2007 16:27:38 +0000 Subject: [PATCH] - compile fixes (remove comma after last element of enum) svn path=/trunk/boinc/; revision=14430 --- checkin_notes | 8 +++++++- doc/dg.php | 16 ++++++++-------- doc/poll_results.php | 4 +++- languages/translations/en.po | 2 +- lib/common_defs.h | 2 +- lib/prefs.h | 2 +- 6 files changed, 21 insertions(+), 13 deletions(-) diff --git a/checkin_notes b/checkin_notes index 8195ff7b26..40a16159f2 100644 --- a/checkin_notes +++ b/checkin_notes @@ -12397,4 +12397,10 @@ Charlie 19 Dec 07 buildjpeg.sh BuildMacBOINC.sh buildWxMac.sh - \ No newline at end of file + +David 21 Dec 2007 + - compile fixes (remove comma after last element of enum) + + lib/ + prefs.h + common_defs.h diff --git a/doc/dg.php b/doc/dg.php index e6ed4c9bf3..5812c3d91b 100644 --- a/doc/dg.php +++ b/doc/dg.php @@ -5,15 +5,15 @@ find_translation("dg.html"); require_once("docutil.php"); -page_head("Desktop grid computing with BOINC"); +page_head("Grid computing with BOINC"); echo " -

Desktop grid versus volunteer computing

+

Grid versus volunteer computing

-Desktop grid computing +Grid computing is a form of distributed computing in which an organization (such as a business) -uses its existing desktop PCs to handle its own +uses its existing computers to handle its own long-running computational tasks. This differs from volunteer computing in several ways:

-

BOINC as a desktop grid computing platform

+

BOINC as a grid computing platform

Although it was originally designed for volunteer computing, -BOINC works very well for desktop grid computing. -The steps in creating a desktop grid are: +BOINC works very well for grid computing. +The steps in creating a grid are: