GitXplorerGitXplorer
j

jellyroll

public
133 stars
11 forks
1 issues

Commits

List of commits on branch master.
Unverified
02751b3108b6f6ae732a801d42ca3c85cc759978

Added the LICENSE I thought I had.

jjacobian committed 15 years ago
Unverified
a2ef084583948d464c9d6606b37b6fdab58fa91d

Use hashlib instead of md5.

jjacobian committed 15 years ago
Unverified
d4e7c3cd599220602e7058cc7ab6843c4af19c36

Fixes to work with Django 1.2.

jjacobian committed 15 years ago
Unverified
337be479c7b460fce78fad256b20d6badbeceac5

Merge commit 'howthebodyworks/master'

jjacobian committed 15 years ago
Unverified
5cd17a77c98e84a232b032484ee702ba6c0f676a

Log the new location in the latitude provider.

jjacobian committed 15 years ago
Unverified
35ccb57761414f7faeb3eda1021aa14af582e36b

A couple of fixes to latitude provider: fix my dislexyia w.r.t. lat/long, and don't update multiple times if the location hasn't changed since last time.

jjacobian committed 15 years ago

README

The README file for this repository.

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