Archive for April, 2008

Bye bye twitter

Thursday, April 17th, 2008

bye bye twitter: for x in `./twitter_backup.py -U tabo -P ‘*******************’ | cut -d’ ‘ -f 1 | sort -r`; do ./twixer -D “$x”; done;

Release: Feedjack 0.9.12 - Django powered Feed aggregator

Tuesday, April 15th, 2008

A new version of Feedjack has been released: Feedjack 0.9.12.

Changes:

  • Feedjack is now django-unicode compliant
  • Using max_length instead of maxlength in models.py to prevent warnings in syncdb
  • Patched fjlib to use the new django refactored database backends
  • Disabling autoscaping for post contents in the included templates
  • Handling of feedparser returning an empty etag
  • Fixing encoding related problems in tag urls
  • Non-integer page parameters should be handled correctly

This is a make-feedjack-work-with-django-trunk release. Apologies if you had to hack through the code to use it, and thanks to everybody that published guides on how to make everything work, like this ticket from Paul Bissex, this full guide from Alex Kuo and this patch to make unicode tags work.

Share and enjoy.