comparison taginthemiddle/handlers.py @ 17:c85d42296c06

make the model almost be real
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 24 May 2010 07:44:39 -0700
parents 5f492a6fbdd1
children
comparison
equal deleted inserted replaced
16:5f492a6fbdd1 17:c85d42296c06
96 (or should it be /<resource>/tags/mozilla/workflow , which would be 96 (or should it be /<resource>/tags/mozilla/workflow , which would be
97 identical to /<resource>/tags/workflow/mozilla ?) 97 identical to /<resource>/tags/workflow/mozilla ?)
98 98
99 Also handles RSS: 99 Also handles RSS:
100 /<resource>/tags/mozilla?format=rss 100 /<resource>/tags/mozilla?format=rss
101
102 Maybe this takes care of the TagCloud too? And/or view as most recent?
101 """ 103 """
102 104
103 template = 'tags.html' 105 template = 'tags.html'
104 methods = set(['GET']) 106 methods = set(['GET'])
105 107