From 74fca0fdf9f032eec71f3d09dfa1486bd2cbfc45 Mon Sep 17 00:00:00 2001 From: gdetrez Date: Mon, 17 Apr 2006 12:18:56 +0200 Subject: [PATCH] ajout des badges html/css darcs-hash:20060417101856-f46e9-7bc0e376d0b501972b6e0d8d853131c3e0d79e5d.gz --- wiki/theme/crans-www.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/theme/crans-www.py b/wiki/theme/crans-www.py index 253398c6..d75d0292 100644 --- a/wiki/theme/crans-www.py +++ b/wiki/theme/crans-www.py @@ -48,6 +48,8 @@ class Theme(ThemeBase): (u'http://www.apache.org/', u'badges_80x15_apache.png', u'Apache powered'), (u'http://www.python.org/', u'badges_80x15_python.png', u'Python powered'), (u'http://www.crans.org/', u'badges_80x15_crans.png', u'Cr@ns powered'), + (u'http://jigsaw.w3.org/css-validator/validator?uri=www.crans.org&warning=1&profile=css3&usermedium=all', u'valid_css_80x15.png', u'Valid css3'), + (u'http://validator.w3.org/check?uri=www.crans.org', u'valid_html401_80x15.png', u'Valid html 4.01'), ] # Public functions #####################################################