uploader.py: ref to MediaWiki-Scraper

pull/475/head
yzqzss 1 year ago committed by Rob Kam
parent 14acfd1a8e
commit e03ed88775

@ -259,12 +259,15 @@ def upload(wikis, logfile, config={}, uploadeddumps=[]):
# retrieve some info from the wiki
wikititle = "Wiki - %s" % (sitename) # Wiki - ECGpedia
wikidesc = (
'<a href="%s">%s</a> dumped with <a href="https://github.com/WikiTeam/wikiteam" rel="nofollow">WikiTeam</a> tools.'
'<a href="%s">%s</a> dumped with <a href="https://github.com/mediawiki-client-tools/mediawiki-scraper/" rel="nofollow">MediaWiki-Scraper</a> (aka WikiTeam3) tools.'
% (baseurl, sitename)
) # "<a href=\"http://en.ecgpedia.org/\" rel=\"nofollow\">ECGpedia,</a>: a free electrocardiography (ECG) tutorial and textbook to which anyone can contribute, designed for medical professionals such as cardiac care nurses and physicians. Dumped with <a href=\"https://github.com/WikiTeam/wikiteam\" rel=\"nofollow\">WikiTeam</a> tools."
wikikeys = [
"wiki",
"wikiteam",
"wikiteam3",
"mediawiki-scraper",
"mediawikiScraper",
"MediaWiki",
sitename,
wikiname,

Loading…
Cancel
Save