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
jacobian (author)
Fri Aug 28 15:28:12 -0700 2009
commit  337be479c7b460fce78fad256b20d6badbeceac5
tree    1c151de4b1bf3bbb6f4f60a00420396fb0c66b21
parent  5cd17a77c98e84a232b032484ee702ba6c0f676a parent  912aa84035dec8c86163792df3ec41aae81712d3
jellyroll / README.rst
100644 30 lines (22 sloc) 0.468 kb

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',
)