From pmika at yahoo-inc.com Wed Apr 8 13:09:40 2009 From: pmika at yahoo-inc.com (Peter Mika) Date: Wed Apr 8 13:10:01 2009 Subject: [uf-dev] Aggregate reviews Message-ID: <49DD0484.70004@yahoo-inc.com> Hi All, We are looking for a way to represent aggregate reviews using microformats and came across [1]. Could someone tell us what the status of this proposal is? Thanks, Peter [1] http://microformats.org/wiki/aggregate-review-examples From ntoll at ntoll.org Sun Apr 19 08:55:38 2009 From: ntoll at ntoll.org (Nicholas Tollervey) Date: Sun Apr 19 08:56:02 2009 Subject: [uf-dev] Django and Microformats Message-ID: <29DA65DA-1169-4779-83DB-86E018834201@ntoll.org> Guys, I?ve just created a new Django application that makes it easier to integrate and use Microformats in your web-application. I?m hosting it on GitHub: http://github.com/ntoll/microformats/tree/master You get the following: * Models relating to the geo, hCard, adr, hCalendar and XFN microformats. * Simplified forms for the geo, hCard, adr, org, email, tel and hCalendar microformats and fragments. * The bare minimum admin functionality. * Template filters for the geo, hCard, adr, hCalendar and XFN microformats. This is a first shot at integrating Microformats into Django. There are missing microformats and I?m pretty sure some of the models could be improved as could the template filters. Inevitably the code needs to be cleaned up too. I?ll be using this library in a new web- application so expect this code to change as I find flaws and gremlins through using it ?in anger?. Feedback would be most welcome. Nicholas.