django-thummer
==============

A website snapshot and thumbnailing app using firefox, selenium, and
sorl-thumbnail.

Requires Firefox and Xvfb:
sudo apt-get install firefox xvfb

Installation:
pip install git+https://github.com/MattAustin/django-thummer@2.0.0

Special thanks to the sorl-thumbnail and selenium projects:
* https://github.com/sorl/sorl-thumbnail
* http://code.google.com/p/selenium/

Also thanks to the blog posts which got me thinking about the project:
* http://coreygoldberg.blogspot.com/2011/06/python-headless-selenium-webdriver.html
* http://lapin-blanc.net/09/11/2008/django-website-thumbnail-generator/

TODO:
* Snapshot error handling
* Documentation
* Template tag
* Celery tasks
* Placeholder image
* Management commands
* Tests
* Logging
* Cache redirect response?

