From bb276db81e7a9ba97c953e95e623f92150329fbe Mon Sep 17 00:00:00 2001 From: notevenaperson <66701832+notevenaperson@users.noreply.github.com> Date: Sat, 29 Apr 2023 16:01:19 +0000 Subject: [PATCH 1/2] Update archives.json - Update endpoints for Icelandic Web Archive - Bibliotheca Alexandrina Web Archive isn't working properly, add an `ignore` to it. --- docs/archives.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/archives.json b/docs/archives.json index 58abe83..8f691ff 100644 --- a/docs/archives.json +++ b/docs/archives.json @@ -51,14 +51,15 @@ { "id": "wayback.vefsafn.is", "name": "Icelandic Web Archive", - "timemap": "http://wayback.vefsafn.is/wayback/timemap/link/", - "timegate": "http://wayback.vefsafn.is/wayback/" + "timemap": "http://vefsafn.is/timemap/link/", + "timegate": "http://vefsafn.is/" }, { "id": "web.archive.bibalex.org", "name": "Bibliotheca Alexandrina Web Archive", "timemap": "http://web.archive.bibalex.org/web/timemap/link/", - "timegate": "http://web.archive.bibalex.org/web/" + "timegate": "http://web.archive.bibalex.org/web/", + "ignore": true }, { "id": "web.archive.org", From cbf7f2d5876e3ee285fb208e24c5a815178d9dec Mon Sep 17 00:00:00 2001 From: Mat Kelly Date: Fri, 8 Sep 2023 10:44:42 -0400 Subject: [PATCH 2/2] Update new Icelandic Web Archive endpoints to use https --- docs/archives.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/archives.json b/docs/archives.json index 8f691ff..a6ec6f7 100644 --- a/docs/archives.json +++ b/docs/archives.json @@ -51,8 +51,8 @@ { "id": "wayback.vefsafn.is", "name": "Icelandic Web Archive", - "timemap": "http://vefsafn.is/timemap/link/", - "timegate": "http://vefsafn.is/" + "timemap": "https://vefsafn.is/timemap/link/", + "timegate": "https://vefsafn.is/" }, { "id": "web.archive.bibalex.org",