From 79bd9f623a015bf839d3cd2b25923f359640b284 Mon Sep 17 00:00:00 2001 From: luccioman Date: Tue, 22 May 2018 17:46:12 +0200 Subject: [PATCH] Updated YaCy home page embedded links from http to https scheme --- app.json | 4 ++-- defaults/yacy.init | 4 ++-- htroot/ConfigPortal_p.java | 2 +- htroot/Help.html | 14 +++++++------- htroot/api/feed.java | 2 +- htroot/env/templates/header.template | 4 ++-- htroot/env/templates/metas.template | 4 ++-- htroot/env/templates/simpleSearchHeader.template | 4 ++-- htroot/env/templates/simpleheader.template | 4 ++-- htroot/opensearchdescription.xml | 2 +- htroot/terminal_p.html | 2 +- 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/app.json b/app.json index 4a7a88875..660660261 100755 --- a/app.json +++ b/app.json @@ -8,9 +8,9 @@ "decentralized", "java" ], - "website": "http://yacy.net", + "website": "https://yacy.net", "repository": "https://github.com/yacy/yacy_search_server", - "logo": "http://yacy.net/material/YaCyLogo2011.svg", + "logo": "https://yacy.net/material/YaCyLogo2011.svg", "env": { "YACY_INIT_ADMIN_PASSWORD": { "description": "Administrator initial password : please fill with a Base64 MD5 value", diff --git a/defaults/yacy.init b/defaults/yacy.init index ece7ba1cc..8f556d4ab 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -315,7 +315,7 @@ promoteSearchPageGreeting = Web Search by the People, for the People # if the following property is set to true, the network name is used as greeting promoteSearchPageGreeting.useNetworkName = false # the following attributes can be used to define a custom image, alternative text and home page on the search page -promoteSearchPageGreeting.homepage = http://yacy.net +promoteSearchPageGreeting.homepage = https://yacy.net promoteSearchPageGreeting.imageAlt = YaCy project web site promoteSearchPageGreeting.largeImage = env/grafics/YaCyLogo_120ppi.png promoteSearchPageGreeting.smallImage = env/grafics/YaCyLogo_60ppi.png @@ -1222,7 +1222,7 @@ content.phpbb3.dumpfile = about.headline=Please support YaCy! about.body=
If you run a YaCy server, feel free to replace our donation plea with your own support message, use the Portal Configuration servlet.
-donation.iframesource=http://yacy.net/include/donate.html +donation.iframesource=https://yacy.net/include/donate.html donation.iframetarget=env/donate.html # search heuristics diff --git a/htroot/ConfigPortal_p.java b/htroot/ConfigPortal_p.java index b69ab3c3c..7b6b96c6f 100644 --- a/htroot/ConfigPortal_p.java +++ b/htroot/ConfigPortal_p.java @@ -153,7 +153,7 @@ public class ConfigPortal_p { } } sb.setConfig(SwitchboardConstants.GREETING, config.getProperty(SwitchboardConstants.GREETING,"P2P Web Search")); - sb.setConfig(SwitchboardConstants.GREETING_HOMEPAGE, config.getProperty(SwitchboardConstants.GREETING_HOMEPAGE,"http://yacy.net")); + sb.setConfig(SwitchboardConstants.GREETING_HOMEPAGE, config.getProperty(SwitchboardConstants.GREETING_HOMEPAGE,"https://yacy.net")); sb.setConfig(SwitchboardConstants.GREETING_LARGE_IMAGE, config.getProperty(SwitchboardConstants.GREETING_LARGE_IMAGE,"env/grafics/YaCyLogo_120ppi.png")); sb.setConfig(SwitchboardConstants.GREETING_SMALL_IMAGE, config.getProperty(SwitchboardConstants.GREETING_SMALL_IMAGE,"env/grafics/YaCyLogo_60ppi.png")); sb.setConfig(SwitchboardConstants.GREETING_IMAGE_ALT, config.getProperty(SwitchboardConstants.GREETING_IMAGE_ALT,"YaCy project web site")); diff --git a/htroot/Help.html b/htroot/Help.html index c0d6eff2d..0fe2f0394 100644 --- a/htroot/Help.html +++ b/htroot/Help.html @@ -15,21 +15,21 @@

Demo from FSCONS 2010: Web Search By The People, For The People

- +

-twitter this video -Download from Vimeo: FSCONS 2010: YaCy Demo +twitter this video +Download from Vimeo: FSCONS 2010: YaCy Demo

Demo von 26. Oberhofer Kolloquium 2011: Freier Wissenszugang mit der Suchmaschine YaCy

- +

-twitter this video -Download from Vimeo: 26. Oberhofer Kolloquium 2011: YaCy Demo +twitter this video +Download from Vimeo: 26. Oberhofer Kolloquium 2011: YaCy Demo

More Tutorials

-

Please see the tutorials on http://yacy.net

+

Please see the tutorials on https://yacy.net

#%env/templates/footer.template%# diff --git a/htroot/api/feed.java b/htroot/api/feed.java index d14c5a2c4..1c853085d 100644 --- a/htroot/api/feed.java +++ b/htroot/api/feed.java @@ -49,7 +49,7 @@ public class feed { prop.put("channel_pubDate", (new Date()).toString()); prop.putXML("item_" + messageCount + "_title", channelName + ": " + "YaCy Test Entry " + (new Date()).toString()); prop.putXML("item_" + messageCount + "_description", "abcdefg"); - prop.putXML("item_" + messageCount + "_link", "http://yacy.net"); + prop.putXML("item_" + messageCount + "_link", "https://yacy.net"); prop.put("item_" + messageCount + "_pubDate", (new Date()).toString()); prop.put("item_" + messageCount + "_guid", System.currentTimeMillis()); messageCount++; diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index 2bed0e9de..6cb7cb7a4 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -107,10 +107,10 @@