mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10676
This commit is contained in:
parent
9594f2c388
commit
dd093341ac
|
@ -7657,3 +7657,14 @@ Charlie 18 July 2006
|
|||
BOINCGUIApp.cpp
|
||||
mac_build/
|
||||
Make_BOINC_Service.sh
|
||||
|
||||
David 18 July 2006
|
||||
- admin web: removed links to update_*.php scripts.
|
||||
These should be run as periodic tasks.
|
||||
Also, they are intended to run as the admin user, not as Apache.
|
||||
|
||||
html/
|
||||
inc/
|
||||
stats_sites.inc
|
||||
ops/
|
||||
index.php
|
||||
|
|
|
@ -7,7 +7,7 @@ echo "
|
|||
A BOINC project includes of a set of daemons
|
||||
for generating and handling work.
|
||||
Each program should be listed as a
|
||||
<a href=project_daemon.php>daemon</a> in the
|
||||
<a href=project_daemons.php>daemon</a> in the
|
||||
<a href=configuration.php>config.xml</a> file.
|
||||
Most daemons have the command-line options:
|
||||
";
|
||||
|
|
|
@ -75,8 +75,9 @@ list_item_array(array(
|
|||
<a href=http://wiki.debian.org/BOINC#Installation>wiki.debian.org</a>",
|
||||
"Debian Linux on alpha, amd64, arm, hppa,
|
||||
i386, ia64, kfreebsd-i386, m68k, mips, mipsel, powerpc, s390 and sparc",
|
||||
"<a href=http://packages.debian.org/boinc-client>BOINC core client</a>
|
||||
and <a href=http://packages.debian.org/boinc-manager>BOINC manager</a>"
|
||||
"<a href=http://packages.debian.org/boinc-client>BOINC core client</a>,
|
||||
<a href=http://packages.debian.org/boinc-manager>BOINC manager</a>
|
||||
and <a href=http://packages.debian.org/boinc-app-seti>SETI@home</a>"
|
||||
));
|
||||
list_item_array(array(
|
||||
"<a href=http://calbe.dw70.de>Matthias Pilch</a>",
|
||||
|
|
|
@ -337,7 +337,7 @@ $mac_changes_54= "
|
|||
";
|
||||
|
||||
$linux_libs_fedora_558= "
|
||||
<li>Boinbcmgr no longer use statically linked libraries.
|
||||
<li>Boincmgr no longer use statically linked libraries.
|
||||
The following shared libraries are needed for boincmgr to run:
|
||||
<ul>
|
||||
<li>/lib/ld-linux.so.2
|
||||
|
@ -401,7 +401,7 @@ $linux_libs_fedora_558= "
|
|||
";
|
||||
|
||||
$linux_libs_suse_558= "
|
||||
<li>Boinbcmgr no longer use statically linked libraries.
|
||||
<li>Boincmgr no longer use statically linked libraries.
|
||||
The following shared libraries are needed for boincmgr to run:
|
||||
<ul>
|
||||
<li>/lib/ld-linux.so.2
|
||||
|
@ -450,7 +450,7 @@ $linux_libs_suse_558= "
|
|||
";
|
||||
|
||||
$linux_libs_ubuntu_558= "
|
||||
<li>Boinbcmgr no longer use statically linked libraries.
|
||||
<li>Boincmgr no longer use statically linked libraries.
|
||||
The following shared libraries are needed for boincmgr to run:
|
||||
<ul>
|
||||
<li>/lib/ld-linux.so.2
|
||||
|
|
|
@ -18,6 +18,11 @@ $cpid_stats_sites = array(
|
|||
);
|
||||
|
||||
$stats_sites = array(
|
||||
array(
|
||||
"http://stats.free-dc.org",
|
||||
"Free-DC",
|
||||
"Includes non-BOINC projects and completed projects."
|
||||
),
|
||||
array(
|
||||
"http://boinc.mundayweb.com/",
|
||||
"boinc.mundayweb.com",
|
||||
|
|
|
@ -30,17 +30,20 @@ echo "
|
|||
Maintain and Modify database:
|
||||
<ul>
|
||||
<li><a href=\"profile_screen_form.php\">Screen user profiles for User of the Day</a>
|
||||
<li><a href=\"forum_repair.php\">Forum repair</a>
|
||||
<li><a href=\"team_repair.php\">Team repair</a>
|
||||
<li><a href=\"repair_validator_problem.php\">Repair a validator problem</a>
|
||||
<li><a href=\"update_forum_activities.php\">Update forum activities</a>
|
||||
<li><a href=\"update_profile_pages.php\">Update profile pages</a> (Should run as cron-job)
|
||||
<li><a href=\"update_uotd.php\">Update user of the day</a> (Should run as cron-job)
|
||||
<li><a href=\"create_account_form.php\">Create account</a>
|
||||
<li><a href=\"cancel_wu_form.php\">Cancel workunits</a>
|
||||
<li><a href=\"manage_special_users.php\">Manage special users</a>
|
||||
<li><a href=\"problem_host.php\">Email user with misconfigured host</a>
|
||||
<li><a href=\"mass_email.php\">Send mass email to a selected set of users</a>
|
||||
<li> The following scripts should be run as periodic tasks,
|
||||
not via this web page
|
||||
(see http://boinc.berkeley.edu/project_tasks.php):
|
||||
update_forum_activities.php,
|
||||
update_profile_pages.php, update_uotd.php.
|
||||
<li> The following scripts can be run manually on the command line
|
||||
as needed (i.e. php script.php):
|
||||
forum_repair.php, team_repair.php, repair_validator_problem.php.
|
||||
|
||||
|
||||
</ul>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue