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 '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':

View File

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

View File

@ -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'