Re: Wanted: HTML tag generator for WebHelpers2

2013-07-02 Thread Mike Orr
On Mon, Jul 1, 2013 at 11:48 PM, Wichert Akkerman wrote: > > On Jun 28, 2013, at 23:04 , Mike Orr wrote: > > I'm thinking about rewriting the low-level HTML tag generator in > WebHelpers2, and wondering if there's an existing library that would be > worth using in this HTML 5/Python 2.6+ world. >

Re: Wanted: HTML tag generator for WebHelpers2

2013-07-02 Thread Jens W. Klein
Just read this thread and thought maybe our very simple tag generator in yafowil could be of interest - even if it does not meet the all the expectations you wrote about. Its plays nice with json in data tags and also has a plugin point for a simple translation system (used currently with Zope

Re: Wanted: HTML tag generator for WebHelpers2

2013-07-02 Thread Mike Orr
On Tue, Jul 2, 2013 at 12:46 AM, Mike Orr wrote: > On Mon, Jul 1, 2013 at 11:48 PM, Wichert Akkerman wrote: >> >> On Jun 28, 2013, at 23:04 , Mike Orr wrote: >> >> I'm thinking about rewriting the low-level HTML tag generator in >> WebHelpers2, and wondering if there's an existing library that w