From bfa4a65b683b273d1a209b934a05c63379a8fb26 Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 7 Jan 2014 02:08:01 -0700 Subject: [PATCH] Update archives --- src/Archive/Redirect.coffee | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/src/Archive/Redirect.coffee b/src/Archive/Redirect.coffee index 5b5649eec..8cad73a91 100755 --- a/src/Archive/Redirect.coffee +++ b/src/Archive/Redirect.coffee @@ -51,8 +51,8 @@ Redirect = http: true https: true software: "foolfuuka" - boards: ["hr", "tg", "tv", "x"] - files: ["hr", "tg", "tv", "x"] + boards: ["hr", "pol", "s4s", "tg", "tv", "x"] + files: ["hr", "pol", "s4s", "tg", "tv", "x"] "Nyafuu": domain: "archive.nyafuu.org" @@ -62,14 +62,6 @@ Redirect = boards: ["c", "w", "wg"] files: ["c", "w", "wg"] - "fap archive": - domain: "fuuka.worldathleticproject.org" - http: true - https: true - software: "foolfuuka" - boards: ["adv", "b", "cm", "d", "e", "h", "hc", "lgbt", "pol", "r", "s", "s4s", "soc", "trv", "u", "y"] - files: ["b", "cm", "d", "e", "h", "hc", "pol", "r", "s", "s4s", "soc", "u", "y"] - "Install Gentoo": domain: "archive.installgentoo.net" http: false @@ -91,7 +83,7 @@ Redirect = http: true software: "fuuka" boards: ["an", "fit", "k", "mlp", "r9k", "toy"] - files: ["an", "k", "toy"] + files: ["an", "fit", "k", "r9k", "toy"] "warosu": domain: "fuuka.warosu.org" @@ -107,8 +99,8 @@ Redirect = https: true withCredentials: true software: "foolfuuka" - boards: ["a", "co", "d", "gd", "h", "jp", "m", "mlp", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"], - files: ["a", "d", "gd", "h", "jp", "m", "tg", "u", "vg", "vp", "vr", "wsg"] + boards: ["a", "co", "gd", "jp", "m", "s4s", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"], + files: ["a", "gd", "jp", "m", "s4s", "tg", "u", "vg", "vp", "vr", "wsg"] to: (dest, data) -> archive = (if dest is 'search' then Redirect.data.thread else Redirect.data[dest])[data.boardID]