Revision: 3971 Author: wikipedian Date: 2007-08-06 15:56:08 +0000 (Mon, 06 Aug 2007)
Log Message: ----------- added docu
Modified Paths: -------------- trunk/pywikipedia/weblinkchecker.py
Modified: trunk/pywikipedia/weblinkchecker.py =================================================================== --- trunk/pywikipedia/weblinkchecker.py 2007-08-06 15:51:23 UTC (rev 3970) +++ trunk/pywikipedia/weblinkchecker.py 2007-08-06 15:56:08 UTC (rev 3971) @@ -24,6 +24,13 @@
When a link is found alive, it will be removed from the .dat file.
+The following parameters are supported: + +¶ms; + +All other parameters will be regarded as part of the title of a single page, +and the bot will only work on that single page. + Syntax examples: python weblinkchecker.py Loads all wiki pages in alphabetical order using the Special:Allpages @@ -56,6 +63,10 @@ import httplib, socket, urlparse, urllib, urllib2 import threading, time
+docuReplacements = { + '¶ms;': pagegenerators.parameterHelp +} + talk_report_msg = { 'de': u'Bot: Berichte nicht verfügbaren Weblink', 'en': u'robot: Reporting unavailable external link',