Packaged from changeset 17 of the Mercurial repository.
* Removed views.py and paginator.py. They were both specific to the project django-activitysync was originally a part of, and had hardcoded view names.
0.2.1
--------------------------
Packaged from changeset 14 of the Mercurial repository.
* Fixed packaging issue, since templates were not getting installed
0.2.0
--------------------------
Packaged from changeset 13 of the Mercurial repository.
* Added TwitterSearchProvider to allow syncing the results of a Twitter search query
* BACKWARDS INCOMPATIBLE CHANGE: Renamed TwitterProvider to TwitterUserProvider to distinguish it from the new TwitterSearchProvider
* BACKWARDS INCOMPATIBLE CHANGE: Moved all provider settings into a ACTIVITYSYNC_SETTINGS dictionary to cut down on clutter
0.1.2
-------------------------
Packaged from changeset 10 of the Mercurial repository.
* Fixed license metadata to reflect the LICENSE included in the project (BSD)
* Added more information to the readme about usage
0.1.1
-------------------------
* Initial packaged version intended for use
* Initial set out documentation
0.1.0
-------------------------
* Code ported over from dancarrollorg project (http://bitbucket.org/dancarroll/dancarrollorg)