Topic: [Website] RSS feed
There is an RSS feed for the latest news, but it isn't linked on the frontpage, so I had to search a little bit. You could just insert
<link rel="alternate" type="application/rss+xml" href="http://www.teeworlds.com/forum/extern.php?action=feed&fid=7&type=rss" title="RSS" />
<link rel="alternate" type="application/atom+xml" href="http://www.teeworlds.com/forum/extern.php?action=feed&fid=7&type=atom" title="ATOM" />
in the <head>-tag of the front page, so it shows up as an RSS-icon in firefox (and other browsers?) next to the URL. Just a little improvement.