Update changelog; add /r9k/ archive redirection, even though the last archived post is dated from the 5th December.

This commit is contained in:
Nicolas Stepien 2011-12-29 02:24:36 +01:00
parent fcc0d61f72
commit 39d7e45261
3 changed files with 3 additions and 2 deletions

View File

@ -2872,6 +2872,7 @@
case 'p': case 'p':
case 'po': case 'po':
case 'pol': case 'pol':
case 'r9k':
case 'soc': case 'soc':
case 'sp': case 'sp':
case 'toy': case 'toy':

View File

@ -4,7 +4,7 @@ master
the unread count will decrease when inlining quotes of unread posts the unread count will decrease when inlining quotes of unread posts
the report button can open multiple popups again the report button can open multiple popups again
add omploader to the list of optional flavors (http://ompldr.org/upload?url1=) add omploader to the list of optional flavors (http://ompldr.org/upload?url1=)
update archive redirections update archive redirections, add /lit/ and /u/
2.23.7 2.23.7
- mayhem - mayhem

View File

@ -2241,7 +2241,7 @@ redirect =
"http://fuuka.warosu.org/#{g.BOARD}/thread/#{g.THREAD_ID}" "http://fuuka.warosu.org/#{g.BOARD}/thread/#{g.THREAD_ID}"
when 'diy', 'g', 'sci' when 'diy', 'g', 'sci'
"http://archive.installgentoo.net/#{g.BOARD}/thread/#{g.THREAD_ID}" "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', 'r9k', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x'
"http://archive.no-ip.org/#{g.BOARD}/thread/#{g.THREAD_ID}" "http://archive.no-ip.org/#{g.BOARD}/thread/#{g.THREAD_ID}"
else else
"http://boards.4chan.org/#{g.BOARD}" "http://boards.4chan.org/#{g.BOARD}"