Articles tagged with Development

chrss (chess by rss) update 17

By john

This update adds two features:

  • you can now offer a draw to an opponent
  • comments are now included in rss feeds for games and users

The first new feature was needed so I could finish this game. A bit like when I had to add the ability to resign a …

chrss code coverage

By john

I've generally speaking been a fairly good boy when it comes to writing unit tests for chrss, but I know I haven't covered everything. Most of the focus has been on the underlying chess module, so I thought I'd best have a look and see what my actual unit test …

£5app blog

By john

Just upgraded the £5app site to include a blog. Pretty easy to throw together using Django. It'll need some refining, but the site is proving to be a nice easy way to get familiar with Django.

Generic views (in particular the date views) helped a lot. Also managed to figure …