>> I still use kid, but actually might switch to genshi if you say it's >> easy with 'tgadmin kid2genshi'. > > One real difference is how template inheritance works. Genshi does not > use py:extends and py:layout but Xinclude and Xpath so, you will have to > make some manual adaptations there. The easiest way is to quickstart a > project with Genshi and copy the necessary changes from there.
Thanks, that is good to know. But since I'm not familiar with Xinclude and Xpath I might just stick with kid for the moment. >> By the way, does tg 1.5 still support sqlobject? My number one reason >> for not porting my app to tg2 is that tg2 does not support sqlobject >> anymore. > > SQLObject is still supported and the test suite does not report any > errors even with newer SQLObject versions. But I did not test it with > real-life projects since I'm only using SQLAlchemy. That is excellent news! >> I also use the sqlobject specific visit framework from tg1, in case >> tg1.5 supports sqlobject, does it also support the old visit >> framework? > > Yes, the identity and visit adapters for SQLObject are still supported. That is even better, thanks a lot! In this case I'll definitely switch to tg 1.5 as soon as a release is out, or even better, will give svn trunk a try. Cheers, Daniel -- Psss, psss, put it down! - http://www.cafepress.com/putitdown -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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.com/group/turbogears-trunk?hl=en.
