From a37d26c4a6244de44c22024c62be395ac20cc9f7 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Wed, 7 Oct 2015 20:18:25 +0200 Subject: [PATCH 1/3] Add a search field for Desustorage --- archives.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archives.json b/archives.json index 87f5c31a1..9623c438b 100644 --- a/archives.json +++ b/archives.json @@ -60,7 +60,8 @@ "https": true, "software": "foolfuuka", "boards": ["a", "aco", "an", "co", "d", "fit", "int", "k", "mlp", "qa", "r9k", "tg", "wsg"], - "files": ["a", "aco", "an", "co", "d", "fit", "int", "k", "mlp", "qa", "r9k", "tg", "wsg"] + "files": ["a", "aco", "an", "co", "d", "fit", "int", "k", "mlp", "qa", "r9k", "tg", "wsg"], + "search": ["mlp", "qa"] }, { "uid": 24, "name": "fireden.net", From 593e3d8d50de63e4946e8c79ead0ec3bea125ff1 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Wed, 7 Oct 2015 20:21:23 +0200 Subject: [PATCH 2/3] Document the `storage` field --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b7d4445b..b55cb4f38 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,8 @@ Generic archive information: "https": true, "software": "foolfuuka", "boards": ["a"], - "files": ["a"] + "files": ["a"], + "storage": ["a"] } ``` @@ -22,3 +23,5 @@ make sure it does not overlap with an archive that previously died for example. `software` can be `"foolfuuka"` or `"fuuka"` 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. From f7a36ca401a38d46f3dfab7fff14e51a61485c4d Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 7 Oct 2015 11:59:58 -0700 Subject: [PATCH 3/3] Desustorage added /c/ and /m/. --- archives.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archives.json b/archives.json index 9623c438b..25dadf790 100644 --- a/archives.json +++ b/archives.json @@ -59,8 +59,8 @@ "http": false, "https": true, "software": "foolfuuka", - "boards": ["a", "aco", "an", "co", "d", "fit", "int", "k", "mlp", "qa", "r9k", "tg", "wsg"], - "files": ["a", "aco", "an", "co", "d", "fit", "int", "k", "mlp", "qa", "r9k", "tg", "wsg"], + "boards": ["a", "aco", "an", "c", "co", "d", "fit", "int", "k", "m", "mlp", "qa", "r9k", "tg", "wsg"], + "files": ["a", "aco", "an", "c", "co", "d", "fit", "int", "k", "m", "mlp", "qa", "r9k", "tg", "wsg"], "search": ["mlp", "qa"] }, { "uid": 24,