public
Description: You keep personal data in all sorts of places on the internets. Jellyroll brings them together onto your own site.
Homepage:
Clone URL: git://github.com/jacobian/jellyroll.git
README.rst

Prerequisites

Required by setup.py:

  • django-tagging (0.3pre)
  • Django 1.1+
  • PIL
  • python-dateutil
  • pytz
  • httplib2

Optional

  • GitPython (for Git support)
  • pysvn (for SVN support)
  • feedparser (for YouTube support)

Installation

You need to set up which providers you are going to use, e.g.

JELLYROLL_PROVIDERS = (
    'jellyroll.providers.delicious',
    'jellyroll.providers.flickr',
)