From 4c97408c26f9cdac7db3b59f040b0414dbc0d734 Mon Sep 17 00:00:00 2001 From: NemDiggers Date: Fri, 2 Aug 2013 03:08:52 -0400 Subject: [PATCH 1/2] Rename archive; add support for /hc/ --- json/archives.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/json/archives.json b/json/archives.json index 8fd76aebf..42edc592c 100644 --- a/json/archives.json +++ b/json/archives.json @@ -54,13 +54,13 @@ "files": ["adv", "asp", "cm", "e", "i", "lgbt", "n", "o", "p", "s", "s4s", "t", "trv", "y"] }, { "uid": 12, - "name": "worldathleticproject", + "name": "fap archive", "domain": "fuuka.worldathleticproject.org", "http": true, "https": false, "software": "foolfuuka", - "boards": ["e", "h", "p", "s", "u"], - "files": ["e", "h", "p", "s", "u"] + "boards": ["e", "h", "p", "s", "u", "hc"], + "files": ["e", "h", "p", "s", "u", "hc"] }, { "uid": 7, "name": "Install Gentoo", From 46c57947ce77320ee6f03e7b7f4dbd9fa776cfce Mon Sep 17 00:00:00 2001 From: Mayhem Date: Fri, 2 Aug 2013 09:53:25 +0200 Subject: [PATCH 2/2] Sort "fap archive" boards & files arrays. --- json/archives.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/archives.json b/json/archives.json index 42edc592c..b59fa5145 100644 --- a/json/archives.json +++ b/json/archives.json @@ -59,8 +59,8 @@ "http": true, "https": false, "software": "foolfuuka", - "boards": ["e", "h", "p", "s", "u", "hc"], - "files": ["e", "h", "p", "s", "u", "hc"] + "boards": ["e", "h", "hc", "p", "s", "u"], + "files": ["e", "h", "hc", "p", "s", "u"] }, { "uid": 7, "name": "Install Gentoo",