diff options
| author | Michael Peter Christen <mc@yacy.net> | 2024-07-21 18:02:58 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2024-07-21 18:02:58 +0200 |
| commit | 910a496c9f657adaa8560d068c5a2e29d9bdd68a (patch) | |
| tree | 290e4dfeb3c1b57e5502add2c225e377b1027e68 /defaults | |
| parent | fd45ccf76ebb7f18f63ce508e43ff66d118f2cc3 (diff) | |
replaced http links with https
Diffstat (limited to 'defaults')
| -rw-r--r-- | defaults/oaiListFriendsSource.xml | 4 | ||||
| -rw-r--r-- | defaults/yacy.init | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/defaults/oaiListFriendsSource.xml b/defaults/oaiListFriendsSource.xml index 838686b07..3b41b2a3e 100644 --- a/defaults/oaiListFriendsSource.xml +++ b/defaults/oaiListFriendsSource.xml @@ -2,6 +2,6 @@ <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> <properties> <comment>Sources for OAI ListFriends entries. The Key is the URL to the ListFriends Source, the Value is the Path to the local file where the ListFriends file is stored</comment> - <entry key="http://roar.eprints.org/cgi/roar_search/advanced/export_roar_ROAR::ListFriends.xml?_action_export=1&output=ROAR%3A%3AListFriends">DATA/DICTIONARIES/harvesting/export_roar_ROAR_ListFriends.xml</entry> - <entry key="http://www.openarchives.org/Register/ListFriends">DATA/DICTIONARIES/harvesting/ListFriends.xml</entry> + <entry key="https://roar.eprints.org/cgi/roar_search/advanced/export_roar_ROAR::ListFriends.xml?_action_export=1&output=ROAR%3A%3AListFriends">DATA/DICTIONARIES/harvesting/export_roar_ROAR_ListFriends.xml</entry> + <entry key="https://www.openarchives.org/Register/ListFriends">DATA/DICTIONARIES/harvesting/ListFriends.xml</entry> </properties>
\ No newline at end of file diff --git a/defaults/yacy.init b/defaults/yacy.init index 68e3e72cc..eac5bef47 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -597,7 +597,7 @@ proxyIndexingLocalMedia=true # proxy usage only for .yacy-Domains for autoconfig
proxyYacyOnly=false
-# enable proxy via url (/proxy.html?url=http://yacy.net)
+# enable proxy via url (/proxy.html?url=https://yacy.net)
proxyURL=false
proxyURL.access=127.0.0.1,0:0:0:0:0:0:0:1
# which urls to rewrite to /proxy.html?url=x (values: all, domainlist)
@@ -1288,8 +1288,8 @@ content.phpbb3.dumpfile = # search engine teaser: an about box in search results
# this is only shown, if the about.body is filled
-about.headline=
-about.body=
+about.headline=Please Help Us
+about.body=<iframe src="/env/donate.html" style="border:none;"></iframe>
donation.iframesource=https://yacy.net/include/donate.html
donation.iframetarget=env/donate.html
@@ -1405,7 +1405,7 @@ postprocessing.partialUpdate = true # To use this user agent option, you must define completely different names and strings
# and remove the given example here, which will be ignored by default.
crawler.userAgent.name = yacybot
-crawler.userAgent.string = yacybot ($$SYSTEM$$) http://yacy.net/bot.html
+crawler.userAgent.string = yacybot ($$SYSTEM$$) https://yacy.net/bot.html
crawler.userAgent.minimumdelta = 500
crawler.userAgent.clienttimeout = 10000
|
