From 4709582a0c0a3fa95eef5c02f9c1f5ad7c91af4b Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Fri, 8 Aug 2003 17:59:10 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2037 --- doc/tools_other.html | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/doc/tools_other.html b/doc/tools_other.html index d0630449a1..1f7656400f 100644 --- a/doc/tools_other.html +++ b/doc/tools_other.html @@ -1,24 +1,24 @@ -Operational tools: applications and versions +Operational tools: applications and versions -

Operational tools: applications and versions

+

Operational tools: applications and versions

-BOINC provides a few tools for creating and operating projects: +BOINC provides a few tools for creating and operating projects:

Projects can create their own tools, either at a low level (e.g. directly accessing the BOINC DB from PHP or Perl scripts) or by using the BOINC DB C++ API (db/db.h). -

The Add utility program

+

The Add utility program

-The program add performs various types of initialization: +The program add performs various types of initialization:

add app -app_name name @@ -74,7 +74,15 @@ Create a preference set, and make it the default preferences for the given user.
-

Web Interfaces

+Common options: +
+
+ -db_name name +
+ -db_passwd password +
+ +

Web Interfaces

The file show_db.php in the operational web site directory -displays the contents of the BOINC DB. +displays the contents of the BOINC DB.