jmoiron plays the blues

#165 to johnny-cache fix cache backends to work with Django 1.3 by adding kwargs, without breaking backwards compatibility.
#49 to dotfiles add lrv
239ac943 to micromongo alter the default micromongo cursors to be iterable more than once (if they are not set as tailable)
1301e658 to jmoiron.net add blog detail view, add prelim comment model, alter comment migration to be more in line with the shape of stream entries and blogs ('timestamp' key, etc)
31c3a46d to jmoiron.net fix blog timezones, tweak the comment icon to display in a nicer vertical position
a35d5417 to jmoiron.net simple blog model and display
ec79ed6c to jmoiron.net add pygments styles, creative-commons icon, get style more or less up to speed with what's online
108ea738 to jmoiron.net a huge pile of changes porting over lots of the old style to the new node.js version of lessjs + bootstrap.less; i've removed a couple of unnecessary container divs to make and made the markup and style a lot cleaner; the stream essentially works now and includes pagination; also added an ajax stream view for either a "more" or a twitter-style infinite scroll
67a627e0 to django-slow-log Merged pull request #1 from skoczen/7e77665d772faddaad44. Updated the matcher regex to also work on mac os 10.6
67a627e0 to django-slow-log Merged pull request #1 from skoczen/7e77665d772faddaad44. Updated the matcher regex to also work on mac os 10.6
12107403 to jmoiron.net redo stream pagination properly
#48 to dotfiles add jellybeans.vim python modifications
8cf2bd05 to jmoiron.net switch comments to an oid reference in the migration script rather than an explicit comment; still not sure i'll bother with real mongo refs
034a9098 to jmoiron.net add pagination utilities to utils.py
7b0d5495 to jmoiron.net rename run module to jmoiron, make it more like a reguar importable model (that happens to have our app); make necessary changes to script & ipy_user_conf.py; now "./script.py runserver" is the way to run the development server
d0ded2a6 to jmoiron.net update README.rst to note the use of micromongo
8c5c2d25 to jmoiron.net fix bitbucket and blog plugins, which now all cache their rendering and render properly; fixed blog-color.png, which was blog-bw.png by some freak overwriting accident in my other repository
0312685f to jmoiron.net add paginated view of stream plugins, though it's really very crappy; needed it to test out bitbucket stuff
9b4844b1 to jmoiron.net fix github plugin template
b3deef60 to micromongo fixed the SONManipulator to also un-model documents that were nested inside lists