Update archive redirections. Close #66

This commit is contained in:
Nicolas Stepien 2011-12-21 04:20:10 +01:00
parent e5797d029d
commit c8c3bb6331
3 changed files with 4 additions and 2 deletions

View File

@ -2827,7 +2827,7 @@
case 'm':
case 'tg':
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;
case 'diy':
case 'g':

View File

@ -1,4 +1,6 @@
master
- mayhem
update archive redirections
2.23.6
- mayhem

View File

@ -2218,7 +2218,7 @@ Favicon =
redirect = ->
switch g.BOARD
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'
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'