From 71831ee639cc0ca33a9a636fbfe823b73b57c2de Mon Sep 17 00:00:00 2001 From: funkydude Date: Tue, 8 Mar 2016 20:04:28 +0000 Subject: [PATCH] Expand usage of HTTPS and fix a few URLs --- README.md | 8 +- clientgui/DlgAbout.cpp | 2 +- clientgui/ProjectInfoPage.cpp | 2 +- clientgui/SkinManager.cpp | 4 +- .../templates/skins/Resource Information.txt | 4 +- clientgui/skins/Charity Engine/skin.xml | 4 +- clientgui/skins/GridRepublic/skin.xml | 4 +- .../People for a Smarter Planet/skin.xml | 4 +- clientgui/skins/World Community Grid/skin.xml | 4 +- doc/addon_item.php | 2 +- doc/dg.php | 2 +- doc/docutil.php | 6 +- doc/download_all.php | 2 +- doc/email_lists.php | 4 +- doc/help.php | 4 +- doc/help_lang.php | 2 +- doc/index.php | 12 +-- doc/links.php | 14 ++-- doc/logo.php | 4 +- doc/manager_links.php | 80 +++++++++---------- doc/manpages/boinc.xml | 2 +- doc/manpages/boinccmd.xml | 2 +- doc/manpages/boincmgr.xml | 2 +- doc/menubar.php | 2 +- doc/project_list.php | 4 +- doc/projects.inc | 2 +- doc/projects.php | 2 +- doc/test.php | 2 +- doc/ui.txt | 2 +- doc/versions.inc | 4 +- doc/volunteer.php | 2 +- .../boinc_standard.features.menu_links.inc | 6 +- html/inc/email.inc | 2 +- html/inc/team.inc | 2 +- html/ops/index.php | 2 +- html/ops/job_times.php | 2 +- html/ops/manage_apps.php | 6 +- html/project.sample/project.inc | 2 +- html/user/bbcode.php | 2 +- html/user/cert_all.php | 2 +- html/user/download_network.php | 6 +- html/user/edit_forum_preferences_form.php | 2 +- html/user/forum_help_desk.php | 2 +- html/user/forum_search_action.php | 2 +- html/user/home.php | 2 +- html/user/sample_index.php | 6 +- html/user/submit_example.php | 2 +- html/user/submit_rpc_handler.php | 4 +- html/user/team_manage.php | 4 +- html/user/translate.php | 4 +- mac_installer/CharityEngine/acct_mgr_url.xml | 4 +- mac_installer/Progress/acct_mgr_url.xml | 4 +- samples/vboxwrapper/vboxwrapper.cpp | 2 +- samples/vm_wrapper/VMwrapper.py | 2 +- samples/wrapper/wrapper.cpp | 2 +- sched/assimilator.cpp | 4 +- sched/db_dump.cpp | 4 +- sched/makefile_validator_test | 2 +- sched/plan_class_spec.cpp | 2 +- sched/plan_class_spec.h | 2 +- tools/update_versions | 4 +- tools/update_versions_v6 | 2 +- .../redist/CharityEngine/acct_mgr_url.xml | 4 +- .../redist/CharityEngine/cc_config.xml | 4 +- .../redist/GridRepublic/GridRepublic.url | 2 +- .../redist/GridRepublic/acct_mgr_url.xml | 2 +- .../redist/Progress/acct_mgr_url.xml | 4 +- .../installerv2/redist/Progress/cc_config.xml | 4 +- .../installerv2/redist/all_projects_list.xml | 70 ++++++++-------- 69 files changed, 189 insertions(+), 189 deletions(-) diff --git a/README.md b/README.md index f40230e531..9699a2e945 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,16 @@ # BOINC -Project Website: http://boinc.berkeley.edu +Project Website: https://boinc.berkeley.edu ## Want to create a project -See: http://boinc.berkeley.edu/trac/wiki +See: https://boinc.berkeley.edu/trac/wiki ## Want to help translate -See: http://boinc.berkeley.edu/trac/wiki/TranslateIntro +See: https://boinc.berkeley.edu/trac/wiki/TranslateIntro ## Want to contribute -See: http://boinc.berkeley.edu/trac/wiki/SoftwareDevelopment +See: https://boinc.berkeley.edu/trac/wiki/SoftwareDevelopment ### Note diff --git a/clientgui/DlgAbout.cpp b/clientgui/DlgAbout.cpp index a573dfd016..40aa39f43d 100644 --- a/clientgui/DlgAbout.cpp +++ b/clientgui/DlgAbout.cpp @@ -204,7 +204,7 @@ void CDlgAbout::CreateControls() { itemBoxSizer3->Add(itemStaticText15, 0, wxALIGN_CENTER|wxALL, 5); m_AboutBOINCURLCtrl = new wxHyperlinkCtrl; - m_AboutBOINCURLCtrl->Create( itemDialog1, ID_ABOUTBOINCLINK, wxT("http://boinc.berkeley.edu/"), wxT("http://boinc.berkeley.edu/"), wxDefaultPosition, wxDefaultSize, wxNO_BORDER | wxHL_ALIGN_CENTRE | wxHL_CONTEXTMENU ); + m_AboutBOINCURLCtrl->Create( itemDialog1, ID_ABOUTBOINCLINK, wxT("https://boinc.berkeley.edu/"), wxT("https://boinc.berkeley.edu/"), wxDefaultPosition, wxDefaultSize, wxNO_BORDER | wxHL_ALIGN_CENTRE | wxHL_CONTEXTMENU ); itemBoxSizer3->Add(m_AboutBOINCURLCtrl, 0, wxALIGN_CENTER|wxALL, 0); wxStaticLine* itemStaticLine15 = new wxStaticLine; diff --git a/clientgui/ProjectInfoPage.cpp b/clientgui/ProjectInfoPage.cpp index 115a6ad06b..08c534db36 100644 --- a/clientgui/ProjectInfoPage.cpp +++ b/clientgui/ProjectInfoPage.cpp @@ -304,7 +304,7 @@ void CProjectInfoPage::CreateControls() m_pProjectDetailsURLStaticCtrl = new wxStaticText( itemWizardPage23, wxID_STATIC, _("Web site:"), wxDefaultPosition, wxDefaultSize, 0 ); itemFlexGridSizer20->Add(m_pProjectDetailsURLStaticCtrl, 0, wxALIGN_LEFT|wxRIGHT|wxBOTTOM, 2); - m_pProjectDetailsURLCtrl = new wxHyperlinkCtrl( itemWizardPage23, wxID_STATIC, wxT("BOINC"), wxT("http://boinc.berkeley.edu/"), wxDefaultPosition, wxDefaultSize, wxNO_BORDER|wxHL_CONTEXTMENU|wxHL_ALIGN_LEFT); + m_pProjectDetailsURLCtrl = new wxHyperlinkCtrl( itemWizardPage23, wxID_STATIC, wxT("BOINC"), wxT("https://boinc.berkeley.edu/"), wxDefaultPosition, wxDefaultSize, wxNO_BORDER|wxHL_CONTEXTMENU|wxHL_ALIGN_LEFT); itemFlexGridSizer20->Add(m_pProjectDetailsURLCtrl, 0, wxALIGN_LEFT|wxLEFT|wxRIGHT|wxBOTTOM, 5); wxFlexGridSizer* itemFlexGridSizer24 = new wxFlexGridSizer(2, 1, 0, 0); diff --git a/clientgui/SkinManager.cpp b/clientgui/SkinManager.cpp index 3a9a027e34..e75e45a588 100644 --- a/clientgui/SkinManager.cpp +++ b/clientgui/SkinManager.cpp @@ -667,14 +667,14 @@ bool CSkinAdvanced::InitializeDelayedValidation() { if (show_error_msgs) { fprintf(stderr, "Skin Manager: Organization web site was not defined. Using default.\n"); } - m_strOrganizationWebsite = wxT("http://boinc.berkeley.edu"); + m_strOrganizationWebsite = wxT("https://boinc.berkeley.edu"); wxASSERT(!m_strOrganizationWebsite.IsEmpty()); } if (m_strOrganizationHelpUrl.IsEmpty()) { if (show_error_msgs) { fprintf(stderr, "Skin Manager: Organization help url was not defined. Using default.\n"); } - m_strOrganizationHelpUrl = wxT("http://boinc.berkeley.edu/manager_links.php"); + m_strOrganizationHelpUrl = wxT("https://boinc.berkeley.edu/manager_links.php"); wxASSERT(!m_strOrganizationHelpUrl.IsEmpty()); } if (!m_bDefaultTabSpecified) { diff --git a/clientgui/res/templates/skins/Resource Information.txt b/clientgui/res/templates/skins/Resource Information.txt index 96beb2409a..b2a6cd94cc 100644 --- a/clientgui/res/templates/skins/Resource Information.txt +++ b/clientgui/res/templates/skins/Resource Information.txt @@ -1,8 +1,8 @@ Boinc Logo: -http://boinc.berkeley.edu/logo.php +https://boinc.berkeley.edu/logo.php Background (used with permission by Funerium): -http://funerium.deviantart.com/art/Moment-in-space-XCVI-103416759?q=gallery%3Afunerium%2F230361&qo=100 +https://funerium.deviantart.com/art/Moment-in-space-XCVI-103416759?q=gallery%3Afunerium%2F230361&qo=100 Background changes and Icons: Jacob Klein \ No newline at end of file diff --git a/clientgui/skins/Charity Engine/skin.xml b/clientgui/skins/Charity Engine/skin.xml index f9c594172a..f4b9bd28e0 100644 --- a/clientgui/skins/Charity Engine/skin.xml +++ b/clientgui/skins/Charity Engine/skin.xml @@ -83,8 +83,8 @@ 1 Charity Engine - http://www.charityengine.com - http://www.charityengine.com/manager_menu.php + https://www.charityengine.com + https://www.charityengine.com/manager_menu.php diff --git a/clientgui/skins/GridRepublic/skin.xml b/clientgui/skins/GridRepublic/skin.xml index 9fde89a747..2c6b9f046a 100644 --- a/clientgui/skins/GridRepublic/skin.xml +++ b/clientgui/skins/GridRepublic/skin.xml @@ -83,8 +83,8 @@ 1 GridRepublic - http://www.gridrepublic.org - http://www.gridrepublic.org/manager_menu.php + https://www.gridrepublic.org + https://www.gridrepublic.org/manager_menu.php diff --git a/clientgui/skins/People for a Smarter Planet/skin.xml b/clientgui/skins/People for a Smarter Planet/skin.xml index 7618d3ee24..41cbda40d8 100644 --- a/clientgui/skins/People for a Smarter Planet/skin.xml +++ b/clientgui/skins/People for a Smarter Planet/skin.xml @@ -239,8 +239,8 @@ World Community Grid - http://www.worldcommunitygrid.org - http://www.worldcommunitygrid.org/boinc.do + https://www.worldcommunitygrid.org + https://www.worldcommunitygrid.org/boinc.do World Community Grid diff --git a/clientgui/skins/World Community Grid/skin.xml b/clientgui/skins/World Community Grid/skin.xml index 93d0ad5ae5..2d4234df01 100644 --- a/clientgui/skins/World Community Grid/skin.xml +++ b/clientgui/skins/World Community Grid/skin.xml @@ -30,8 +30,8 @@ World Community Grid - BOINC Manager World Community Grid World Community Grid - http://www.worldcommunitygrid.org - http://www.worldcommunitygrid.org/boinc.do + https://www.worldcommunitygrid.org + https://www.worldcommunitygrid.org/boinc.do diff --git a/doc/addon_item.php b/doc/addon_item.php index 92f7d1dc5f..97393311df 100644 --- a/doc/addon_item.php +++ b/doc/addon_item.php @@ -12,7 +12,7 @@ function show_item($y) { if (strstr($file, 'http://')) { $url = $file; } else { - $url = "http://boinc.berkeley.edu/addons/$file"; + $url = "https://boinc.berkeley.edu/addons/$file"; } page_head($y[1]); diff --git a/doc/dg.php b/doc/dg.php index c1d7426a8b..6f8285f49e 100644 --- a/doc/dg.php +++ b/doc/dg.php @@ -3,6 +3,6 @@ require_once("../html/inc/page_translate.inc"); find_translation("dg.html"); -Header("Location: http://boinc.berkeley.edu/trac/wiki/DesktopGrid"); +Header("Location: https://boinc.berkeley.edu/trac/wiki/DesktopGrid"); ?> diff --git a/doc/docutil.php b/doc/docutil.php index 3acd83ef6c..87db30df20 100644 --- a/doc/docutil.php +++ b/doc/docutil.php @@ -13,9 +13,9 @@ if (0) { function search_form() { echo " -
- - + + + diff --git a/doc/download_all.php b/doc/download_all.php index d4c081d1a5..bfe7e4fa87 100644 --- a/doc/download_all.php +++ b/doc/download_all.php @@ -38,7 +38,7 @@ function version_url($file) { global $url_base; return $url_base.$file; // if (is_dev($v)) { -// return "http://boinc.berkeley.edu/dl/$file"; +// return "https://boinc.berkeley.edu/dl/$file"; // } else { // return $url_base.$file; // } diff --git a/doc/email_lists.php b/doc/email_lists.php index 861698c1af..ac195c0efb 100644 --- a/doc/email_lists.php +++ b/doc/email_lists.php @@ -20,7 +20,7 @@ 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 +SETI@home message boards and help for BOINC is available here. @@ -60,7 +60,7 @@ list_item(" "For BOINC Help Volunteers, to discuss policies and user problems." ); -list_item("BOINC team founders (Google group)", +list_item("BOINC team founders (Google group)", "Discussion of team-related issues." ); list_end(); diff --git a/doc/help.php b/doc/help.php index 3422432b7c..d948135a6b 100644 --- a/doc/help.php +++ b/doc/help.php @@ -17,9 +17,9 @@ echo "
  • ".tra(" by voice, using %1Skype%2, a free Internet-based telephone system. If you don't already have Skype, you can %3download and install it now%4. When you're finished, return to this page.", - "", + "", "", - "", + "", "" )."
  • ".tra("using Skype chat")." diff --git a/doc/help_lang.php b/doc/help_lang.php index f386ba3aff..e31da2d416 100644 --- a/doc/help_lang.php +++ b/doc/help_lang.php @@ -106,7 +106,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. "; list_start("border=0"); diff --git a/doc/index.php b/doc/index.php index c2a21089a9..e6d940a858 100644 --- a/doc/index.php +++ b/doc/index.php @@ -3,12 +3,12 @@ define("MYSQLI", false); $host = $_SERVER["SERVER_NAME"]; if ($host == "bossa.berkeley.edu") { - Header("Location: http://boinc.berkeley.edu/trac/wiki/BossaIntro"); + Header("Location: https://boinc.berkeley.edu/trac/wiki/BossaIntro"); exit(); } if ($host == "bolt.berkeley.edu") { - Header("Location: http://boinc.berkeley.edu/trac/wiki/BoltIntro"); + Header("Location: https://boinc.berkeley.edu/trac/wiki/BoltIntro"); exit(); } @@ -39,7 +39,7 @@ function show_totals() { $fn = "boinc_state.xml"; if (!file_exists($fn) || filemtime($fn) < time()-86400) { $uid = time(); - $x = file_get_contents("http://boincstats.com/en/xml/boincState?uid=$uid"); + $x = file_get_contents("https://boincstats.com/en/xml/boincState?uid=$uid"); if ($x) { $f = fopen($fn, "w"); fwrite($f, $x); @@ -82,8 +82,8 @@ function show_news_items() { function show_participate() { echo " - - + +

    " // "Volunteer" is used as a verb @@ -110,7 +110,7 @@ function show_participate() { tra("Or, if you run several projects, try an %saccount manager%s such as %sGridRepublic%s or %sBAM!%s. "), "", "", - "", + "", "", "", "" diff --git a/doc/links.php b/doc/links.php index f5c1bed2df..fcdd30eb2b 100644 --- a/doc/links.php +++ b/doc/links.php @@ -44,7 +44,7 @@ $info_sites = array( "(survey of volunteer computing, including non-BOINC projects)" ), array( - "http://www.rechenkraft.net/wiki/", + "https://www.rechenkraft.net/wiki/", "Rechenkraft.net wiki", "(German, English, Portuguese)" ), @@ -98,8 +98,8 @@ function show_social_media() { //array("http://www.myboinc.com/", "BOINC Users of the Day"), //array("http://groups.myspace.com/BOINConMYSPACE", "BOINC on MySpace"), //array("http://www.boincuk.com/repository.php", "bunc", "(excellent newsletter produced by BOINC UK)"), - array("http://www.linkedin.com/groups?gid=678497", "BOINC group on LinkedIn"), - array("http://www.facebook.com/#!/pages/BOINC/109465765746025?ref=ts", "BOINC on Facebook"), + array("https://www.linkedin.com/groups/678497/profile", "BOINC group on LinkedIn"), + array("https://www.facebook.com/pages/Berkeley-Open-Infrastructure-for-Network-Computing/111781192172429", "BOINC on Facebook"), ); echo "
      "; foreach ($misc_sites as $m) { @@ -148,7 +148,7 @@ echo " The following web sites show statistics for one or more BOINC projects. These sites use XML-format data exported by BOINC projects, as described -here. +here. If you're interested in running your own site or participating in the development efforts, please contact the people listed below. @@ -191,7 +191,7 @@ echo " 'Powered by BOINC' image:

      - +

      -(always link this to http://boinc.berkeley.edu) +(always link this to https://boinc.berkeley.edu)

      Monochrome/black:

      diff --git a/doc/manager_links.php b/doc/manager_links.php index f49c0491ba..e640d43c6b 100644 --- a/doc/manager_links.php +++ b/doc/manager_links.php @@ -25,112 +25,112 @@ if (isset($_GET['controlid'])) $controlid = $_GET['controlid']; if ($target == "notice") { if ($controlid == 'download') { - header('Location: http://boinc.berkeley.edu/wiki/Release_Notes'); + header('Location: https://boinc.berkeley.edu/wiki/Release_Notes'); } else if ($controlid == 'statefile') { - header('Location: http://boinc.berkeley.edu/wiki/BOINC_Help'); + header('Location: https://boinc.berkeley.edu/wiki/BOINC_Help'); } else if ($controlid == 'proxy_env') { - header('Location: http://boinc.berkeley.edu/wiki/Client_configuration#Environment_variables'); + header('Location: https://boinc.berkeley.edu/wiki/Client_configuration#Environment_variables'); } else if ($controlid == 'app_info') { - header('Location: http://boinc.berkeley.edu/wiki/Anonymous_platform'); + header('Location: https://boinc.berkeley.edu/wiki/Anonymous_platform'); } else if ($controlid == 'remote_hosts') { - header('Location: http://boinc.berkeley.edu/wiki/Controlling_BOINC_remotely'); + header('Location: https://boinc.berkeley.edu/wiki/Controlling_BOINC_remotely'); } else if ($controlid == 'log_flags') { - header('Location: http://boinc.berkeley.edu/wiki/Client_configuration#Logging_flags'); + header('Location: https://boinc.berkeley.edu/wiki/Client_configuration#Logging_flags'); } else if ($controlid == 'config') { - header('Location: http://boinc.berkeley.edu/wiki/Client_configuration#Configuration_file'); + header('Location: https://boinc.berkeley.edu/wiki/Client_configuration#Configuration_file'); } else { - header('Location: http://boinc.berkeley.edu/wiki/BOINC_Help'); + header('Location: https://boinc.berkeley.edu/wiki/BOINC_Help'); } } else if ($target == "advanced_preferences") { - header('Location: http://boinc.berkeley.edu/wiki/Local_preferences#Advanced_view'); + header('Location: https://boinc.berkeley.edu/wiki/Local_preferences#Advanced_view'); } else if ($target == "simple_preferences") { - header('Location: http://boinc.berkeley.edu/wiki/Local_preferences#Simple_view'); + header('Location: https://boinc.berkeley.edu/wiki/Local_preferences#Simple_view'); } else if (($target == "advanced") && version_compare($version, "5.10.0", ">=") && version_compare($version, "6.12.0", "<")) { if ($controlid == "6024") { - header('Location: http://boinc.berkeley.edu'); + header('Location: https://boinc.berkeley.edu'); } else if ($controlid == "6025") { - header('Location: http://boinc.berkeley.edu/wiki/Advanced_view_6_10'); + header('Location: https://boinc.berkeley.edu/wiki/Advanced_view_6_10'); } else if ($controlid == "6035") { - header('Location: http://boinc.berkeley.edu/wiki/BOINC_Help'); + header('Location: https://boinc.berkeley.edu/wiki/BOINC_Help'); } else { - header('Location: http://boinc.berkeley.edu/wiki/Advanced_view_6_10'); + header('Location: https://boinc.berkeley.edu/wiki/Advanced_view_6_10'); } } else if (($target == "simple") && version_compare($version, "5.10.0", ">=") && version_compare($version, "6.12.0", "<")) { if ($controlid == "6024") { - header('Location: http://boinc.berkeley.edu'); + header('Location: https://boinc.berkeley.edu'); } else if ($controlid == "6025") { - header('Location: http://boinc.berkeley.edu/wiki/Simple_view'); + header('Location: https://boinc.berkeley.edu/wiki/Simple_view'); } else if ($controlid == "6035") { - header('Location: http://boinc.berkeley.edu/wiki/BOINC_Help'); + header('Location: https://boinc.berkeley.edu/wiki/BOINC_Help'); } else { - header('Location: http://boinc.berkeley.edu/wiki/BOINC_Help'); + header('Location: https://boinc.berkeley.edu/wiki/BOINC_Help'); } } else if (($target == "advanced") && version_compare($version, "6.12.0", ">=") && version_compare($version, "7.0.0", "<")) { if ($controlid == "6024") { - header('Location: http://boinc.berkeley.edu'); + header('Location: https://boinc.berkeley.edu'); } else if ($controlid == "6025") { - header('Location: http://boinc.berkeley.edu/wiki/Advanced_view_6_12'); + header('Location: https://boinc.berkeley.edu/wiki/Advanced_view_6_12'); } else if ($controlid == "6035") { - header('Location: http://boinc.berkeley.edu/wiki/BOINC_Help'); + header('Location: https://boinc.berkeley.edu/wiki/BOINC_Help'); } else { - header('Location: http://boinc.berkeley.edu/wiki/Advanced_view_6_12'); + header('Location: https://boinc.berkeley.edu/wiki/Advanced_view_6_12'); } } else if (($target == "simple") && version_compare($version, "6.12.0", ">=") && version_compare($version, "7.0.0", "<")) { if ($controlid == "6024") { - header('Location: http://boinc.berkeley.edu'); + header('Location: https://boinc.berkeley.edu'); } else if ($controlid == "6025") { - header('Location: http://boinc.berkeley.edu/wiki/Simple_view_6_12'); + header('Location: https://boinc.berkeley.edu/wiki/Simple_view_6_12'); } else if ($controlid == "6035") { - header('Location: http://boinc.berkeley.edu/wiki/BOINC_Help'); + header('Location: https://boinc.berkeley.edu/wiki/BOINC_Help'); } else { - header('Location: http://boinc.berkeley.edu/wiki/BOINC_Help'); + header('Location: https://boinc.berkeley.edu/wiki/BOINC_Help'); } } else if (($target == "simple") && version_compare($version, "7.2.0", ">=") && version_compare($version, "7.4.0", "<")) { if ($controlid == "6024") { - header('Location: http://boinc.berkeley.edu'); + header('Location: https://boinc.berkeley.edu'); } else if ($controlid == "6025") { - header('Location: http://boinc.berkeley.edu/wiki/Simple_view'); + header('Location: https://boinc.berkeley.edu/wiki/Simple_view'); } else if ($controlid == "6035") { - header('Location: http://boinc.berkeley.edu/wiki/BOINC_Help'); + header('Location: https://boinc.berkeley.edu/wiki/BOINC_Help'); } else { - header('Location: http://boinc.berkeley.edu/wiki/BOINC_Help'); + header('Location: https://boinc.berkeley.edu/wiki/BOINC_Help'); } } else { if ($target == "advanced") { if ($controlid == "6024") { - header('Location: http://boinc.berkeley.edu'); + header('Location: https://boinc.berkeley.edu'); } else if ($controlid == "6025") { - header('Location: http://boinc.berkeley.edu/wiki/Advanced_view'); + header('Location: https://boinc.berkeley.edu/wiki/Advanced_view'); } else if ($controlid == "6035") { - header('Location: http://boinc.berkeley.edu/wiki/BOINC_Help'); + header('Location: https://boinc.berkeley.edu/wiki/BOINC_Help'); } else { - header('Location: http://boinc.berkeley.edu/wiki/Advanced_view'); + header('Location: https://boinc.berkeley.edu/wiki/Advanced_view'); } } else if ($target == "simple") { if ($controlid == "6024") { // "Show info about BOINC" item on Mac simple-view menu // - header('Location: http://boinc.berkeley.edu'); + header('Location: https://boinc.berkeley.edu'); } else if ($controlid == "6025") { // "Show info about BOINC manager" item on Mac simple-view menu // - header('Location: http://boinc.berkeley.edu/wiki/Simple_view'); + header('Location: https://boinc.berkeley.edu/wiki/Simple_view'); } else if ($controlid == "6035") { // "Show info about BOINC and BOINC Manager" // item on Mac simple-view menu ?? do we need this item? // - header('Location: http://boinc.berkeley.edu/wiki/BOINC_Help'); + header('Location: https://boinc.berkeley.edu/wiki/BOINC_Help'); } else if ($controlid >= "6400" && $controlid <= "6499") { // Any control that has focus in the simple view // - header('Location: http://boinc.berkeley.edu/wiki/Simple_view'); + header('Location: https://boinc.berkeley.edu/wiki/Simple_view'); } else { // the question-mark button // - header('Location: http://boinc.berkeley.edu/wiki/BOINC_Help'); + header('Location: https://boinc.berkeley.edu/wiki/BOINC_Help'); } } else { - header('Location: http://boinc.berkeley.edu/wiki/BOINC_Help'); + header('Location: https://boinc.berkeley.edu/wiki/BOINC_Help'); } } diff --git a/doc/manpages/boinc.xml b/doc/manpages/boinc.xml index b2a5d89f01..4467816035 100644 --- a/doc/manpages/boinc.xml +++ b/doc/manpages/boinc.xml @@ -424,7 +424,7 @@ &man_boinccmd;, &man_boincmgr; + url="https://boinc.berkeley.edu/wiki/Client_configuration#Command-line_options"/> diff --git a/doc/manpages/boinccmd.xml b/doc/manpages/boinccmd.xml index 42adaaf12d..eb5a8547b6 100644 --- a/doc/manpages/boinccmd.xml +++ b/doc/manpages/boinccmd.xml @@ -588,7 +588,7 @@ SEE ALSO &man_boinc;, &man_boincmgr; - + diff --git a/doc/manpages/boincmgr.xml b/doc/manpages/boincmgr.xml index dd54e36acf..a0786edca4 100644 --- a/doc/manpages/boincmgr.xml +++ b/doc/manpages/boincmgr.xml @@ -206,7 +206,7 @@ SEE ALSO &man_boinc;, &man_boinccmd; - + diff --git a/doc/menubar.php b/doc/menubar.php index f1b6feed4d..c0d37ad0c6 100644 --- a/doc/menubar.php +++ b/doc/menubar.php @@ -23,7 +23,7 @@ If you are new to BOINC, then you need to create accounts for projects in which you would like to participate. Please visit the main BOINC site -(http://boinc.berkeley.edu/) +(https://boinc.berkeley.edu/) for a list of popular projects.

      When you create an account, you will be sent an email containing a URL diff --git a/doc/project_list.php b/doc/project_list.php index 4f3449ea66..b5a485bbe6 100644 --- a/doc/project_list.php +++ b/doc/project_list.php @@ -62,7 +62,7 @@ foreach($proj_list as $p) { echo " \n"; } if (isset($p->image)) { - echo " http://boinc.berkeley.edu/images/$p->image + echo " https://boinc.berkeley.edu/images/$p->image "; } if (isset($p->summary)) { @@ -82,7 +82,7 @@ foreach ($account_managers as $am) { $name $url $desc - http://boinc.berkeley.edu/images/$image + https://boinc.berkeley.edu/images/$image "; } diff --git a/doc/projects.inc b/doc/projects.inc index eb912d68e1..4c55517532 100644 --- a/doc/projects.inc +++ b/doc/projects.inc @@ -1,7 +1,7 @@ If you run a BOINC-based project and would like it to be included on this list, -please contact us. +please contact us. "; page_tail(); diff --git a/doc/test.php b/doc/test.php index 8846285b27..70d5d93b78 100644 --- a/doc/test.php +++ b/doc/test.php @@ -2,7 +2,7 @@ require_once("docutil.php"); page_head("Test framework for BOINC developers (not intended for general use)"); echo " -See the section on testing in Software Prerequisites. +See the section on testing in Software Prerequisites. Note that a web server with PHP is required for running a real server, but that requires a lot of path and permissions configuration so we opt not to use them in testing. diff --git a/doc/ui.txt b/doc/ui.txt index 3c154f34d2..bfa1a7bbe9 100644 --- a/doc/ui.txt +++ b/doc/ui.txt @@ -72,7 +72,7 @@ Enter the URL of a BOINC-based project: _____________ (text field) For more information, and to see a list of some BOINC-based projects, go to -http://boinc.berkeley.edu [link] +https://boinc.berkeley.edu [link] OK [button] Cancel [button] diff --git a/doc/versions.inc b/doc/versions.inc index e4ed2aedfe..2ed5d20290 100644 --- a/doc/versions.inc +++ b/doc/versions.inc @@ -38,7 +38,7 @@ function type_text($type) { function linux_info() { return "Tested on the current Ubuntu distribution; may work on others.
      If available, we recommend that you install a - + distribution-specific package instead. "; } @@ -432,7 +432,7 @@ function latest_version($p) { // note: rand() is inclusive //switch(rand(0,3)) { switch(0) { - case 0: $url_base = "http://boinc.berkeley.edu/dl/"; break; + case 0: $url_base = "https://boinc.berkeley.edu/dl/"; break; //case 0: $url_base = "http://boincdl3.ssl.berkeley.edu/mirror/"; break; //case 1: $url_base = "http://einstein.ligo.caltech.edu/download/boinc/dl/"; break; //case 2: $url_base = "http://einstein.aei.mpg.de/download/boinc/dl/"; break; diff --git a/doc/volunteer.php b/doc/volunteer.php index 5ad4eccfe2..9490ce36b9 100644 --- a/doc/volunteer.php +++ b/doc/volunteer.php @@ -2,5 +2,5 @@ require_once('../html/inc/page_translate.inc'); find_translation("volunteer.html"); -Header("Location: http://boinc.berkeley.edu/trac/wiki/VolunteerComputing"); +Header("Location: https://boinc.berkeley.edu/trac/wiki/VolunteerComputing"); ?> diff --git a/drupal/sites/all/features/boinc_standard/boinc_standard.features.menu_links.inc b/drupal/sites/all/features/boinc_standard/boinc_standard.features.menu_links.inc index 6a771126d4..b776bd43d7 100644 --- a/drupal/sites/all/features/boinc_standard/boinc_standard.features.menu_links.inc +++ b/drupal/sites/all/features/boinc_standard/boinc_standard.features.menu_links.inc @@ -6,10 +6,10 @@ function boinc_standard_menu_default_menu_links() { $menu_links = array(); - // Exported menu link: menu-footer-links:http://boinc.berkeley.edu/ - $menu_links['menu-footer-links:http://boinc.berkeley.edu/'] = array( + // Exported menu link: menu-footer-links:https://boinc.berkeley.edu/ + $menu_links['menu-footer-links:https://boinc.berkeley.edu/'] = array( 'menu_name' => 'menu-footer-links', - 'link_path' => 'http://boinc.berkeley.edu/', + 'link_path' => 'https://boinc.berkeley.edu/', 'router_path' => '', 'link_title' => 'BOINC', 'options' => array( diff --git a/html/inc/email.inc b/html/inc/email.inc index 64c20cb64d..d7cadede1d 100644 --- a/html/inc/email.inc +++ b/html/inc/email.inc @@ -94,7 +94,7 @@ For further information and assistance with ".PROJECT.", visit function is_valid_email_addr($addr) { if (defined("USE_STOPFORUMSPAM") && USE_STOPFORUMSPAM) { $ip_addr = $_SERVER['REMOTE_ADDR']; - $x = @file_get_contents("http://www.stopforumspam.com/api?ip=".$ip_addr."&email=".$addr); + $x = @file_get_contents("https://www.stopforumspam.com/api?ip=".$ip_addr."&email=".$addr); if (substr_count($x, 'yes')) { return false; } diff --git a/html/inc/team.inc b/html/inc/team.inc index 50ce075ddf..f075c8f7ac 100644 --- a/html/inc/team.inc +++ b/html/inc/team.inc @@ -439,7 +439,7 @@ function team_edit_form($team, $label, $url) { if ($team) { echo "id>\n"; if ($team->seti_id) { - echo "

      ".tra("WARNING: this is a BOINC-wide team. If you make changes here, they will soon be overwritten. Edit the %1BOINC-wide team%2 instead.", "", "") + echo "

      ".tra("WARNING: this is a BOINC-wide team. If you make changes here, they will soon be overwritten. Edit the %1BOINC-wide team%2 instead.", "", "") ."

      "; } } diff --git a/html/ops/index.php b/html/ops/index.php index 1ca186a2de..38b793ba49 100644 --- a/html/ops/index.php +++ b/html/ops/index.php @@ -197,7 +197,7 @@ if ($show_deprecated) { echo "

      Periodic tasks

      The following scripts should be run as periodic tasks, not via this web page -(see http://boinc.berkeley.edu/trac/wiki/ProjectTasks): +(see https://boinc.berkeley.edu/trac/wiki/ProjectTasks):
           update_forum_activities.php, update_profile_pages.php, update_uotd.php
       
      diff --git a/html/ops/job_times.php b/html/ops/job_times.php index 55fbbfd7a5..9058c484e6 100644 --- a/html/ops/job_times.php +++ b/html/ops/job_times.php @@ -126,7 +126,7 @@ function show_as_table() { $f = $i*$quantum; echo ""; printf("%e ", $f); - echo "\n"; + echo "\n"; } echo ""; } diff --git a/html/ops/manage_apps.php b/html/ops/manage_apps.php index c6de410f02..bf753b0f06 100644 --- a/html/ops/manage_apps.php +++ b/html/ops/manage_apps.php @@ -83,10 +83,10 @@ function show_form() { "ID", "Name and description

      Click for details

      ", "Created", - "weight

      details

      ", + "weight

      details

      ", "shmem items", - "HR type

      details

      ", - "homogeneous app version?

      details

      ", + "HR type

      details

      ", + "homogeneous app version?

      details

      ", "deprecated?", "Non-CPU-intensive?", "Beta?", diff --git a/html/project.sample/project.inc b/html/project.sample/project.inc index dd2ad3973c..9915b2e140 100644 --- a/html/project.sample/project.inc +++ b/html/project.sample/project.inc @@ -4,7 +4,7 @@ // Modify it to suit your project. // Put your version in html/project/project.inc // add tra() around visible strings to make them translatable -// see inc/translation.inc and http://boinc.berkeley.edu/trac/wiki/TranslateProject for Details +// see inc/translation.inc and https://boinc.berkeley.edu/trac/wiki/TranslateProject for Details require_once("../inc/util.inc"); diff --git a/html/user/bbcode.php b/html/user/bbcode.php index 3941d93439..b4396391bf 100644 --- a/html/user/bbcode.php +++ b/html/user/bbcode.php @@ -36,7 +36,7 @@ row2_plain("[s]".tra("Strikethrough")."[/s]", "".tra("Strikethrough")."") row2_plain("[sup]".tra("Superscript")."[/sup]", "X".tra("Superscript").""); row2_plain("[size=15]".tra("Big text")."[/size]", "".tra("Big text").""); row2_plain("[color=red]".tra("Red text")."[/color]", "".tra("Red text").""); -row2_plain("[url=http://google.com/]".tra("link to website")."[/url]", "".tra("link to website").""); +row2_plain("[url=https://google.com/]".tra("link to website")."[/url]", "".tra("link to website").""); row2_plain("[quote]".tra("Quoted text")."[/quote]", tra("use for quoted blocks of text")); row2_plain("[img]http://example.com/pic.jpg[/img]", tra("use to display an image")); row2_plain("[code]".tra("Code snippet here")."[/code]", tra("use to display some code")); diff --git a/html/user/cert_all.php b/html/user/cert_all.php index 7a15181e67..bce9fd91f6 100644 --- a/html/user/cert_all.php +++ b/html/user/cert_all.php @@ -55,7 +55,7 @@ function show_proj($p) { echo "
      -
      + "; diff --git a/html/user/submit_example.php b/html/user/submit_example.php index 40f51f547f..5f40fbe96e 100644 --- a/html/user/submit_example.php +++ b/html/user/submit_example.php @@ -211,7 +211,7 @@ function handle_create_form() { start_table(); row2("Batch name", ""); // row2("Application", app_select($apps)); - row2("Input file URL", ""); + row2("Input file URL", ""); row2("Parameter low value (0..60)", ""); row2("Parameter high value (0..60)", ""); row2("Parameter increment (>= 1)", ""); diff --git a/html/user/submit_rpc_handler.php b/html/user/submit_rpc_handler.php index 91cc696894..a2fd7dc041 100644 --- a/html/user/submit_rpc_handler.php +++ b/html/user/submit_rpc_handler.php @@ -17,7 +17,7 @@ // along with BOINC. If not, see . // Handler for remote job submission. -// See http://boinc.berkeley.edu/trac/wiki/RemoteJobs +// See https://boinc.berkeley.edu/trac/wiki/RemoteJobs require_once("../inc/boinc_db.inc"); require_once("../inc/submit_db.inc"); @@ -693,7 +693,7 @@ $r = simplexml_load_string(" --t 19 remote - http://google.com/ + https://google.com/ diff --git a/html/user/team_manage.php b/html/user/team_manage.php index fe50bc708b..b73818ea81 100644 --- a/html/user/team_manage.php +++ b/html/user/team_manage.php @@ -70,9 +70,9 @@ function show_admin_page($user, $team) {

    • - ".tra("To have this team created on all BOINC projects (current and future) you can make it into a %1BOINC-wide team%2.", "", "")." + ".tra("To have this team created on all BOINC projects (current and future) you can make it into a %1BOINC-wide team%2.", "", "")."
    • - ".tra("Team admins are encouraged to join and participate in the Google %1boinc-team-founders%2 group.", "", "")." + ".tra("Team admins are encouraged to join and participate in the Google %1boinc-team-founders%2 group.", "", "")." "; diff --git a/html/user/translate.php b/html/user/translate.php index fefe63248b..d8705eb182 100644 --- a/html/user/translate.php +++ b/html/user/translate.php @@ -30,7 +30,7 @@ into your non-English language. If you are interested in doing this:
      • Learn how BOINC's -web site translation mechanism works. +web site translation mechanism works.
      • Contact project staff to obtain project-specific translation files, and to get instructions for submitting translations into your language. @@ -38,7 +38,7 @@ and to get instructions for submitting translations into your language.

        You can also help -translate the BOINC client software. +translate the BOINC client software.

        There is an email list diff --git a/mac_installer/CharityEngine/acct_mgr_url.xml b/mac_installer/CharityEngine/acct_mgr_url.xml index 81d0243616..6749faf417 100644 --- a/mac_installer/CharityEngine/acct_mgr_url.xml +++ b/mac_installer/CharityEngine/acct_mgr_url.xml @@ -1,8 +1,8 @@ Charity Engine - http://www.charityengine.com/ + https://www.charityengine.com/ - http://www.charityengine.com/forgot + https://www.charityengine.com/forgot 1024 9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217 diff --git a/mac_installer/Progress/acct_mgr_url.xml b/mac_installer/Progress/acct_mgr_url.xml index 6b2763aa7c..1b4b32ae55 100644 --- a/mac_installer/Progress/acct_mgr_url.xml +++ b/mac_installer/Progress/acct_mgr_url.xml @@ -1,8 +1,8 @@ GridRepublic - http://www.gridrepublic.org/ + https://www.gridrepublic.org/ - http://www.gridrepublic.org/cookie_failure.php + https://www.gridrepublic.org/cookie_failure.php 1024 9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217 diff --git a/samples/vboxwrapper/vboxwrapper.cpp b/samples/vboxwrapper/vboxwrapper.cpp index 1bb7214421..11b822a20f 100644 --- a/samples/vboxwrapper/vboxwrapper.cpp +++ b/samples/vboxwrapper/vboxwrapper.cpp @@ -884,7 +884,7 @@ int main(int argc, char** argv) { " Please enable this feature in your computer's BIOS.\n" " Intel calls it 'VT-x'\n" " AMD calls it 'AMD-V'\n" - " More information can be found here: http://en.wikipedia.org/wiki/X86_virtualization\n" + " More information can be found here: https://en.wikipedia.org/wiki/X86_virtualization\n" " Error Code: ERR_CPU_VM_EXTENSIONS_DISABLED\n"; retval = ERR_EXEC; } else if (pVM->is_logged_failure_vm_extensions_not_supported()) { diff --git a/samples/vm_wrapper/VMwrapper.py b/samples/vm_wrapper/VMwrapper.py index 8dbba9bab4..b31d87ee67 100644 --- a/samples/vm_wrapper/VMwrapper.py +++ b/samples/vm_wrapper/VMwrapper.py @@ -12,7 +12,7 @@ # * VM: Takes periodic snapshots of the virtual machine # - (supposed to also handle trickle messaging in future) # -# See http://boinc.berkeley.edu/trac/wiki/VmApps for details +# See https://boinc.berkeley.edu/trac/wiki/VmApps for details # Contributor: Jarno Rantala (jarno.rantala@gmail.com) # # The original code was made under the CERN openlab summer student program July-August 2009 diff --git a/samples/wrapper/wrapper.cpp b/samples/wrapper/wrapper.cpp index 8459083ff5..2798811dee 100644 --- a/samples/wrapper/wrapper.cpp +++ b/samples/wrapper/wrapper.cpp @@ -16,7 +16,7 @@ // along with BOINC. If not, see . // BOINC wrapper - lets you use non-BOINC apps with BOINC -// See http://boinc.berkeley.edu/trac/wiki/WrapperApp +// See https://boinc.berkeley.edu/trac/wiki/WrapperApp // // cmdline options: // --device N macro-substitute N for $GPU_DEVICE_NUM diff --git a/sched/assimilator.cpp b/sched/assimilator.cpp index bd57c4ecb2..b4520ba326 100644 --- a/sched/assimilator.cpp +++ b/sched/assimilator.cpp @@ -17,7 +17,7 @@ // Main program for an assimilator. // Link this with an application-specific function assimilate_handler() -// See http://boinc.berkeley.edu/trac/wiki/AssimilateIntro +// See https://boinc.berkeley.edu/trac/wiki/AssimilateIntro #include "config.h" #include @@ -54,7 +54,7 @@ void usage(char* name) { fprintf(stderr, "This program is an 'assimilator'; it handles completed jobs.\n" "Normally it is run as a daemon from config.xml.\n" - "See: http://boinc.berkeley.edu/trac/wiki/BackendPrograms\n\n" + "See: https://boinc.berkeley.edu/trac/wiki/BackendPrograms\n\n" ); fprintf(stderr, "usage: %s [options]\n" diff --git a/sched/db_dump.cpp b/sched/db_dump.cpp index c300b96fd2..3177442ea0 100644 --- a/sched/db_dump.cpp +++ b/sched/db_dump.cpp @@ -16,7 +16,7 @@ // along with BOINC. If not, see . /// db_dump: dump database views in XML format -// see http://boinc.berkeley.edu/trac/wiki/DbDump +// see https://boinc.berkeley.edu/trac/wiki/DbDump // Note: // 1) this program is way more configurable than it needs to be. @@ -835,7 +835,7 @@ void usage(char* name) { fprintf(stderr, "This program generates XML files containing project statistics.\n" "It should be run once a day as a periodic task in config.xml.\n" - "For more info, see http://boinc.berkeley.edu/trac/wiki/DbDump\n\n" + "For more info, see https://boinc.berkeley.edu/trac/wiki/DbDump\n\n" "Usage: %s [options]\n" "Options:\n" " --dump_spec filename Use the given config file (use ../db_dump_spec.xml)\n" diff --git a/sched/makefile_validator_test b/sched/makefile_validator_test index 863b7b68f1..796ede1272 100644 --- a/sched/makefile_validator_test +++ b/sched/makefile_validator_test @@ -1,5 +1,5 @@ # makefile for building a validator test program; see -# http://boinc.berkeley.edu/trac/wiki/ValidationSimple +# https://boinc.berkeley.edu/trac/wiki/ValidationSimple # the object file containing result_init() etc. - replace with your own VALIDATOR_SRC = sample_bitwise_validator.cpp diff --git a/sched/plan_class_spec.cpp b/sched/plan_class_spec.cpp index d40b304018..d4f2e629ee 100644 --- a/sched/plan_class_spec.cpp +++ b/sched/plan_class_spec.cpp @@ -16,7 +16,7 @@ // along with BOINC. If not, see . // Support for plan classes defined using an XML file. -// See http://boinc.berkeley.edu/trac/wiki/AppPlanSpec +// See https://boinc.berkeley.edu/trac/wiki/AppPlanSpec #include diff --git a/sched/plan_class_spec.h b/sched/plan_class_spec.h index 6fa9cd56fd..3a26ce107b 100644 --- a/sched/plan_class_spec.h +++ b/sched/plan_class_spec.h @@ -17,7 +17,7 @@ // configurable app plan functions. -// see http://boinc.berkeley.edu/trac/wiki/AppPlanConfig +// see https://boinc.berkeley.edu/trac/wiki/AppPlanConfig #include #include diff --git a/tools/update_versions b/tools/update_versions index ce7695cd1f..29014a2bbc 100755 --- a/tools/update_versions +++ b/tools/update_versions @@ -21,7 +21,7 @@ // script to create app versions, // and stage their files in the download dir. -// See http://boinc.berkeley.edu/trac/wiki/AppVersionNew +// See https://boinc.berkeley.edu/trac/wiki/AppVersionNew error_reporting(E_ALL); @@ -218,7 +218,7 @@ function confirm_sig_gen($name) { IF YOUR PROJECT IS PUBLICLY ACCESSABLE, THIS IS A SECURITY VULNERABILITY. PLEASE STOP YOUR PROJECT IMMEDIATELY AND READ: - http://boinc.berkeley.edu/trac/wiki/CodeSigning + https://boinc.berkeley.edu/trac/wiki/CodeSigning Continue (y/n)? "; diff --git a/tools/update_versions_v6 b/tools/update_versions_v6 index 13a39ea858..baeb11c5bd 100755 --- a/tools/update_versions_v6 +++ b/tools/update_versions_v6 @@ -10,7 +10,7 @@ config.xml must contain an which specifies the directory to search. apps/APPLICATION_NAME/ contains application versions for each application. -See http://boinc.berkeley.edu/trac/wiki/UpdateVersions +See https://boinc.berkeley.edu/trac/wiki/UpdateVersions """ diff --git a/win_build/installerv2/redist/CharityEngine/acct_mgr_url.xml b/win_build/installerv2/redist/CharityEngine/acct_mgr_url.xml index 81d0243616..6749faf417 100644 --- a/win_build/installerv2/redist/CharityEngine/acct_mgr_url.xml +++ b/win_build/installerv2/redist/CharityEngine/acct_mgr_url.xml @@ -1,8 +1,8 @@ Charity Engine - http://www.charityengine.com/ + https://www.charityengine.com/ - http://www.charityengine.com/forgot + https://www.charityengine.com/forgot 1024 9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217 diff --git a/win_build/installerv2/redist/CharityEngine/cc_config.xml b/win_build/installerv2/redist/CharityEngine/cc_config.xml index bf16e08542..979b53a38b 100644 --- a/win_build/installerv2/redist/CharityEngine/cc_config.xml +++ b/win_build/installerv2/redist/CharityEngine/cc_config.xml @@ -2,8 +2,8 @@ - http://www.charityengine.com/releases/public - http://www.charityengine.com/client/update + https://www.charityengine.com/releases/public + https://www.charityengine.com/client/update A new version of this desktop software is available. Updating is easy: just download and install. diff --git a/win_build/installerv2/redist/GridRepublic/GridRepublic.url b/win_build/installerv2/redist/GridRepublic/GridRepublic.url index ffbadf3ae3..364ac642b5 100644 --- a/win_build/installerv2/redist/GridRepublic/GridRepublic.url +++ b/win_build/installerv2/redist/GridRepublic/GridRepublic.url @@ -1,5 +1,5 @@ [InternetShortcut] -URL=http://www.gridrepublic.com/ +URL=https://www.gridrepublic.org/ Modified=80A89BD62711C60198 IconIndex=0 IconFile=C:\Program Files\GridRepublic\GridRepublic.ico diff --git a/win_build/installerv2/redist/GridRepublic/acct_mgr_url.xml b/win_build/installerv2/redist/GridRepublic/acct_mgr_url.xml index a30cb568fa..306e3e102c 100644 --- a/win_build/installerv2/redist/GridRepublic/acct_mgr_url.xml +++ b/win_build/installerv2/redist/GridRepublic/acct_mgr_url.xml @@ -1,6 +1,6 @@ GridRepublic - http://www.gridrepublic.org/ + https://www.gridrepublic.org/ 1024 9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217 diff --git a/win_build/installerv2/redist/Progress/acct_mgr_url.xml b/win_build/installerv2/redist/Progress/acct_mgr_url.xml index 9d79a4f08e..e09fdb4b41 100644 --- a/win_build/installerv2/redist/Progress/acct_mgr_url.xml +++ b/win_build/installerv2/redist/Progress/acct_mgr_url.xml @@ -1,8 +1,8 @@ GridRepublic - http://www.gridrepublic.org/ + https://www.gridrepublic.org/ - http://apps.facebook.com/processors/credentials.php + https://apps.facebook.com/processors/credentials.php 1024 9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217 diff --git a/win_build/installerv2/redist/Progress/cc_config.xml b/win_build/installerv2/redist/Progress/cc_config.xml index 0a6c37758c..dcb4a5886f 100644 --- a/win_build/installerv2/redist/Progress/cc_config.xml +++ b/win_build/installerv2/redist/Progress/cc_config.xml @@ -2,8 +2,8 @@ - http://ptp.gridrepublic.org/releases - http://ptp.gridrepublic.org/client/update + https://ptp.gridrepublic.org/releases + https://ptp.gridrepublic.org/client/update A new version of this desktop software is available. Updating is easy: just download and install. diff --git a/win_build/installerv2/redist/all_projects_list.xml b/win_build/installerv2/redist/all_projects_list.xml index 52987806bb..dcb1390660 100644 --- a/win_build/installerv2/redist/all_projects_list.xml +++ b/win_build/installerv2/redist/all_projects_list.xml @@ -15,7 +15,7 @@ x86_64-pc-linux-gnu[mt] x86_64-apple-darwin[mt] - http://boinc.berkeley.edu/images/mmlogo.gif + https://boinc.berkeley.edu/images/mmlogo.gif

        Model the human brain @@ -76,7 +76,7 @@ i686-pc-linux-gnu windows_intelx86 - http://boinc.berkeley.edu/images/logo_primaboinca.gif + https://boinc.berkeley.edu/images/logo_primaboinca.gif Study the properties of prime numbers @@ -149,7 +149,7 @@ x86_64-apple-darwin x86_64-pc-linux-gnu - http://boinc.berkeley.edu/images/szdg1_small.jpg + https://boinc.berkeley.edu/images/szdg1_small.jpg Study number theory @@ -165,7 +165,7 @@ x86_64-apple-darwin x86_64-pc-linux-gnu - http://boinc.berkeley.edu/images/nf_banner_10.jpg + https://boinc.berkeley.edu/images/nf_banner_10.jpg Do research in algebraic number theory @@ -181,7 +181,7 @@ windows_x86_64 x86_64-pc-linux-gnu - http://boinc.berkeley.edu/images/sat_logo.png + https://boinc.berkeley.edu/images/sat_logo.png Study computational complexity @@ -241,7 +241,7 @@ x86_64-pc-linux-gnu[OCLcudaGFN] x86_64-pc-linux-gnu[OCLcudaGFNWR] - http://boinc.berkeley.edu/images/primegrid_logo.png + https://boinc.berkeley.edu/images/primegrid_logo.png Search for large prime numbers @@ -266,7 +266,7 @@ x86_64-pc-freebsd x86_64-pc-linux-gnu - http://boinc.berkeley.edu/images/oproject_logo.png + https://boinc.berkeley.edu/images/oproject_logo.png Do research in math, physics, and Artificial Intelligence @@ -286,7 +286,7 @@ x86_64-pc-freebsd x86_64-pc-linux-gnu - http://boinc.berkeley.edu/images/NFS_Logo.jpg + https://boinc.berkeley.edu/images/NFS_Logo.jpg Study the factorization of large integers @@ -300,7 +300,7 @@ windows_intelx86 windows_x86_64 - http://boinc.berkeley.edu/images/gerasim.gif + https://boinc.berkeley.edu/images/gerasim.gif FightNeglectedDiseases@Home @@ -336,7 +336,7 @@ x86_64-pc-linux-gnu x86_64-pc-linux-gnu[vbox64] - http://boinc.berkeley.edu/images/rna4.png + https://boinc.berkeley.edu/images/rna4.png Study and design RNA molecules @@ -356,7 +356,7 @@ x86_64-pc-linux-gnu[mt] x86_64-pc-linux-gnu[vbox64] - http://boinc.berkeley.edu/images/gpugrid.png + https://boinc.berkeley.edu/images/gpugrid.png Help biomedical research @@ -374,7 +374,7 @@ x86_64-pc-linux-gnu x86_64-unknown-linux-gnu - http://boinc.berkeley.edu/images/africaathome.gif + https://boinc.berkeley.edu/images/africaathome.gif Study the spread of malaria @@ -395,7 +395,7 @@ x86_64-pc-linux-gnu[opencl_ati_101] x86_64-pc-linux-gnu[opencl_nvidia_101] - http://boinc.berkeley.edu/images/poem.jpg + https://boinc.berkeley.edu/images/poem.jpg Study protein structure and interaction @@ -430,7 +430,7 @@ x86_64-apple-darwin x86_64-pc-linux-gnu - http://boinc.berkeley.edu/images/rosetta_at_home_logo.jpg + https://boinc.berkeley.edu/images/rosetta_at_home_logo.jpg Study diseases such as HIV, malaria, cancer, and Alzheimer's @@ -447,7 +447,7 @@ x86_64-apple-darwin x86_64-pc-linux-gnu - http://boinc.berkeley.edu/images/lattice.gif + https://boinc.berkeley.edu/images/lattice.gif Study evolution using genetics @@ -464,7 +464,7 @@ x86_64-unknown-linux-gnu i686-apple-darwin - http://boinc.berkeley.edu/images/leiden_classical.png + https://boinc.berkeley.edu/images/leiden_classical.png Help students do atomic simulations @@ -479,7 +479,7 @@ x86_64-apple-darwin[vbox_64] x86_64-pc-linux-gnu[vbox_64] - http://boinc.berkeley.edu/images/atlas_at_home.jpg + https://boinc.berkeley.edu/images/atlas_at_home.jpg Simulate high-energy particle collisions for CERN @@ -517,7 +517,7 @@ x86_64-pc-linux-gnu[sse2] x86_64-pc-linux-gnu[sse3] - http://boinc.berkeley.edu/images/asteroids_logo.jpg + https://boinc.berkeley.edu/images/asteroids_logo.jpg Study the properties of asteroids @@ -546,7 +546,7 @@ x86_64-pc-linux-gnu[sse2] x86_64-pc-linux-gnu[sse3] - http://boinc.berkeley.edu/images/lhc.jpg + https://boinc.berkeley.edu/images/lhc.jpg Improve the design of the Large Hadron Collider @@ -558,7 +558,7 @@ University of Warsaw - http://boinc.berkeley.edu/images/universe_at_home.png + https://boinc.berkeley.edu/images/universe_at_home.png Do research in physics and astronomy @@ -576,7 +576,7 @@ x86_64-apple-darwin[vbox64] x86_64-pc-linux-gnu[vbox64] - http://boinc.berkeley.edu/images/t4t.png + https://boinc.berkeley.edu/images/t4t.png Simulate high-energy particle collisions @@ -590,7 +590,7 @@ i686-pc-linux-gnu windows_intelx86 - http://boinc.berkeley.edu/images/convector.jpg + https://boinc.berkeley.edu/images/convector.jpg Study mechanical engineering @@ -605,7 +605,7 @@ windows_intelx86 x86_64-pc-linux-gnu - http://boinc.berkeley.edu/images/cosmo.jpg + https://boinc.berkeley.edu/images/cosmo.jpg Study the evolution of the Universe @@ -640,7 +640,7 @@ x86_64-apple-darwin x86_64-pc-linux-gnu - http://boinc.berkeley.edu/images/constellation2.png + https://boinc.berkeley.edu/images/constellation2.png Perform aerospace-related simulations @@ -686,7 +686,7 @@ x86_64-pc-linux-gnu[opencl_nvidia] x86_64-pc-linux-gnu[opencl_nvidia_101] - http://boinc.berkeley.edu/images/mw.png + https://boinc.berkeley.edu/images/mw.png Study the structure of the Milky Way galaxy @@ -748,7 +748,7 @@ x86_64-pc-linux-gnu[opencl_nvidia_cc1] x86_64-pc-linux-gnu[sse2] - http://boinc.berkeley.edu/images/seti_logo.png + https://boinc.berkeley.edu/images/seti_logo.png Search for evidence of extra-terrestrial life @@ -864,7 +864,7 @@ x86_64-pc-linux-gnu[X64] x86_64-pc-linux-gnu[X8664] - http://boinc.berkeley.edu/images/einstein.jpg + https://boinc.berkeley.edu/images/einstein.jpg Help detect pulsars and gravitational waves @@ -879,7 +879,7 @@ i686-pc-linux-gnu windows_intelx86 - http://boinc.berkeley.edu/images/cpn_logo_world_1.jpg + https://boinc.berkeley.edu/images/cpn_logo_world_1.jpg Study long-term climate change @@ -898,7 +898,7 @@ mipsel-unknown-linux-gnu armv7l-unknown-linux-gnueabihf - http://boinc.berkeley.edu/images/radioactive.jpg + https://boinc.berkeley.edu/images/radioactive.jpg Monitor radiation levels @@ -957,7 +957,7 @@ windows_intelx86 x86_64-pc-linux-gnu - http://boinc.berkeley.edu/images/cas_at_home.jpg + https://boinc.berkeley.edu/images/cas_at_home.jpg Help Chinese researchers @@ -979,7 +979,7 @@ x86_64-pc-linux-gnu arm-android-linux-gnu - http://boinc.berkeley.edu/images/wcg.jpg + https://boinc.berkeley.edu/images/wcg.jpg Do biomedical and environmental research @@ -998,7 +998,7 @@ x86_64-apple-darwin x86_64-pc-linux-gnu - http://boinc.berkeley.edu/images/cabecera2.jpg + https://boinc.berkeley.edu/images/cabecera2.jpg Help Spanish researchers @@ -1016,7 +1016,7 @@ x86_64-pc-linux-gnu x86_64-pc-linux-gnu[vbox64] - http://boinc.berkeley.edu/images/logo_edges.png + https://boinc.berkeley.edu/images/logo_edges.png Help European researchers @@ -1042,12 +1042,12 @@ BAM! http://bam.boincstats.com/ BAM assists you in creating and managing your BOINC project accounts and helps you with setting preferences, joining or creating teams, connecting your computers to projects, and much more. Whether you're a new or an existing BOINC user, BAM will help you get the most out of BOINC. - http://boinc.berkeley.edu/images/BAM.png + https://boinc.berkeley.edu/images/BAM.png GridRepublic http://www.gridrepublic.org/ GridRepublic members run a screensaver that allows their computers to work on public-interest research projects when the machines are not otherwise in use. This screensaver does not affect performance of the host computer any more than an ordinary screensaver does. - http://boinc.berkeley.edu/images/logo_gridrepublic_vc.gif + https://boinc.berkeley.edu/images/logo_gridrepublic_vc.gif
    • Certificate of Computation diff --git a/html/user/download_network.php b/html/user/download_network.php index f43a3498ec..f810436f4e 100644 --- a/html/user/download_network.php +++ b/html/user/download_network.php @@ -33,15 +33,15 @@ echo " tra("We do not provide instructions for installing these applications. However, the author may have provided some help on installing or uninstalling the application. If this is not enough you should contact the author."). - tra("Instructions for installing and running BOINC are %1here%2.", "", "") + tra("Instructions for installing and running BOINC are %1here%2.", "", "") . "
    • " . - tra("This list is managed centrally at %1the BOINC website%2.", "", "") ." + tra("This list is managed centrally at %1the BOINC website%2.", "", "") ." "; $httpFile = unserialize(get_cached_data(3600)); if (!$httpFile) { - $httpFile = @file_get_contents("http://boinc.berkeley.edu/addons.php?strip_header=true"); + $httpFile = @file_get_contents("https://boinc.berkeley.edu/addons.php?strip_header=true"); if ($httpFile) { set_cached_data(3600, serialize($httpFile)); } diff --git a/html/user/edit_forum_preferences_form.php b/html/user/edit_forum_preferences_form.php index 0ec7db7a9f..0fa438638e 100644 --- a/html/user/edit_forum_preferences_form.php +++ b/html/user/edit_forum_preferences_form.php @@ -88,7 +88,7 @@ row2( ."

      " .tra("Check out %1various free services%2
      providing dynamic 'signature images' -
      showing your latest credit info, project news, etc.", "", ""), +
      showing your latest credit info, project news, etc.", "", ""), textarea_with_counter("signature", 250, $signature) ."
      ".tra("Attach signature by default") ); diff --git a/html/user/forum_help_desk.php b/html/user/forum_help_desk.php index 504727f60b..d247ad5e17 100644 --- a/html/user/forum_help_desk.php +++ b/html/user/forum_help_desk.php @@ -29,7 +29,7 @@ $user = get_logged_in_user(false); page_head(tra("Questions and answers")); echo "

      ". - tra("Talk live via Skype with a volunteer, in any of several languages. Go to %1BOINC Online Help%2.", "", ""). + tra("Talk live via Skype with a volunteer, in any of several languages. Go to %1BOINC Online Help%2.", "", ""). "

      "; show_forum_header($user); diff --git a/html/user/forum_search_action.php b/html/user/forum_search_action.php index 661f988c49..9169f49ece 100644 --- a/html/user/forum_search_action.php +++ b/html/user/forum_search_action.php @@ -219,7 +219,7 @@ if (!count($threads) && !count($posts)){ echo "

      ".tra("Sorry, couldn't find anything matching your search query. You can try to broaden your search by using less words (or less specific words).")."

      " .tra("You can also %1try the same search on Google.%2", - "", + "", "") ."

      "; } diff --git a/html/user/home.php b/html/user/home.php index 0d77932c56..7c3ede49a9 100644 --- a/html/user/home.php +++ b/html/user/home.php @@ -43,7 +43,7 @@ if ($init) { echo "

      ".tra("View and edit your account preferences using the links below.")."

      \n"; if ($via_web) { echo "

      " - .tra("If you have not already done so, %1download BOINC client software%2.", "", "")."

      "; + .tra("If you have not already done so, %1download BOINC client software%2.", "", "")."

      "; } } else { page_head(tra("Your account")); diff --git a/html/user/sample_index.php b/html/user/sample_index.php index b42082cdd2..60e5f74ace 100644 --- a/html/user/sample_index.php +++ b/html/user/sample_index.php @@ -81,13 +81,13 @@ function show_nav() { echo "
    • "; show_button("register.php", "Join", null, "btn btn-green"); } else { - echo "
    • Download and run BOINC. + echo "
    • Download and run BOINC.
    • Choose Add Project "; } echo "
    • If you have any problems, - get help here. + get help here. "; } echo " @@ -183,7 +183,7 @@ if ($stopped) { echo "

      - \"Powered + \"Powered