Polishing the webfinger implementation
authorJoar Wandborg <git@wandborg.com>
Tue, 20 Dec 2011 21:06:36 +0000 (22:06 +0100)
committerJoar Wandborg <git@wandborg.com>
Tue, 20 Dec 2011 21:06:36 +0000 (22:06 +0100)
commitc8cb0ee88f8eb667af77c5741cfb04f95afe66b0
tree4dd729b887f4ed7932e35036ab2206222c623f3f
parent9df07e87a8452e47eb594763bb700daf6fb69dbe
Polishing the webfinger implementation

- Changed quotes in the templates from " to '
- Changed all link generation to use request.urlgen
- Moved xrd links data generation from template to view
- Added parsing of the account URI using urlparse
mediagoblin/templates/mediagoblin/webfinger/host-meta.xml
mediagoblin/templates/mediagoblin/webfinger/xrd.xml
mediagoblin/tools/feed.py [new file with mode: 0644]
mediagoblin/webfinger/views.py