http://www.mediawiki.org/wiki/Special:Code/pywikipedia/11589
Revision: 11589 Author: drtrigon Date: 2013-05-25 21:19:21 +0000 (Sat, 25 May 2013) Log Message: ----------- bug fix; svn:keywords missing
Modified Paths: -------------- trunk/pywikipedia/replicate_wiki.py
Property Changed: ---------------- trunk/pywikipedia/replicate_wiki.py
Modified: trunk/pywikipedia/replicate_wiki.py =================================================================== --- trunk/pywikipedia/replicate_wiki.py 2013-05-25 21:14:50 UTC (rev 11588) +++ trunk/pywikipedia/replicate_wiki.py 2013-05-25 21:19:21 UTC (rev 11589) @@ -1,12 +1,5 @@ #!/usr/bin/env python -# # -*- coding: utf-8 -*- -# -# (C) Kasper Souren 2012-2013 -# -# Distributed under the terms of the MIT license. -# - ''' This bot replicates all pages (from specific namespaces) in a wiki to a second wiki within one family.
@@ -25,6 +18,14 @@ to replace all occurences of 'Hoofdpagina' with 'Veurblaad' when writing to liwiki. Note that this does not take the origin wiki into account. ''' +# +# (C) Kasper Souren 2012-2013 +# (C) 2013 Pywikipediabot team +# +# Distributed under the terms of the MIT license. +# +__version__ = '$Id$' +#
import sys import re
Property changes on: trunk/pywikipedia/replicate_wiki.py ___________________________________________________________________ Added: svn:keywords + Id