From c9aa16550491c1cf3fb44c2b33685752012e2d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20J=2E=20Rodr=C3=ADguez-Posada?= Date: Wed, 25 Jun 2014 18:08:33 +0200 Subject: [PATCH] fixing header with the new year, info and documentation link --- dumpgenerator.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dumpgenerator.py b/dumpgenerator.py index aa79eae..df4065c 100644 --- a/dumpgenerator.py +++ b/dumpgenerator.py @@ -1,7 +1,8 @@ #!/usr/bin/env python2 # -*- coding: utf-8 -*- -# Copyright (C) 2011-2013 WikiTeam +# dumpgenerator.py A generator of dumps of wikis +# Copyright (C) 2011-2014 WikiTeam developers # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or @@ -15,11 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -####################################################################### -# dumpgenerator.py is a script to generate backups of MediaWiki wikis # -# To learn more, read the documentation: # -# http://code.google.com/p/wikiteam/wiki/NewTutorial # -####################################################################### +# To learn more, read the documentation: +# https://github.com/WikiTeam/wikiteam/wiki import cookielib import cPickle