From fad2e477e9320947d354a4db9369915ae3ac8371 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Wed, 7 Oct 2015 21:28:35 +0200 Subject: [PATCH 1/3] Brainfart --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b55cb4f38..6140e8e92 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ Generic archive information: "software": "foolfuuka", "boards": ["a"], "files": ["a"], - "storage": ["a"] + "search": ["a"] } ``` @@ -24,4 +24,4 @@ make sure it does not overlap with an archive that previously died for example. `files` is the list of boards whose files (images, videos, pdfs) are also archived, even temporarily, and not just thumbnails. -`storage` is the list of boards where search is enabled. If this field is missing then it implies that search is enabled on all boards. +`search` is the list of boards where search is enabled. If this field is missing then it implies that search is enabled on all boards. From 90868f2c20b5775245341827e80445b1a4c27884 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Wed, 7 Oct 2015 21:36:23 +0200 Subject: [PATCH 2/3] fireden.net doesn't offer search on any boards --- archives.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archives.json b/archives.json index 25dadf790..e4ac03f04 100644 --- a/archives.json +++ b/archives.json @@ -70,5 +70,6 @@ "https": true, "software": "foolfuuka", "boards": ["cm", "ic", "vg", "y"], - "files": ["cm", "ic", "vg", "y"] + "files": ["cm", "ic", "vg", "y"], + "search": [] }] From 952f39281ee464fe9e92efbf3e02192a9cfdf621 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 7 Oct 2015 12:40:28 -0700 Subject: [PATCH 3/3] Add b4k.co. --- archives.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/archives.json b/archives.json index e4ac03f04..31bb7c537 100644 --- a/archives.json +++ b/archives.json @@ -72,4 +72,14 @@ "boards": ["cm", "ic", "vg", "y"], "files": ["cm", "ic", "vg", "y"], "search": [] +}, { + "uid": 25, + "name": "b4k.co", + "domain": "ff.b4k.co", + "http": true, + "https": true, + "software": "foolfuuka", + "boards": ["g", "mlp", "qa", "v"], + "files": [], + "search": [] }]