Release: Feedjack 0.9.10 - Django powered Feed aggregator

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

Changes:

  • Fixing CSS tags for styles 4 and 5
  • feedjack_update now strip()s tags before storing them
  • feedjack_update shows the feed number being processed
  • We no longer cache the tags in feedjack_update, it had encoding problems
    and makes the script safe to run more than one instance at the same time

I said that 0.9.9 would be the last release in the 0.9 branch. I lied. 0.9.10 is a maintenance/bugfix release. The 0.10 branch of feedjack is on the works.

Share and enjoy.

One Response to “Release: Feedjack 0.9.10 - Django powered Feed aggregator”

  1. eas Says:

    Thanks for the update. Finally had a chance to roll this into my local branch.

    I noticed a few things. First, doesn’t the two lines of code just before you strip the tags get rid of space runs. If so, it seems redundant now.

    On the other hand, it seems like it might be better to HTML escape the spaces. It would retain more information, and it would be more google-friendly.

Leave a Reply