Geolocation stuff, including including templates seems to be working-ish
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 28 Jan 2013 17:58:38 +0000 (11:58 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 30 Jan 2013 19:22:18 +0000 (13:22 -0600)
commita3f811a6e8589fc4b47c9f3036ac1cf0c8b0e200
tree48c1c5932b3bfc46a0188f96a7539ee2753e3df4
parent1c2d01ae3ba421536d5775e5992393019714b856
Geolocation stuff, including including templates seems to be working-ish

 - I'm having trouble seeing if the geolocation stuff actually works,
   but plugins are included
 - including a list of template hooks works, however the macro to
   include them does not, so it's kinda verbose
mediagoblin/plugins/geolocation/__init__.py [new file with mode: 0644]
mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map_js_head.html [new file with mode: 0644]
mediagoblin/templates/mediagoblin/media_displays/image.html
mediagoblin/templates/mediagoblin/user_pages/media.html
mediagoblin/templates/mediagoblin/utils/templatehooks.html [new file with mode: 0644]
mediagoblin/tools/pluginapi.py
mediagoblin/tools/template.py