﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
5769	djangoproject.com shows quite a few HTML and CSS validation errors	Dinu Gherman <gherman@…>	nobody	"I've written a Python script wrapping the W3C HTML and CSS validators
(using http://validator.w3.org and http://jigsaw.w3.org/css-validator). 
Running it over the main Django website and those of some competitors
gives some interesting data below. Apparently only Plone.org contains 
flawless HTML code. (Unfortunately, Trac doesn't accept too many URLs
in a posting, so I had to remove most of the HTTP protocols in the 
tables below.)

$ py25 checkML.py --html
||  Length||Errors||Errs./MB||URL: http://validator.w3.org/check?uri=http://||
||========||======||========||==================================================||
||   19705||     9||     478||www.djangoproject.com||
||   19877||     9||     474||www.djangoproject.com/documentation||
||   19986||     9||     472||www.djangoproject.com/documentation/db-api||
||   19819||     9||     476||www.djangoproject.com/download||
||   68529||    36||     550||www.djangoproject.com/weblog||
||   19935||     9||     473||www.djangoproject.com/weblog/2007/jul||
||   78031||    36||     483||www.djangoproject.com/community||
||   20319||     8||     412||code.djangoproject.com||
||   20359||     8||     412||code.djangoproject.com/wiki||
||   15096||     0||       0||code.djangoproject.com/wiki/BackwardsIncompatibleChanges||
|| || || || ||
||   14380||     0||       0||www.djangobook.com||
||   14941||     0||       0||www.djangosites.org||
||  441094||   202||     480||www.djangosnippets.com||
|| || || || ||
||   26328||    10||     398||www.turbogears.org||
||   20242||     8||     414||www.rubyonrails.org||
||   28550||    20||     734||www.zope.org||
||   19611||     8||     427||www.zope.com||
||   14816||     0||       0||www.plone.org||
||   22453||     7||     326||www.typo3.com||
||  151873||    94||     649||www.php.com||
||   27756||     8||     302||www.drupal.com||

$ py25 checkML.py --css
||  Length||Errors||Errs./MB||URL: http://jigsaw.w3.org/css-validator/validator?uri=http://||
|| || || || ||
||  177683||     3||      17||www.djangoproject.com||
||  175372||     3||      17||www.djangoproject.com/documentation||
||  175393||     3||      17||www.djangoproject.com/documentation/db-api||
||  175357||     3||      17||www.djangoproject.com/download||
||  175351||     3||      17||www.djangoproject.com/weblog||
||  175378||     3||      17||www.djangoproject.com/weblog/2007/jul||
||  175360||     3||      17||www.djangoproject.com/community||
||  193085||     2||      10||code.djangoproject.com||
||  193120||     2||      10||code.djangoproject.com/wiki||
||  193323||     2||      10||code.djangoproject.com/wiki/BackwardsIncompatibleChanges||
|| || || || ||
||   84995||    10||     123||www.djangobook.com||
||   64005||     4||      65||www.djangosites.org||
||   65280||     1||      16||www.djangosnippets.com||
|| || || || ||
||   46878||     2||      44||www.turbogears.org||
||   71642||     4||      58||www.rubyonrails.org||
||  188729||     7||      38||www.zope.org||
||   67528||     0||       0||www.zope.com||
||     920||     0||       0||www.plone.org||
||   66052||     0||       0||www.typo3.com||
||   27125||     0||       0||www.php.com||
||    3794||     0||       0||www.drupal.com||

If djangoproject.com is created with Django it would be a plus to
be able to say ""Look Ma, it has no errors!"" I'm pretty sure it's only
some template issues...

"		closed	*.djangoproject.com			duplicate	HTML CSS valdation errors		Ready for checkin	0	0	0	0	0	0
