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 (
commit 337be479c7b460fce78fad256b20d6badbeceac5
tree 1c151de4b1bf3bbb6f4f60a00420396fb0c66b21
parent 5cd17a77c98e84a232b032484ee702ba6c0f676a parent 912aa84035dec8c86163792df3ec41aae81712d3
tree 1c151de4b1bf3bbb6f4f60a00420396fb0c66b21
parent 5cd17a77c98e84a232b032484ee702ba6c0f676a parent 912aa84035dec8c86163792df3ec41aae81712d3
| 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',
)







