From 39d3963c85d85009687c63657a17b4558676084a Mon Sep 17 00:00:00 2001 From: gdetrez Date: Fri, 12 May 2006 21:02:39 +0200 Subject: [PATCH] ajout du badge moinmoin darcs-hash:20060512190239-f46e9-b258933afdebf5b106a01e9ea3baf8e2e4d0b764.gz --- wiki/theme/crans-www.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/theme/crans-www.py b/wiki/theme/crans-www.py index f5120aaf..5bcfccbe 100644 --- a/wiki/theme/crans-www.py +++ b/wiki/theme/crans-www.py @@ -48,6 +48,7 @@ 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://moinmoin.wikiwikiweb.de/', u'badges_80x15_moinmoin.png', u'Moinmoin powered'), (u'http://jigsaw.w3.org/css-validator/check?uri=referer&profile=css3&warning=no', u'valid_css_80x15.png', u'Valid css3'), (u'http://validator.w3.org/check?uri=referer', u'valid_html401_80x15.png', u'Valid html 4.01'), ]