http://www.mediawiki.org/wiki/Special:Code/pywikipedia/11579
Revision: 11579 Author: drtrigon Date: 2013-05-25 09:26:38 +0000 (Sat, 25 May 2013) Log Message: ----------- bug fix; svn:keywords missing
Modified Paths: -------------- trunk/pywikipedia/harvest_template.py
Property Changed: ---------------- trunk/pywikipedia/harvest_template.py
Modified: trunk/pywikipedia/harvest_template.py =================================================================== --- trunk/pywikipedia/harvest_template.py 2013-05-24 17:03:42 UTC (rev 11578) +++ trunk/pywikipedia/harvest_template.py 2013-05-25 09:26:38 UTC (rev 11579) @@ -1,11 +1,6 @@ #!/usr/bin/python # -*- coding: utf-8 -*- """ -Copyright (C) 2013 Multichill, Amir -Copyright (C) 2013 Pywikipediabot team - -Distributed under the MIT License - Usage:
python harvest_template.py -lang:nl -template:"Taxobox straalvinnige" orde P70 familie P71 geslacht P74 @@ -17,6 +12,15 @@ python harvest_template.py -lang:nl -cat:Sisoridae -template:"Taxobox straalvinnige" -namespace:0 orde P70 familie P71 geslacht P74
""" +# +# (C) 2013 Multichill, Amir +# (C) 2013 Pywikipediabot team +# +# Distributed under the terms of MIT License. +# +__version__ = '$Id$' +# + import re import wikipedia as pywikibot import pagegenerators
Property changes on: trunk/pywikipedia/harvest_template.py ___________________________________________________________________ Added: svn:keywords + Id
pywikipedia-svn@lists.wikimedia.org