[Pywikipedia-l] [ pywikipediabot-Bugs-2376362 ] checkimages.py - allowed template is not hidden templates
SourceForge.net
noreply at sourceforge.net
Fri Jan 9 07:23:48 UTC 2009
Bugs item #2376362, was opened at 2008-12-02 18:27
Message generated for change (Comment added) made by kwj2772
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2376362&group_id=93107
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Woo-Jin Kim (kwj2772)
Assigned to: Nobody/Anonymous (nobody)
Summary: checkimages.py - allowed template is not hidden templates
Initial Comment:
pywikipedia r6122
In ko.wp. Hidden templates are considered as license templates. source code should be changed from:
# A page where there's a list of template to consider as licenses.
PageWithAllowedTemplates = {
'commons': u'User:Filbot/Allowed templates',
'en':None,
'it':u'Progetto:Coordinamento/Immagini/Bot/AllowedTemplates',
'ko':u'User:Kwjbot_IV/whitetemplates/list',
}
to
# A page where there's a list of template to consider as licenses.
PageWithAllowedTemplates = {
'commons': u'User:Filbot/Allowed templates',
'en':None,
'it':u'Progetto:Coordinamento/Immagini/Bot/AllowedTemplates',
'ko':u'User:Kwjbot_IV/AllowedTemplates',
}
Thank you.
----------------------------------------------------------------------
>Comment By: Woo-Jin Kim (kwj2772)
Date: 2009-01-09 16:23
Message:
And Please also change "그림" to "파일" due to namespace change.
Thanks.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=2376362&group_id=93107
More information about the Pywikipedia-l
mailing list