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 Microformats are a means of adding semantic information that is both human and machine readable to a web-site. In order to work with Microformats you need to use a toolkit such as Oomph or the Operator Add-on for Firefox (that supports more types of microformat). More information here: http://ntoll.org/article/django-microformats 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. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---