From 3f852c0faa4ee574f37caea1087a0f9355b43966 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 15 Aug 2017 14:59:55 -0700 Subject: [PATCH] BOINC web: email_lists.php is obsolete; wiki page used instead --- doc/email_lists.php | 69 +-------------------------------------------- doc/help_lang.php | 2 +- 2 files changed, 2 insertions(+), 69 deletions(-) diff --git a/doc/email_lists.php b/doc/email_lists.php index ac195c0efb..ef96b044f2 100644 --- a/doc/email_lists.php +++ b/doc/email_lists.php @@ -1,70 +1,3 @@ - -Note: - -These email lists do not provide tech support -for SETI@home or other BOINC projects. -Help for SETI@home is available on the -SETI@home message boards -and help for BOINC is available here. - - -"; -list_start(); -//list_item( -// "boinc_announce", -// "Announcements of new versions of BOINC client software." -//); -list_item( - "boinc_projects", - "For people developing and operating BOINC projects. - Questions and problems involving BOINC API and server software. - Announcements of upgrades and changes. -"); -list_item("boinc_dev", - "For people developing, debugging or porting the BOINC software - (client, server, and Web). - Do NOT post questions about how to use the software. -"); -list_item("boinc_loc", - "For people doing non-English translations - of the BOINC GUI or web interfaces. -"); -list_item( - "boinc_stats", - "For people developing web sites showing statistics for BOINC projects." -); -list_item("boinc_cvs", - "Summaries of changes to the BOINC source code are posted to this list. - No other posts, please." -); -list_item("boinc_opt", - "For people porting and optimizing BOINC applications." -); -list_item("boinc_helpers", - "For BOINC Help Volunteers, - to discuss policies and user problems." -); -list_item("BOINC team founders (Google group)", - "Discussion of team-related issues." -); -list_end(); - -page_tail(); - +Header("Location: https://boinc.berkeley.edu/trac/wiki/EmailLists"); ?> diff --git a/doc/help_lang.php b/doc/help_lang.php index cae3062768..c1be0b9a2b 100644 --- a/doc/help_lang.php +++ b/doc/help_lang.php @@ -110,7 +110,7 @@ function show_vols($vols) {

If you're setting up a BOINC project, this is not the place to get help. Instead, try the - boinc_projects + boinc_projects email list. "; start_table("table-striped");