| |
[pyWikipediaBot-users] pywikipedia __init__.py,1.3,1.4 imageharvest.py,1.10,1.11 interwiki.py,1.270,1.271 makecat.py,1.27,1.28 mediawiki_messages.py,1.31,1.32 pagegenerators.py,1.25,1.26 spellcheck.py,1.33,1.34 weblinkchecker.py,1.59,1.60 From: Leonardo Gregianin <leogregianin@us...> - 2006-01-26 19:06
|
Update of /cvsroot/pywikipediabot/pywikipedia
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3196
Modified Files:
__init__.py imageharvest.py interwiki.py makecat.py
mediawiki_messages.py pagegenerators.py spellcheck.py
weblinkchecker.py
Log Message:
typo
Index: spellcheck.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/spellcheck.py,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** spellcheck.py 21 Dec 2005 17:51:26 -0000 1.33
--- spellcheck.py 26 Jan 2006 19:06:23 -0000 1.34
***************
*** 46,50 ****
#
! __version__ = '$Id:'
import re,sys
--- 46,50 ----
#
! __version__ = '$Id$'
import re,sys
Index: makecat.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/makecat.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** makecat.py 11 Jan 2006 20:10:30 -0000 1.27
--- makecat.py 26 Jan 2006 19:06:23 -0000 1.28
***************
*** 31,35 ****
#
! __version__='$Id:'
import sys, codecs, re
--- 31,35 ----
#
! __version__='$Id$'
import sys, codecs, re
Index: weblinkchecker.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/weblinkchecker.py,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** weblinkchecker.py 21 Jan 2006 17:54:26 -0000 1.59
--- weblinkchecker.py 26 Jan 2006 19:06:23 -0000 1.60
***************
*** 49,52 ****
--- 49,53 ----
'de': u'Bot: Berichte nicht verfügbaren Weblink',
'en': u'robot: Reporting unavailable external link',
+ 'pt': u'Bot: Link externo nã funcionando',
}
***************
*** 54,57 ****
--- 55,59 ----
'de': u'== Toter Weblink ==\n\nBei mehreren automatisierten Botläufen wurde der folgende Weblink als nicht verfügbar erkannt. Bitte überprüfe, ob der Link tatsächlich down ist, und korrigiere oder entferne ihn in diesem Fall!\n\n%s\n--~~~~',
'en': u'== Dead link ==\n\nDuring several automated bot runs the following external link was found to be unavailable. Please check if the link is in fact down and fix or remove it in that case!\n\n%s\n--~~~~',
+ 'pt': u'== Link quebrado ==\n\nChecando links externos com o bot por vários minutos verifique por favor se a ligação estiver fora do ar e tente arrumá-lo ou remova-o!\n\n%s\n -- ~~~~ ',
}
Index: __init__.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/__init__.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** __init__.py 4 Jul 2005 14:46:28 -0000 1.3
--- __init__.py 26 Jan 2006 19:06:19 -0000 1.4
***************
*** 10,14 ****
Mediawiki projects. It has been written by several people using the language Python.
! license: Python Software Foundation
copyright: (C) 2003 Rob W.W. Hooft.
--- 10,14 ----
Mediawiki projects. It has been written by several people using the language Python.
! license: MIT license
copyright: (C) 2003 Rob W.W. Hooft.
***************
*** 27,29 ****
__author__ = 'Rob W.W. Hooft <rob@hooft.net>'
__url__ = 'http://pywikipediabot.sourceforge.net'
! __license__ = 'Python Software Foundation'
--- 27,29 ----
__author__ = 'Rob W.W. Hooft <rob@hooft.net>'
__url__ = 'http://pywikipediabot.sourceforge.net'
! __license__ = 'MIT license'
Index: mediawiki_messages.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/mediawiki_messages.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** mediawiki_messages.py 21 Dec 2005 17:51:26 -0000 1.31
--- mediawiki_messages.py 26 Jan 2006 19:06:23 -0000 1.32
***************
*** 27,31 ****
import time
! __version__='$Id:'
loaded = {}
--- 27,31 ----
import time
! __version__='$Id$'
loaded = {}
Index: imageharvest.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/imageharvest.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** imageharvest.py 13 Oct 2005 20:57:02 -0000 1.10
--- imageharvest.py 26 Jan 2006 19:06:21 -0000 1.11
***************
*** 17,21 ****
"""
! __version__='$Id:'
import re, sys, os
--- 17,21 ----
"""
! __version__='$Id$'
import re, sys, os
Index: interwiki.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/interwiki.py,v
retrieving revision 1.270
retrieving revision 1.271
diff -C2 -d -r1.270 -r1.271
*** interwiki.py 16 Jan 2006 18:21:11 -0000 1.270
--- interwiki.py 26 Jan 2006 19:06:21 -0000 1.271
***************
*** 1,3 ****
! #!/usr/bin/python
# -*- coding: utf-8 -*-
"""
--- 1,3 ----
! #!/usr/bin/python
# -*- coding: utf-8 -*-
"""
***************
*** 222,226 ****
'no': (u'robot ', u'Tilføyer', u'Fjerner', u'Endrer'),
'pl': (u'robot ', u'dodaje', u'usuwa', u'poprawia'),
! 'pt': (u'robot ', u'Adicionando', u'Removendo',u'Modificando'),
'sk': (u'robot ', u'Pridal', u'Odobral',u'Zmenil' ),
'sl': (u'robot ', u'Dodajanje', u'Odstranjevanje', u'Sminjanje'),
--- 222,226 ----
'no': (u'robot ', u'Tilføyer', u'Fjerner', u'Endrer'),
'pl': (u'robot ', u'dodaje', u'usuwa', u'poprawia'),
! 'pt': (u'Bot: ', u'Adicionando', u'Removendo',u'Modificando'),
'sk': (u'robot ', u'Pridal', u'Odobral',u'Zmenil' ),
'sl': (u'robot ', u'Dodajanje', u'Odstranjevanje', u'Sminjanje'),
***************
*** 466,471 ****
f.write("* %s \n" % pl.aslink())
f.close()
- else:
- pass
if (self.untranslated or globalvar.askhints) and not self.hintsasked and not isredirect:
# Only once!
--- 466,469 ----
Index: pagegenerators.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/pagegenerators.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** pagegenerators.py 16 Jan 2006 19:29:30 -0000 1.25
--- pagegenerators.py 26 Jan 2006 19:06:23 -0000 1.26
***************
*** 2,6 ****
# -*- coding: utf-8 -*-
! __version__='$Id:'
# Standard library imports
--- 2,6 ----
# -*- coding: utf-8 -*-
! __version__='$Id$'
# Standard library imports
|
|