/a/ is now archived on easymodo

This commit is contained in:
Nicolas Stepien 2011-07-03 02:43:39 +02:00
parent 59c2c9b744
commit 573bd0f8e0
3 changed files with 3 additions and 2 deletions

View File

@ -2386,6 +2386,7 @@
case 'tv': case 'tv':
url = "http://green-oval.net/cgi-board.pl/" + g.BOARD + "/thread/" + g.THREAD_ID; url = "http://green-oval.net/cgi-board.pl/" + g.BOARD + "/thread/" + g.THREAD_ID;
break; break;
case 'a':
case 'jp': case 'jp':
case 'm': case 'm':
case 'tg': case 'tg':

View File

@ -1,7 +1,7 @@
- mayhem: - mayhem:
- prevent upload of too large files - prevent upload of too large files
- fix options height for netbooks - fix options height for netbooks
- /a/ is not archived anymore - /a/ is now archived on easymodo
2.15.0 2.15.0
- mayhem: - mayhem:

View File

@ -1835,7 +1835,7 @@ redirect = ->
switch g.BOARD switch g.BOARD
when 'g', 'lit', 'sci', 'tv' when 'g', 'lit', 'sci', 'tv'
url = "http://green-oval.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}" url = "http://green-oval.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
when 'jp', 'm', 'tg' when 'a', 'jp', 'm', 'tg'
url = "http://archive.easymodo.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}" url = "http://archive.easymodo.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
when '3', 'adv', 'an', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x' when '3', 'adv', 'an', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x'
url = "http://archive.no-ip.org/#{g.BOARD}/thread/#{g.THREAD_ID}" url = "http://archive.no-ip.org/#{g.BOARD}/thread/#{g.THREAD_ID}"