Shrink The Web has announced a new API for free users using their new preview verification feature. This change required changes to my django-stw package.
The changes (lifted from the CHANGELOG.txt):
Changes to the shrinkthewebimage template tag:
I have been using the free website thumbnail service from Shrink The Web on my dog agility search website Googility since I launched it. It is quick and easy to use and it adds a lot to the look of the pages.
I had created a simple Django template tag ...
I recently updated my Django template tag for simplifying the use of Shrink The Web images. They recently announced a CDN based distribution of images and they took the opportunity to modify their API.
The updated template tag is on django snippets.
The STW folks have asked be to extend ...