Oooh, looks very cool. Mine is a bit less impressive:
The magic of the python path module. See you all next month, --Rory On Fri, May 15, 2009 at 2:51 PM, Stephen Kelly <[email protected]> wrote: > On Thursday 14 May 2009 10:38:43 Vicky Lee wrote: > >> Hi All, > >> Just to kick this off, Stephen Kelly said he would like give a talk next > >> month. > >> Rory has offered to do a lightning talk. > >> > >> Anyone else interested in giving talks next month, let me know? I'll try > >> and get The Vaults again. > >> > >> Stephen, Rory, > >> Please send me a quick summary about your talks. > > == The Grantlee Template System == > > The Grantlee Template System is a port of the Django Template System[1] to > the Qt framework[2]. > The intent of the system is to encourage a clean separation of application > and > presentation logic, and to take the presentation of information out of the > hands of developers and into the hands of artists. > > This talk will cover some of the challenges of porting the system from > python, a dynamically typed language whose objects are fully introspectable, > to C++ which is statically typed. As the Django syntax is extensible by > defining additional template tag and filter modules, so too is Grantlee > extendible by using the QtPlugin system. > > Consumers of Grantlee will include several applications in the KDE project > which will support theming. This talk is a preview of the talk I will > deliver in Gran Canaria in July[3]. > > All the best, > > Steve. > > [1] http://docs.djangoproject.com/en/dev/ref/templates/ > > [2] http://www.qtsoftware.com > > [3] http://grancanariadesktopsummit.org/node/145 > >> > >> Thanks, > >> > >> /// Vicky > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Python Ireland" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.ie/group/pythonireland?hl=en -~----------~----~----~----~------~----~------~--~---
