directory implement rolling categories
commit38dead96eb9f05576c14816284b29ac547a1f2ca
authorStefan Kögl <stefan@skoegl.net>
Wed, 17 Oct 2012 19:56:21 +0000 (17 21:56 +0200)
committerStefan Kögl <stefan@skoegl.net>
Thu, 18 Oct 2012 17:48:18 +0000 (18 19:48 +0200)
treea183ded401c3ccdf04b5918ed8166dd4adb9be0f
parent99451a0525a53e7f7810461652dbacc6fef4c9d9
directory implement rolling categories

a podcast with a new episode pushes one of its categories to the top of the
directory, from there it sinks down as new categories are pushed by other
podcasts
couchdb/_design/categories/views/by_update/map.js [new file with mode: 0644]
couchdb/_design/categories/views/by_weight/map.js [deleted file]
mygpo/data/feeddownloader.py
mygpo/directory/models.py
mygpo/directory/tags.py
mygpo/directory/templates/directory.html
mygpo/web/templatetags/utils.py