Re: Proposal: Better HTML4 support

2009-09-27 Thread veena
Hi all, my bits to discussion about supporting various (X)HTML versions. 1) Problem with (X)HTML in python code (in applications) I discovered this python package http://pypi.python.org/pypi/html/1.6 It allows you to write "python like HTML syntax" and generates HTML or XHTML. 2) Problem with (

Re: Proposal: Better HTML4 support

2009-09-27 Thread Simon Willison
On Sep 27, 10:49 am, veena wrote: > my bits to discussion about supporting various (X)HTML versions. > > 1) Problem with (X)HTML in python code (in applications) > I discovered this python packagehttp://pypi.python.org/pypi/html/1.6 > It allows you to write "python like HTML syntax" and generates

Re: Adding signing (and signed cookies) to Django core

2009-09-27 Thread Simon Willison
I've started a project on GitHub to develop the signing implementation: http://github.com/simonw/django-signed The TODO section in the readme shows the next things I'll be working on. --~--~-~--~~~---~--~~ You received this message because you are subscribed to th