Fixed Bug: RSS feed does not validate

Checking the RSS feed against the validator at http://feedvalidator.org/ reveals four errors:

  1. The appears to be encoded as “UTF-8”, but your server is reporting “US-ASCII”
  2. ‘utf8’ codec can’t decode bytes in position 1304-1307: invalid data (maybe a high-bit character?) – it is an umlaut !
  3. link must be a full and valid URL – They haven’t been url encoded and still contain spaces and the like
  4. author must include an email address – Just has the authors name

Partially fixed in v-0-0-6 by changing the xml coding.

Note, there may be a problem in a lack of a unique id for each RSS item?

Hopefully fixed in v1-0-0

Edit this page or watch for changes using RSS.