not parse [[]]s with rubbish in them
[gpy.git] / README.md
blob038d9587c89c1176a3c58edb53b90a9d7437d7ce
1 - Note: WikinewsSpam.pm is a custom-made module to report a recent review queue submissions for Wikinews. You will normally not need it.
2 - WikiLinker.pm automatically parses [[]] and {{}} links and returns a list of full https URLs.
4 ---------------
5 1) Edit bot.pl to specify nick and network.
6 2) Edit WikinewsSpam.pm file top to specify time (if you load this module).
7 3) perl -Ilib bot.pl 
9 --------------
10 When making changes to the parser in lib/, make sure all tests pass.
11 prove -Ilib -vm t/WikiLinkParser.pm