Expand usage of HTTPS and fix a few URLs

This commit is contained in:
funkydude 2016-03-08 20:04:28 +00:00
parent b7ac7dfa69
commit 71831ee639
69 changed files with 189 additions and 189 deletions

View File

@ -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

View File

@ -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;

View File

@ -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);

View File

@ -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) {

View File

@ -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

View File

@ -83,8 +83,8 @@
<is_branded>1</is_branded>
<organization_name>Charity Engine</organization_name>
<organization_website>http://www.charityengine.com</organization_website>
<organization_help_url>http://www.charityengine.com/manager_menu.php</organization_help_url>
<organization_website>https://www.charityengine.com</organization_website>
<organization_help_url>https://www.charityengine.com/manager_menu.php</organization_help_url>
</advanced>

View File

@ -83,8 +83,8 @@
<is_branded>1</is_branded>
<organization_name>GridRepublic</organization_name>
<organization_website>http://www.gridrepublic.org</organization_website>
<organization_help_url>http://www.gridrepublic.org/manager_menu.php</organization_help_url>
<organization_website>https://www.gridrepublic.org</organization_website>
<organization_help_url>https://www.gridrepublic.org/manager_menu.php</organization_help_url>
</advanced>

View File

@ -239,8 +239,8 @@
</image>
</application_snooze_icon>
<organization_name>World Community Grid</organization_name>
<organization_website>http://www.worldcommunitygrid.org</organization_website>
<organization_help_url>http://www.worldcommunitygrid.org/boinc.do</organization_help_url>
<organization_website>https://www.worldcommunitygrid.org</organization_website>
<organization_help_url>https://www.worldcommunitygrid.org/boinc.do</organization_help_url>
<application_short_name>World Community Grid</application_short_name>
<!-- this setting makes the BOINC manager automatically open to a particular tab on the -->
<!-- advanced view, overriding a users last displayed view. 0 means use users last open tab -->

View File

@ -30,8 +30,8 @@
<application_name>World Community Grid - BOINC Manager</application_name>
<application_short_name>World Community Grid</application_short_name>
<organization_name>World Community Grid</organization_name>
<organization_website>http://www.worldcommunitygrid.org</organization_website>
<organization_help_url>http://www.worldcommunitygrid.org/boinc.do</organization_help_url>
<organization_website>https://www.worldcommunitygrid.org</organization_website>
<organization_help_url>https://www.worldcommunitygrid.org/boinc.do</organization_help_url>
</advanced>
</en>
</skin>

View File

@ -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]);

View File

@ -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");
?>

View File

@ -13,9 +13,9 @@ if (0) {
function search_form() {
echo "
<form method=get action=\"http://google.com/search\">
<input type=hidden name=domains value=\"http://boinc.berkeley.edu\">
<input type=hidden name=sitesearch value=\"http://boinc.berkeley.edu\">
<form method=get action=\"https://google.com/search\">
<input type=hidden name=domains value=\"https://boinc.berkeley.edu\">
<input type=hidden name=sitesearch value=\"https://boinc.berkeley.edu\">
<span class=\"nobar\">
<input class=small name=q size=20>
<input class=small type=submit value=".tra("Search").">

View File

@ -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;
// }

View File

@ -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
<a href=http://setiathome.berkeley.edu/forum_help_desk.php>SETI@home message boards</a>
<a href=https://setiathome.berkeley.edu/forum_help_desk.php>SETI@home message boards</a>
and help for BOINC is available <a href=help.php>here</a>.
</font></b>
@ -60,7 +60,7 @@ list_item("<a href=http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_helpers>
"For BOINC <a href=help.php>Help Volunteers</a>,
to discuss policies and user problems."
);
list_item("<a href=http://groups.google.com/group/boinc-team-founders>BOINC team founders</a> (Google group)",
list_item("<a href=https://groups.google.com/forum/#!forum/boinc-team-founders>BOINC team founders</a> (Google group)",
"Discussion of team-related issues."
);
list_end();

View File

@ -17,9 +17,9 @@ echo "
<li>
".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.",
"<a href=\"http://www.skype.com\">",
"<a href=\"https://www.skype.com\">",
"</a>",
"<a href=\"http://www.skype.com\">",
"<a href=\"https://www.skype.com\">",
"</a>"
)."
<li> ".tra("using Skype chat")."

View File

@ -106,7 +106,7 @@ function show_vols($vols) {
<p>
If you're setting up a BOINC project, this is not the place to get help.
Instead, try the
<a href=http://boinc.berkeley.edu/email_lists.php>boinc_projects</a>
<a href=https://boinc.berkeley.edu/email_lists.php>boinc_projects</a>
email list.
";
list_start("border=0");

View File

@ -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 "
<tr><td class=heading_left>
<a href=http://www.facebook.com/pages/BOINC/32672338584><img width=36 src=images/facebook_logo.jpg align=left title='BOINC on Facebook'></a>
<a href=https://plus.google.com/117150698502685192946/posts><img width=36 src=images/google_plus_logo.jpg align=left title='BOINC on Google+'></a>
<a href=https://www.facebook.com/BOINC-32672338584/><img width=36 src=images/facebook_logo.jpg align=left title='BOINC on Facebook'></a>
<a href=https://plus.google.com/+boinc><img width=36 src=images/google_plus_logo.jpg align=left title='BOINC on Google+'></a>
<center>
<span class=section_title>"
// "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. "),
"<a href=\"wiki/Account_managers\">",
"</a>",
"<a href=\"http://www.gridrepublic.org\">",
"<a href=\"https://www.gridrepublic.org\">",
"</a>",
"<a href=\"https://bam.boincstats.com/\">",
"</a>"

View File

@ -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 "<ul>";
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
<a href=http://boinc.berkeley.edu/trac/wiki/CreditStats>here</a>.
<a href=trac/wiki/CreditStats>here</a>.
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 "
<ul>
<li> <a href=http://www.crunching-family.at/download-center/>Crunching Family Skin Download</a>
<li> <a href=http://www.czechnationalteam.cz/view.php?cisloclanku=2007040003>Czech National Team skin</a> (in Czech)
<li> <a href=http://www.grid-france.fr/tutos/boinc-personnaliser-aux-couleurs-equipe >Skin for Equipe France (WCG)</a>
<li> <a href=http://www.grid-france.fr/tutos/boinc-personnaliser-aux-couleurs-equipe>Skin for Equipe France (WCG)</a>
";
//<li> <a href=http://wcg.userfriendly.org/resources.jspx>Skin for team UserFriendly.org</a>
echo "
@ -376,8 +376,8 @@ If you'd like to add a web site to this list, please
<h2>BOINC-related videos</h2>
<ul>
<li> <a href=http://www.youtube.com/watch?v=8iSRLIK-x6A>David Anderson talks about BOINC</a> (2006)
<li> <a href=http://www.youtube.com/watch?v=GzATbET3g54>David Baker talks about Rosetta@home</a>
<li> <a href=https://www.youtube.com/watch?v=8iSRLIK-x6A>David Anderson talks about BOINC</a> (2006)
<li> <a href=https://www.youtube.com/watch?v=GzATbET3g54>David Baker talks about Rosetta@home</a>
</ul>
";
page_tail();

View File

@ -62,9 +62,9 @@ Installer splash screen:
</ul>
'Powered by BOINC' image:
<p>
<a href=http://boinc.berkeley.edu><img src=logo/pb_boinc.gif></a>
<a href=https://boinc.berkeley.edu><img src=logo/pb_boinc.gif></a>
<p>
(always link this to http://boinc.berkeley.edu)
(always link this to https://boinc.berkeley.edu)
<p>
Monochrome/black:
<p>

View File

@ -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');
}
}

View File

@ -424,7 +424,7 @@
<para>&man_boinccmd;, &man_boincmgr;</para>
<para>
<ulink
url="http://boinc.berkeley.edu/wiki/Client_configuration#Command-line_options"/>
url="https://boinc.berkeley.edu/wiki/Client_configuration#Command-line_options"/>
</para>
</refsect1>

View File

@ -588,7 +588,7 @@
<refsect1>
<title>SEE ALSO</title>
<para>&man_boinc;, &man_boincmgr;</para>
<para><ulink url="http://boinc.berkeley.edu/wiki/Boinccmd_tool"/></para>
<para><ulink url="https://boinc.berkeley.edu/wiki/Boinccmd_tool"/></para>
</refsect1>
<refsect1>

View File

@ -206,7 +206,7 @@
<title>SEE ALSO</title>
<para>&man_boinc;, &man_boinccmd;</para>
<para>
<ulink url="http://boinc.berkeley.edu/wiki/The_BOINC_Manager"/>
<ulink url="https://boinc.berkeley.edu/wiki/The_BOINC_Manager"/>
</para>
</refsect1>

View File

@ -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
(<a href=http://boinc.berkeley.edu/>http://boinc.berkeley.edu/</a>)
(<a href=https://boinc.berkeley.edu/>https://boinc.berkeley.edu/</a>)
for a list of popular projects.
<p>
When you create an account, you will be sent an email containing a URL

View File

@ -62,7 +62,7 @@ foreach($proj_list as $p) {
echo " </platforms>\n";
}
if (isset($p->image)) {
echo " <image>http://boinc.berkeley.edu/images/$p->image</image>
echo " <image>https://boinc.berkeley.edu/images/$p->image</image>
";
}
if (isset($p->summary)) {
@ -82,7 +82,7 @@ foreach ($account_managers as $am) {
<name>$name</name>
<url>$url</url>
<description>$desc</description>
<image>http://boinc.berkeley.edu/images/$image</image>
<image>https://boinc.berkeley.edu/images/$image</image>
</account_manager>
";
}

View File

@ -1,7 +1,7 @@
<?php
// if you change anything here,
// look at http://boinc.berkeley.edu/project_list.php in a browser to make sure
// look at https://boinc.berkeley.edu/project_list.php in a browser to make sure
// you didn't mess up the XML
require_once("../inc/translation.inc");

View File

@ -171,7 +171,7 @@ echo "
<p>
If you run a BOINC-based project
and would like it to be included on this list,
please <a href=http://boinc.berkeley.edu/trac/wiki/ProjectPeople>contact us</a>.
please <a href=trac/wiki/ProjectPeople>contact us</a>.
<script language=\"JavaScript\" type=\"text/javascript\" src=\"wz_tooltip.js\"></script>
";
page_tail();

View File

@ -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 <a href=http://boinc.berkeley.edu/trac/wiki/SoftwarePrereqsUnix>Software Prerequisites</a>.
See the section on testing in <a href=https://boinc.berkeley.edu/trac/wiki/SoftwarePrereqsUnix>Software Prerequisites</a>.
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.

View File

@ -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]

View File

@ -38,7 +38,7 @@ function type_text($type) {
function linux_info() {
return "Tested on the current Ubuntu distribution; may work on others.
<br>If available, we recommend that you install a
<a href=http://boinc.berkeley.edu/wiki/Installing_BOINC#Linux>
<a href=https://boinc.berkeley.edu/wiki/Installing_BOINC#Linux>
distribution-specific package</a>
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;

View File

@ -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");
?>

View File

@ -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(

View File

@ -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, '<appears>yes</appears>')) {
return false;
}

View File

@ -439,7 +439,7 @@ function team_edit_form($team, $label, $url) {
if ($team) {
echo "<input type=hidden name=teamid value=$team->id>\n";
if ($team->seti_id) {
echo "<p class=\"text-danger\">".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.", "<a href=http://boinc.berkeley.edu/teams/>", "</a>")
echo "<p class=\"text-danger\">".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.", "<a href=https://boinc.berkeley.edu/teams/>", "</a>")
."</p>";
}
}

View File

@ -197,7 +197,7 @@ if ($show_deprecated) {
echo "<h3>Periodic tasks</h3>
The following scripts should be run as periodic tasks, not via this web page
(see <a href=\"http://boinc.berkeley.edu/trac/wiki/ProjectTasks\">http://boinc.berkeley.edu/trac/wiki/ProjectTasks</a>):
(see <a href=\"https://boinc.berkeley.edu/trac/wiki/ProjectTasks\">https://boinc.berkeley.edu/trac/wiki/ProjectTasks</a>):
<pre>
update_forum_activities.php, update_profile_pages.php, update_uotd.php
</pre>

View File

@ -126,7 +126,7 @@ function show_as_table() {
$f = $i*$quantum;
echo "<tr><td><font size=-2>";
printf("%e ", $f);
echo "</font></td><td><img vspace=0 src=http://boinc.berkeley.edu/colors/000000.gif height=10 width=$w></td></tr>\n";
echo "</font></td><td><img vspace=0 src=https://boinc.berkeley.edu/colors/000000.gif height=10 width=$w></td></tr>\n";
}
echo "</table>";
}

View File

@ -83,10 +83,10 @@ function show_form() {
"ID",
"Name and description<br><p class=\"text-muted\">Click for details</p>",
"Created",
"weight<br><a href=http://boinc.berkeley.edu/trac/wiki/BackendPrograms#feeder><p class=\"text-muted\">details</p></a>",
"weight<br><a href=https://boinc.berkeley.edu/trac/wiki/BackendPrograms#feeder><p class=\"text-muted\">details</p></a>",
"shmem items",
"HR type<br><a href=http://boinc.berkeley.edu/trac/wiki/HomogeneousRedundancy><p class=\"text-muted\">details</p></a>",
"homogeneous app version?<br><a href=http://boinc.berkeley.edu/trac/wiki/HomogeneousAppVersion><p class=\"text-muted\">details</p></a>",
"HR type<br><a href=https://boinc.berkeley.edu/trac/wiki/HomogeneousRedundancy><p class=\"text-muted\">details</p></a>",
"homogeneous app version?<br><a href=https://boinc.berkeley.edu/trac/wiki/HomogeneousAppVersion><p class=\"text-muted\">details</p></a>",
"deprecated?",
"Non-CPU-intensive?",
"Beta?",

View File

@ -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");

View File

@ -36,7 +36,7 @@ row2_plain("[s]".tra("Strikethrough")."[/s]", "<s>".tra("Strikethrough")."</s>")
row2_plain("[sup]".tra("Superscript")."[/sup]", "X<sup>".tra("Superscript")."</sup>");
row2_plain("[size=15]".tra("Big text")."[/size]", "<span style=\"font-size: 15px\">".tra("Big text")."</span>");
row2_plain("[color=red]".tra("Red text")."[/color]", "<font color=\"red\">".tra("Red text")."</font></li>");
row2_plain("[url=http://google.com/]".tra("link to website")."[/url]", "<a href=\"http://google.com/\">".tra("link to website")."</a>");
row2_plain("[url=https://google.com/]".tra("link to website")."[/url]", "<a href=\"https://google.com/\">".tra("link to website")."</a>");
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"));

View File

@ -55,7 +55,7 @@ function show_proj($p) {
echo "
<table width=900 height=650 border=$border cellpadding=20><tr><td>
<center>
<table width=700 border=0><tr><td style=\"background-position:center; background-repeat:no-repeat\" background=http://boinc.berkeley.edu/logo/boinc_fade_600.png>
<table width=700 border=0><tr><td style=\"background-position:center; background-repeat:no-repeat\" background=https://boinc.berkeley.edu/logo/boinc_fade_600.png>
<center>
<font style=\"font-size: 52\" face=$title_font>Certificate of Computation

View File

@ -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.", "<a href=http://boinc.berkeley.edu/participate.php>", "</a>")
tra("Instructions for installing and running BOINC are %1here%2.", "<a href=https://boinc.berkeley.edu/download.php>", "</a>")
. "<li>" .
tra("This list is managed centrally at %1the BOINC website%2.", "<a href=\"http://boinc.berkeley.edu/addons.php\">", "</a>") ."
tra("This list is managed centrally at %1the BOINC website%2.", "<a href=\"https://boinc.berkeley.edu/addons.php\">", "</a>") ."
</ul>
";
$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));
}

View File

@ -88,7 +88,7 @@ row2(
."<br><br>"
.tra("Check out %1various free services%2
<br> providing dynamic 'signature images'
<br> showing your latest credit info, project news, etc.", "<a href=http://boinc.berkeley.edu/links.php#sigs>", "</a>"),
<br> showing your latest credit info, project news, etc.", "<a href=https://boinc.berkeley.edu/links.php#sigs>", "</a>"),
textarea_with_counter("signature", 250, $signature)
."<br><input type=\"checkbox\" name=\"signature_by_default\" ".$signature_by_default."> ".tra("Attach signature by default")
);

View File

@ -29,7 +29,7 @@ $user = get_logged_in_user(false);
page_head(tra("Questions and answers"));
echo "<p>".
tra("Talk live via Skype with a volunteer, in any of several languages. Go to %1BOINC Online Help%2.", "<a href=\"http://boinc.berkeley.edu/help.php\">", "</a>").
tra("Talk live via Skype with a volunteer, in any of several languages. Go to %1BOINC Online Help%2.", "<a href=\"https://boinc.berkeley.edu/help.php\">", "</a>").
"</p>";
show_forum_header($user);

View File

@ -219,7 +219,7 @@ if (!count($threads) && !count($posts)){
echo "<p>".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).")."</p>
<p>"
.tra("You can also %1try the same search on Google.%2",
"<a href=\"http://www.google.com/search?domains=".url_base()."&sitesearch=".url_base()."forum_thread.php&q=".htmlentities($search_keywords)."\">",
"<a href=\"https://www.google.com/search?domains=".url_base()."&sitesearch=".url_base()."forum_thread.php&q=".htmlentities($search_keywords)."\">",
"</a>")
."</p>";
}

View File

@ -43,7 +43,7 @@ if ($init) {
echo "<p>".tra("View and edit your account preferences using the links below.")."</p>\n";
if ($via_web) {
echo "<p> "
.tra("If you have not already done so, %1download BOINC client software%2.", "<a href=\"http://boinc.berkeley.edu/download.php\">", "</a>")."</p>";
.tra("If you have not already done so, %1download BOINC client software%2.", "<a href=\"https://boinc.berkeley.edu/download.php\">", "</a>")."</p>";
}
} else {
page_head(tra("Your account"));

View File

@ -81,13 +81,13 @@ function show_nav() {
echo "<li>";
show_button("register.php", "Join", null, "btn btn-green");
} else {
echo "<li> <a href=http://boinc.berkeley.edu/download.php>Download</a> and run BOINC.
echo "<li> <a href=https://boinc.berkeley.edu/download.php>Download</a> and run BOINC.
<li> Choose Add Project
";
}
echo "
<li> If you have any problems,
<a target=\"_new\" href=\"http://boinc.berkeley.edu/wiki/BOINC_Help\">get help here</a>.
<a target=\"_new\" href=\"https://boinc.berkeley.edu/wiki/BOINC_Help\">get help here</a>.
";
}
echo "
@ -183,7 +183,7 @@ if ($stopped) {
echo "
<p>
<a href=\"http://boinc.berkeley.edu/\"><img align=\"middle\" border=\"0\" src=\"img/pb_boinc.gif\" alt=\"Powered by BOINC\"></a>
<a href=\"https://boinc.berkeley.edu/\"><img align=\"middle\" border=\"0\" src=\"img/pb_boinc.gif\" alt=\"Powered by BOINC\"></a>
</p>
</td>
";

View File

@ -211,7 +211,7 @@ function handle_create_form() {
start_table();
row2("Batch name", "<input name=batch_name value=\"enter name\">");
// row2("Application", app_select($apps));
row2("Input file URL", "<input name=input_url size=60 value=\"http://google.com/\">");
row2("Input file URL", "<input name=input_url size=60 value=\"https://google.com/\">");
row2("Parameter low value (0..60)", "<input name=param_lo value=10>");
row2("Parameter high value (0..60)", "<input name=param_hi value=20>");
row2("Parameter increment (>= 1)", "<input name=param_inc value=1>");

View File

@ -17,7 +17,7 @@
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
// 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("
<command_line>--t 19</command_line>
<input_file>
<mode>remote</mode>
<source>http://google.com/</source>
<source>https://google.com/</source>
</input_file>
</job>
</batch>

View File

@ -70,9 +70,9 @@ function show_admin_page($user, $team) {
<p>
<li>
".tra("To have this team created on all BOINC projects (current and future) you can make it into a %1BOINC-wide team%2.", "<a href=http://boinc.berkeley.edu/teams/>", "</a>")."
".tra("To have this team created on all BOINC projects (current and future) you can make it into a %1BOINC-wide team%2.", "<a href=https://boinc.berkeley.edu/teams/>", "</a>")."
<li>
".tra("Team admins are encouraged to join and participate in the Google %1boinc-team-founders%2 group.", "<a href=http://groups.google.com/group/boinc-team-founders>", "</a>")."
".tra("Team admins are encouraged to join and participate in the Google %1boinc-team-founders%2 group.", "<a href=https://groups.google.com/forum/#!forum/boinc-team-founders>", "</a>")."
</ul>
";

View File

@ -30,7 +30,7 @@ into your non-English language.
If you are interested in doing this:
<ul>
<li> Learn how BOINC's
<a href=http://boinc.berkeley.edu/translation.php>web site translation mechanism</a> works.
<a href=https://boinc.berkeley.edu/translation.php>web site translation mechanism</a> works.
<li>
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.
<p>
You can also help
<a href=http://boinc.berkeley.edu/translation.php>translate the BOINC client software</a>.
<a href=https://boinc.berkeley.edu/translation.php>translate the BOINC client software</a>.
<p>
There is an email list

View File

@ -1,8 +1,8 @@
<acct_mgr>
<name>Charity Engine</name>
<url>http://www.charityengine.com/</url>
<url>https://www.charityengine.com/</url>
<cookie_required/>
<cookie_failure_url>http://www.charityengine.com/forgot</cookie_failure_url>
<cookie_failure_url>https://www.charityengine.com/forgot</cookie_failure_url>
<signing_key>
1024
9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217

View File

@ -1,8 +1,8 @@
<acct_mgr>
<name>GridRepublic</name>
<url>http://www.gridrepublic.org/</url>
<url>https://www.gridrepublic.org/</url>
<cookie_required/>
<cookie_failure_url>http://www.gridrepublic.org/cookie_failure.php</cookie_failure_url>
<cookie_failure_url>https://www.gridrepublic.org/cookie_failure.php</cookie_failure_url>
<signing_key>
1024
9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217

View File

@ -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()) {

View File

@ -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

View File

@ -16,7 +16,7 @@
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
// 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

View File

@ -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 <cstring>
@ -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"

View File

@ -16,7 +16,7 @@
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
/// 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"

View File

@ -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

View File

@ -16,7 +16,7 @@
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
// 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 <cmath>

View File

@ -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 <string>
#include <vector>

View File

@ -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)? ";

View File

@ -10,7 +10,7 @@ config.xml must contain an <app_dir> 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
"""

View File

@ -1,8 +1,8 @@
<acct_mgr>
<name>Charity Engine</name>
<url>http://www.charityengine.com/</url>
<url>https://www.charityengine.com/</url>
<cookie_required/>
<cookie_failure_url>http://www.charityengine.com/forgot</cookie_failure_url>
<cookie_failure_url>https://www.charityengine.com/forgot</cookie_failure_url>
<signing_key>
1024
9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217

View File

@ -2,8 +2,8 @@
<log_flags>
</log_flags>
<options>
<client_version_check_url>http://www.charityengine.com/releases/public</client_version_check_url>
<client_download_url>http://www.charityengine.com/client/update</client_download_url>
<client_version_check_url>https://www.charityengine.com/releases/public</client_version_check_url>
<client_download_url>https://www.charityengine.com/client/update</client_download_url>
<client_new_version_text>A new version of this desktop software is available. Updating is easy: just download and install.</client_new_version_text>
</options>
</cc_config>

View File

@ -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

View File

@ -1,6 +1,6 @@
<acct_mgr>
<name>GridRepublic</name>
<url>http://www.gridrepublic.org/</url>
<url>https://www.gridrepublic.org/</url>
<signing_key>
1024
9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217

View File

@ -1,8 +1,8 @@
<acct_mgr>
<name>GridRepublic</name>
<url>http://www.gridrepublic.org/</url>
<url>https://www.gridrepublic.org/</url>
<cookie_required/>
<cookie_failure_url>http://apps.facebook.com/processors/credentials.php</cookie_failure_url>
<cookie_failure_url>https://apps.facebook.com/processors/credentials.php</cookie_failure_url>
<signing_key>
1024
9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217

View File

@ -2,8 +2,8 @@
<log_flags>
</log_flags>
<options>
<client_version_check_url>http://ptp.gridrepublic.org/releases</client_version_check_url>
<client_download_url>http://ptp.gridrepublic.org/client/update</client_download_url>
<client_version_check_url>https://ptp.gridrepublic.org/releases</client_version_check_url>
<client_download_url>https://ptp.gridrepublic.org/client/update</client_download_url>
<client_new_version_text>A new version of this desktop software is available. Updating is easy: just download and install.</client_new_version_text>
</options>
</cc_config>

View File

@ -15,7 +15,7 @@
<name>x86_64-pc-linux-gnu[mt]</name>
<name>x86_64-apple-darwin[mt]</name>
</platforms>
<image>http://boinc.berkeley.edu/images/mmlogo.gif</image>
<image>https://boinc.berkeley.edu/images/mmlogo.gif</image>
<summary>Model the human brain</summary>
</project>
<project>
@ -76,7 +76,7 @@
<name>i686-pc-linux-gnu</name>
<name>windows_intelx86</name>
</platforms>
<image>http://boinc.berkeley.edu/images/logo_primaboinca.gif</image>
<image>https://boinc.berkeley.edu/images/logo_primaboinca.gif</image>
<summary>Study the properties of prime numbers</summary>
</project>
<project>
@ -149,7 +149,7 @@
<name>x86_64-apple-darwin</name>
<name>x86_64-pc-linux-gnu</name>
</platforms>
<image>http://boinc.berkeley.edu/images/szdg1_small.jpg</image>
<image>https://boinc.berkeley.edu/images/szdg1_small.jpg</image>
<summary>Study number theory</summary>
</project>
<project>
@ -165,7 +165,7 @@
<name>x86_64-apple-darwin</name>
<name>x86_64-pc-linux-gnu</name>
</platforms>
<image>http://boinc.berkeley.edu/images/nf_banner_10.jpg</image>
<image>https://boinc.berkeley.edu/images/nf_banner_10.jpg</image>
<summary>Do research in algebraic number theory</summary>
</project>
<project>
@ -181,7 +181,7 @@
<name>windows_x86_64</name>
<name>x86_64-pc-linux-gnu</name>
</platforms>
<image>http://boinc.berkeley.edu/images/sat_logo.png</image>
<image>https://boinc.berkeley.edu/images/sat_logo.png</image>
<summary>Study computational complexity</summary>
</project>
<project>
@ -241,7 +241,7 @@
<name>x86_64-pc-linux-gnu[OCLcudaGFN]</name>
<name>x86_64-pc-linux-gnu[OCLcudaGFNWR]</name>
</platforms>
<image>http://boinc.berkeley.edu/images/primegrid_logo.png</image>
<image>https://boinc.berkeley.edu/images/primegrid_logo.png</image>
<summary>Search for large prime numbers</summary>
</project>
<project>
@ -266,7 +266,7 @@
<name>x86_64-pc-freebsd</name>
<name>x86_64-pc-linux-gnu</name>
</platforms>
<image>http://boinc.berkeley.edu/images/oproject_logo.png</image>
<image>https://boinc.berkeley.edu/images/oproject_logo.png</image>
<summary>Do research in math, physics, and Artificial Intelligence</summary>
</project>
<project>
@ -286,7 +286,7 @@
<name>x86_64-pc-freebsd</name>
<name>x86_64-pc-linux-gnu</name>
</platforms>
<image>http://boinc.berkeley.edu/images/NFS_Logo.jpg</image>
<image>https://boinc.berkeley.edu/images/NFS_Logo.jpg</image>
<summary>Study the factorization of large integers</summary>
</project>
<project>
@ -300,7 +300,7 @@
<name>windows_intelx86</name>
<name>windows_x86_64</name>
</platforms>
<image>http://boinc.berkeley.edu/images/gerasim.gif</image>
<image>https://boinc.berkeley.edu/images/gerasim.gif</image>
</project>
<project>
<name>FightNeglectedDiseases@Home</name>
@ -336,7 +336,7 @@
<name>x86_64-pc-linux-gnu</name>
<name>x86_64-pc-linux-gnu[vbox64]</name>
</platforms>
<image>http://boinc.berkeley.edu/images/rna4.png</image>
<image>https://boinc.berkeley.edu/images/rna4.png</image>
<summary>Study and design RNA molecules</summary>
</project>
<project>
@ -356,7 +356,7 @@
<name>x86_64-pc-linux-gnu[mt]</name>
<name>x86_64-pc-linux-gnu[vbox64]</name>
</platforms>
<image>http://boinc.berkeley.edu/images/gpugrid.png</image>
<image>https://boinc.berkeley.edu/images/gpugrid.png</image>
<summary>Help biomedical research</summary>
</project>
<project>
@ -374,7 +374,7 @@
<name>x86_64-pc-linux-gnu</name>
<name>x86_64-unknown-linux-gnu</name>
</platforms>
<image>http://boinc.berkeley.edu/images/africaathome.gif</image>
<image>https://boinc.berkeley.edu/images/africaathome.gif</image>
<summary>Study the spread of malaria</summary>
</project>
<project>
@ -395,7 +395,7 @@
<name>x86_64-pc-linux-gnu[opencl_ati_101]</name>
<name>x86_64-pc-linux-gnu[opencl_nvidia_101]</name>
</platforms>
<image>http://boinc.berkeley.edu/images/poem.jpg</image>
<image>https://boinc.berkeley.edu/images/poem.jpg</image>
<summary>Study protein structure and interaction</summary>
</project>
<project>
@ -430,7 +430,7 @@
<name>x86_64-apple-darwin</name>
<name>x86_64-pc-linux-gnu</name>
</platforms>
<image>http://boinc.berkeley.edu/images/rosetta_at_home_logo.jpg</image>
<image>https://boinc.berkeley.edu/images/rosetta_at_home_logo.jpg</image>
<summary>Study diseases such as HIV, malaria, cancer, and Alzheimer's</summary>
</project>
<project>
@ -447,7 +447,7 @@
<name>x86_64-apple-darwin</name>
<name>x86_64-pc-linux-gnu</name>
</platforms>
<image>http://boinc.berkeley.edu/images/lattice.gif</image>
<image>https://boinc.berkeley.edu/images/lattice.gif</image>
<summary>Study evolution using genetics</summary>
</project>
<project>
@ -464,7 +464,7 @@
<name>x86_64-unknown-linux-gnu</name>
<name>i686-apple-darwin</name>
</platforms>
<image>http://boinc.berkeley.edu/images/leiden_classical.png</image>
<image>https://boinc.berkeley.edu/images/leiden_classical.png</image>
<summary>Help students do atomic simulations</summary>
</project>
<project>
@ -479,7 +479,7 @@
<name>x86_64-apple-darwin[vbox_64]</name>
<name>x86_64-pc-linux-gnu[vbox_64]</name>
</platforms>
<image>http://boinc.berkeley.edu/images/atlas_at_home.jpg</image>
<image>https://boinc.berkeley.edu/images/atlas_at_home.jpg</image>
<summary>Simulate high-energy particle collisions for CERN</summary>
</project>
<project>
@ -517,7 +517,7 @@
<name>x86_64-pc-linux-gnu[sse2]</name>
<name>x86_64-pc-linux-gnu[sse3]</name>
</platforms>
<image>http://boinc.berkeley.edu/images/asteroids_logo.jpg</image>
<image>https://boinc.berkeley.edu/images/asteroids_logo.jpg</image>
<summary>Study the properties of asteroids</summary>
</project>
<project>
@ -546,7 +546,7 @@
<name>x86_64-pc-linux-gnu[sse2]</name>
<name>x86_64-pc-linux-gnu[sse3]</name>
</platforms>
<image>http://boinc.berkeley.edu/images/lhc.jpg</image>
<image>https://boinc.berkeley.edu/images/lhc.jpg</image>
<summary>Improve the design of the Large Hadron Collider</summary>
</project>
<project>
@ -558,7 +558,7 @@
<home>University of Warsaw</home>
<platforms>
</platforms>
<image>http://boinc.berkeley.edu/images/universe_at_home.png</image>
<image>https://boinc.berkeley.edu/images/universe_at_home.png</image>
<summary>Do research in physics and astronomy</summary>
</project>
<project>
@ -576,7 +576,7 @@
<name>x86_64-apple-darwin[vbox64]</name>
<name>x86_64-pc-linux-gnu[vbox64]</name>
</platforms>
<image>http://boinc.berkeley.edu/images/t4t.png</image>
<image>https://boinc.berkeley.edu/images/t4t.png</image>
<summary>Simulate high-energy particle collisions</summary>
</project>
<project>
@ -590,7 +590,7 @@
<name>i686-pc-linux-gnu</name>
<name>windows_intelx86</name>
</platforms>
<image>http://boinc.berkeley.edu/images/convector.jpg</image>
<image>https://boinc.berkeley.edu/images/convector.jpg</image>
<summary>Study mechanical engineering</summary>
</project>
<project>
@ -605,7 +605,7 @@
<name>windows_intelx86</name>
<name>x86_64-pc-linux-gnu</name>
</platforms>
<image>http://boinc.berkeley.edu/images/cosmo.jpg</image>
<image>https://boinc.berkeley.edu/images/cosmo.jpg</image>
<summary>Study the evolution of the Universe</summary>
</project>
<project>
@ -640,7 +640,7 @@
<name>x86_64-apple-darwin</name>
<name>x86_64-pc-linux-gnu</name>
</platforms>
<image>http://boinc.berkeley.edu/images/constellation2.png</image>
<image>https://boinc.berkeley.edu/images/constellation2.png</image>
<summary>Perform aerospace-related simulations</summary>
</project>
<project>
@ -686,7 +686,7 @@
<name>x86_64-pc-linux-gnu[opencl_nvidia]</name>
<name>x86_64-pc-linux-gnu[opencl_nvidia_101]</name>
</platforms>
<image>http://boinc.berkeley.edu/images/mw.png</image>
<image>https://boinc.berkeley.edu/images/mw.png</image>
<summary>Study the structure of the Milky Way galaxy</summary>
</project>
<project>
@ -748,7 +748,7 @@
<name>x86_64-pc-linux-gnu[opencl_nvidia_cc1]</name>
<name>x86_64-pc-linux-gnu[sse2]</name>
</platforms>
<image>http://boinc.berkeley.edu/images/seti_logo.png</image>
<image>https://boinc.berkeley.edu/images/seti_logo.png</image>
<summary>Search for evidence of extra-terrestrial life</summary>
</project>
<project>
@ -864,7 +864,7 @@
<name>x86_64-pc-linux-gnu[X64]</name>
<name>x86_64-pc-linux-gnu[X8664]</name>
</platforms>
<image>http://boinc.berkeley.edu/images/einstein.jpg</image>
<image>https://boinc.berkeley.edu/images/einstein.jpg</image>
<summary>Help detect pulsars and gravitational waves</summary>
</project>
<project>
@ -879,7 +879,7 @@
<name>i686-pc-linux-gnu</name>
<name>windows_intelx86</name>
</platforms>
<image>http://boinc.berkeley.edu/images/cpn_logo_world_1.jpg</image>
<image>https://boinc.berkeley.edu/images/cpn_logo_world_1.jpg</image>
<summary>Study long-term climate change</summary>
</project>
<project>
@ -898,7 +898,7 @@
<name>mipsel-unknown-linux-gnu</name>
<name>armv7l-unknown-linux-gnueabihf</name>
</platforms>
<image>http://boinc.berkeley.edu/images/radioactive.jpg</image>
<image>https://boinc.berkeley.edu/images/radioactive.jpg</image>
<summary>Monitor radiation levels</summary>
</project>
<project>
@ -957,7 +957,7 @@
<name>windows_intelx86</name>
<name>x86_64-pc-linux-gnu</name>
</platforms>
<image>http://boinc.berkeley.edu/images/cas_at_home.jpg</image>
<image>https://boinc.berkeley.edu/images/cas_at_home.jpg</image>
<summary>Help Chinese researchers</summary>
</project>
<project>
@ -979,7 +979,7 @@
<name>x86_64-pc-linux-gnu</name>
<name>arm-android-linux-gnu</name>
</platforms>
<image>http://boinc.berkeley.edu/images/wcg.jpg</image>
<image>https://boinc.berkeley.edu/images/wcg.jpg</image>
<summary>Do biomedical and environmental research</summary>
</project>
<project>
@ -998,7 +998,7 @@
<name>x86_64-apple-darwin</name>
<name>x86_64-pc-linux-gnu</name>
</platforms>
<image>http://boinc.berkeley.edu/images/cabecera2.jpg</image>
<image>https://boinc.berkeley.edu/images/cabecera2.jpg</image>
<summary>Help Spanish researchers</summary>
</project>
<project>
@ -1016,7 +1016,7 @@
<name>x86_64-pc-linux-gnu</name>
<name>x86_64-pc-linux-gnu[vbox64]</name>
</platforms>
<image>http://boinc.berkeley.edu/images/logo_edges.png</image>
<image>https://boinc.berkeley.edu/images/logo_edges.png</image>
<summary>Help European researchers</summary>
</project>
<project>
@ -1042,12 +1042,12 @@
<name>BAM!</name>
<url>http://bam.boincstats.com/</url>
<description>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.</description>
<image>http://boinc.berkeley.edu/images/BAM.png</image>
<image>https://boinc.berkeley.edu/images/BAM.png</image>
</account_manager>
<account_manager>
<name>GridRepublic</name>
<url>http://www.gridrepublic.org/</url>
<description>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.</description>
<image>http://boinc.berkeley.edu/images/logo_gridrepublic_vc.gif</image>
<image>https://boinc.berkeley.edu/images/logo_gridrepublic_vc.gif</image>
</account_manager>
</projects>