* Fix broken links in update posts
They were using relative links still which became invalid by moving
directories. It's better to link stuff absolutely anyway.
* Remove unused 'secure' registration and login pages
* Remove obsolete parse.py
* Use templates better to remove a ton of code duplication
Where it made sense I converted HTML pages to Markdown to ease writing
and discourage custom styling as much as possible. These pages can still
use custom HTML when necessary, and some do, but they are easier to read
and understand now.
* Reapply "Make all news posts use proper templates and use the Jekyll post system (#243)" (#244)
This reverts commit 597567687d.
* Change /services/m=news/latest.html to show the latest update rather than redirecting to stop Saradomin launcher from crashing
The launcher really shouldn't crash when it fails to retrieve news
items, but alas.
* Make all news posts use proper templates and use the Jekyll post system
A TON of layout code was just copied over with every update post (thus
duplicated). That's just asking for problems and is what templates exists
for.
While at it I formatted all the HTML I saw, formatting was all over the
place.
* Add a RSS feed for game updates