This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Aug 17 08:31:54 -0700 2009 | |
| |
README.rst | Sun Aug 23 07:07:08 -0700 2009 | |
| |
bootstrap.py | Mon Aug 17 08:17:40 -0700 2009 | |
| |
buildout.cfg | Sat Aug 22 22:31:59 -0700 2009 | |
| |
setup.py | Mon Aug 17 12:16:19 -0700 2009 | |
| |
src/ | Wed Aug 26 13:30:57 -0700 2009 |
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',
)







