Update archive redirections. Close #66
This commit is contained in:
parent
e5797d029d
commit
c8c3bb6331
@ -2827,7 +2827,7 @@
|
|||||||
case 'm':
|
case 'm':
|
||||||
case 'tg':
|
case 'tg':
|
||||||
case 'tv':
|
case 'tv':
|
||||||
url = "http://archive.foolz.us/" + g.BOARD + "/thread/" + g.THREAD_ID;
|
url = "http://oldarchive.foolz.us/" + g.BOARD + "/thread/" + g.THREAD_ID;
|
||||||
break;
|
break;
|
||||||
case 'diy':
|
case 'diy':
|
||||||
case 'g':
|
case 'g':
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
master
|
master
|
||||||
|
- mayhem
|
||||||
|
update archive redirections
|
||||||
|
|
||||||
2.23.6
|
2.23.6
|
||||||
- mayhem
|
- mayhem
|
||||||
|
|||||||
@ -2218,7 +2218,7 @@ Favicon =
|
|||||||
redirect = ->
|
redirect = ->
|
||||||
switch g.BOARD
|
switch g.BOARD
|
||||||
when 'a', 'jp', 'm', 'tg', 'tv'
|
when 'a', 'jp', 'm', 'tg', 'tv'
|
||||||
url = "http://archive.foolz.us/#{g.BOARD}/thread/#{g.THREAD_ID}"
|
url = "http://oldarchive.foolz.us/#{g.BOARD}/thread/#{g.THREAD_ID}"
|
||||||
when 'diy', 'g', 'sci'
|
when 'diy', 'g', 'sci'
|
||||||
url = "http://archive.installgentoo.net/#{g.BOARD}/thread/#{g.THREAD_ID}"
|
url = "http://archive.installgentoo.net/#{g.BOARD}/thread/#{g.THREAD_ID}"
|
||||||
when '3', 'adv', 'an', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'pol', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x'
|
when '3', 'adv', 'an', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'pol', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user