Re: [Repoze-dev] Chameleon Genshi and match templates?

2010-02-12 Thread Malthe Borch
On 12 February 2010 21:03, Iain Duncan wrote: > Been out of the loop for a bit, did Chameleon Genshi get match template > support yet? I know Malte mentioned it was a possibility about six months > ago or so. Not yet, sadly. \malthe ___ Repoze-dev mail

Re: [Repoze-dev] templates txt in repoze.bfg and chameleon

2010-02-12 Thread JPenny
Actually, since the point of this exercise was to create csv files, I would not use any templating. python has a good csv module, and it will correctly deal with escaping. No templating system is going to get these details correct. See http://docs.python.org/library/csv.html#csv-fmt-params

Re: [Repoze-dev] templates txt in repoze.bfg and chameleon

2010-02-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miuler wrote: > Mi class: > > class csv_view(object): > def __init__(self, context, request): > self.context = context > self. request = request > def __call__(self): > return {'items': [1,2,3,4,5,6]} > > > hello, I'm

[Repoze-dev] Chameleon Genshi and match templates?

2010-02-12 Thread Iain Duncan
Been out of the loop for a bit, did Chameleon Genshi get match template support yet? I know Malte mentioned it was a possibility about six months ago or so. thanks Iain ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listi

Re: [Repoze-dev] repoze.bfg 1.2 released...

2010-02-12 Thread Iain Duncan
Hey, that's great news about the book. Do you know if it will be available as an e-book at all? Not sure how long that publisher would take to get things out of country and all. It is also quite expensive, but having formerly worked in the book industry I understand the many factors influencing pri