Revision: 5687 Author: filnik Date: 2008-07-06 15:54:24 +0000 (Sun, 06 Jul 2008)
Log Message: ----------- Another white template...
Modified Paths: -------------- trunk/pywikipedia/checkimages.py
Modified: trunk/pywikipedia/checkimages.py =================================================================== --- trunk/pywikipedia/checkimages.py 2008-07-06 15:52:11 UTC (rev 5686) +++ trunk/pywikipedia/checkimages.py 2008-07-06 15:54:24 UTC (rev 5687) @@ -316,7 +316,7 @@ u'OTrondal', u'www.hotelviewarea.com', u'second[ _]?life', u'seattle[ _]neighborhood[ _]atlas[ _]disclaimer', u'Photos[ _]by[ _]the[ _]Norwegian[ _]Museum[ _]of[ _]Cultural[ _]History', u'PD-EstoniaPub', # This is not a copyright tag. Use Template:PD-EE-exempt instead. - u'PCL', u'PBresseler', u'PAshieldsource', u'Openphotoreview', u'Flickr'], + u'PCL', u'PBresseler', u'PAshieldsource', u'Openphotoreview', u'Flickr', u'User:Flickr[ _]upload bot/upload'], 'de':[u'information'], 'en':[u'information'], 'it':[u'edp', u'informazioni[ _]file', u'information', u'trademark', u'permissionotrs'], @@ -1062,7 +1062,7 @@ # something = Minimal requirements for an image description. # If this fits, no tagging will take place (if there aren't other issues) # MIT license is ok on italian wikipedia, let also this here - something = ['{{', "'''MIT license'''"] # Don't put "}}" here, please. Useless and can give problems. + something = ['{{'] # Don't put "}}" here, please. Useless and can give problems. # Unused file extensions. Does not contain PDF. notallowed = ("xcf", "xls", "sxw", "sxi", "sxc", "sxd")