Skip to content

brianmckinneyrocks/jellyroll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

You keep personal data in all sorts of places on the internets. Jellyroll brings them together onto your own site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • HTML 1.2%