Re: Ticket #3700: XhtmlDegraderMiddleware

2007-08-01 Thread Dave Hodder
Jacob Kaplan-Moss wrote: > > Nice stuff -- think I'll be using this a few times. > > However, I'd say that it's a *bit* too specialized for direct > inclusion; while I personally find it useful, I'm just suspicious of > including anything in Django that doesn't have obvious wide appeal. > > I'd

DjangoForge [was: Ticket #3700: XhtmlDegraderMiddleware]

2007-08-01 Thread Jacob Kaplan-Moss
On 8/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I was working on a "DjangoForge" app repository for a few weeks > leading up to PyCon, and had a working prototype that I was showing > around. I was trying to push the idea at the time, but there just > didn't seem to be the interest and/

Re: Ticket #3700: XhtmlDegraderMiddleware

2007-08-01 Thread [EMAIL PROTECTED]
BTW, I apologize for the now-complete derailment of the thread. -Eric Florenzano On Aug 1, 12:42 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I was working on a "DjangoForge" app repository for a few weeks > leading up to PyCon, and had a working prototype that I was showing > around. I

Re: Ticket #3700: XhtmlDegraderMiddleware

2007-08-01 Thread [EMAIL PROTECTED]
I was working on a "DjangoForge" app repository for a few weeks leading up to PyCon, and had a working prototype that I was showing around. I was trying to push the idea at the time, but there just didn't seem to be the interest and/or agreement on what exactly it should do. Hopefully this SoC p

Re: Ticket #3700: XhtmlDegraderMiddleware

2007-08-01 Thread Jacob Kaplan-Moss
On 8/1/07, Forest Bond <[EMAIL PROTECTED]> wrote: > Surely, you were thinking of Cheese Shop, right? :) Sure, but without all the sucky parts :P [There are, BTW, some Django-specific things that make direct Cheese Shop integration a bit tricky, but there's an SoC project working on that, so hope

Re: Ticket #3700: XhtmlDegraderMiddleware

2007-08-01 Thread Forest Bond
On Wed, Aug 01, 2007 at 11:29:44AM -0500, Jacob Kaplan-Moss wrote: > Of course, what we really need is a CPAN-for-Django-bits-thingie... I > wish there was a middle ground between "included" and "not." Surely, you were thinking of Cheese Shop, right? :) Seriously, though, how many special-purpose

Re: Ticket #3700: XhtmlDegraderMiddleware

2007-08-01 Thread Jacob Kaplan-Moss
Hi Dave -- > A while back I wrote some middleware to improve XHTML usage > . Is this something that > could or should be included within Django? Nice stuff -- think I'll be using this a few times. However, I'd say that it's a *bit* too specialized for

Ticket #3700: XhtmlDegraderMiddleware

2007-07-30 Thread Dave Hodder
Hello, A while back I wrote some middleware to improve XHTML usage . Is this something that could or should be included within Django? XHTML is ideally sent with the application/xhtml+xml media type; however it's normally delivered as text/html beca