On Wednesday 07 June 2006 15:49, Adrian Holovaty wrote:

> Should we add the HTML-validation middleware to Django contrib? Luke,
> would you be interersted in that?

I would be fine with that -- it's nice to have something to give back, 
and if it raises the standard of Django apps being released that would 
be great too.

I'm not sure how useful it is for Mac and Windows users.  The middleware 
doesn't actually do any validation -- it's done by 'validate' from 
Debian's 'wdg-html-validator'.  I personally wrap that in a shell 
script which beeps and pops up a KDE notification when a page fails.  
None of this is very portable!  The app that records and displays 
failed pages is very portable (should work on any platform, and uses 
only relative URLs, so it's easy to plug in as an app), but I find that 
without the immediate feedback, it's much less useful.  

I'm not sure how you could fix these for those unenlightened ones (or 
more likely, those belonging to unenlightened companies) who aren't 
using Linux  :-).  If you think it is useful nonetheless, fine, but I 
haven't got much time for the next few weeks to do anything with this.

Luke

-- 
"Yes, wearily I sit here, pain and misery my only companions. And vast 
intelligence of course. And infinite sorrow. And..." (Marvin the 
paranoid android)

Luke Plant || L.Plant.98 (at) cantab.net || http://lukeplant.me.uk/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to