add Flattr and auto-flattr support
commit3b02a550be60240dd9d84540275abb4dd79cf584
authorStefan Kögl <stefan@skoegl.net>
Sat, 22 Dec 2012 15:38:45 +0000 (22 16:38 +0100)
committerStefan Kögl <stefan@skoegl.net>
Sat, 22 Dec 2012 15:38:45 +0000 (22 16:38 +0100)
tree0cd1236dc73fa844146ac11e2a1cc7b18670f824
parentcdf4a43a5410b7e1c8198d600c2c759f1094f6cc
add Flattr and auto-flattr support
22 files changed:
couchdb/_design/podcast_states/validate_doc_update.js
couchdb/_design/subscribers/views/by_podcast/map.js
couchdb/_design/subscriptions/views/by_device/map.js
couchdb/_design/subscriptions/views/by_podcast/map.js
couchdb/_design/subscriptions/views/by_user/map.js
mygpo/api/advanced/__init__.py
mygpo/cel.py
mygpo/core/tasks.py [new file with mode: 0644]
mygpo/db/couchdb/episode_state.py
mygpo/db/couchdb/podcast_state.py
mygpo/flattr.py
mygpo/users/models.py
mygpo/web/templates/account.html
mygpo/web/templates/dashboard.html
mygpo/web/templates/episode.html
mygpo/web/templates/podcast.html
mygpo/web/templatetags/episodes.py
mygpo/web/templatetags/podcasts.py
mygpo/web/urls.py
mygpo/web/views/__init__.py
mygpo/web/views/episode.py
mygpo/web/views/podcast.py