Leonardo Gregianin | 1 Dec 2004 02:14
Picon

pywikipedia wikibooks_family.py,1.1,1.2

Update of /cvsroot/pywikipediabot/pywikipedia
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27272

Modified Files:
	wikibooks_family.py 
Log Message:
url wikibooks

Index: wikibooks_family.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/wikibooks_family.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wikibooks_family.py	30 Nov 2004 04:57:18 -0000	1.1
--- wikibooks_family.py	1 Dec 2004 01:14:56 -0000	1.2
***************
*** 4,152 ****
  import family, config

! # The wikimedia family that is known as Wikibooks.

  class Family(family.Family):
!     name = 'wikibooks'
!     
!     langs = {
!         'af':'af.wikiquote.org',   # Afrikaans
!         'als':'als.wikiquote.org', # Alsatian
!         'ar':'ar.wikiquote.org',   # Arabic
!         'az':'az.wikiquote.org',   # Azerbaijan
(Continue reading)

Leonardo Gregianin | 1 Dec 2004 03:00
Picon

pywikipedia category.py,1.59,1.60

Update of /cvsroot/pywikipediabot/pywikipedia
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4792

Modified Files:
	category.py 
Log Message:
bug

Index: category.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/category.py,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** category.py	30 Nov 2004 01:10:57 -0000	1.59
--- category.py	1 Dec 2004 01:59:57 -0000	1.60
***************
*** 209,213 ****
                  wikipedia.output(u"Current categories:")
                  for curpl in cats:
!                     wikipedia.output(u"* %s" % cat.aslink())
                  catpl = wikipedia.PageLink(wikipedia.getSite(), cat_namespace + ':' + newcat)
                  if sort_by_last_name:
--- 209,213 ----
                  wikipedia.output(u"Current categories:")
                  for curpl in cats:
!                     wikipedia.output(u"* %s" % pl.aslink())
                  catpl = wikipedia.PageLink(wikipedia.getSite(), cat_namespace + ':' + newcat)
                  if sort_by_last_name:

(Continue reading)

Leonardo Gregianin | 1 Dec 2004 03:33
Picon

pywikipedia replace.py,1.32,1.33

Update of /cvsroot/pywikipediabot/pywikipedia
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12460

Modified Files:
	replace.py 
Log Message:
adding portuguese exit message

Index: replace.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/replace.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** replace.py	16 Oct 2004 14:42:20 -0000	1.32
--- replace.py	1 Dec 2004 02:33:39 -0000	1.33
***************
*** 1,3 ****
! # -*- coding: utf-8  -*-
  """
  This bot will make direct text replacements. It will retrieve information on
--- 1,3 ----
! # -*- coding: utf-8  -*-
  """
  This bot will make direct text replacements. It will retrieve information on
***************
*** 73,76 ****
--- 73,77 ----
         'hu':u'Robot: Automatikus szövegcsere %s',
         'is':u'Vélmenni: breyti texta %s',
(Continue reading)

Gerard Meijssen | 1 Dec 2004 09:22
Picon

Georgian wiktionary

Hoi,
The ka:wiktionary (Georgian) has been changed to allow for undercase 
article names.
Thanks,
    Gerard
Andre Engels | 1 Dec 2004 10:56
Picon

pywikipedia interwiki.py,1.123,1.124

Update of /cvsroot/pywikipediabot/pywikipedia
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5938

Modified Files:
	interwiki.py 
Log Message:
Encode the pagename for -continue

Index: interwiki.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/interwiki.py,v
retrieving revision 1.123
retrieving revision 1.124
diff -C2 -d -r1.123 -r1.124
*** interwiki.py	28 Nov 2004 21:42:47 -0000	1.123
--- interwiki.py	1 Dec 2004 09:56:01 -0000	1.124
***************
*** 1013,1017 ****
                      sa.add(pl,hints=hints)
                      last = pl
!                 start = pl.linkname()
              elif arg.startswith('-file:'):
                  for pl in wikipedia.PageLinksFromFile(arg[6:]):
--- 1013,1017 ----
                      sa.add(pl,hints=hints)
                      last = pl
!                 start = str(pl.linkname().encode(pl.encoding()))
              elif arg.startswith('-file:'):
                  for pl in wikipedia.PageLinksFromFile(arg[6:]):

(Continue reading)

Daniel Herding | 1 Dec 2004 18:33
Picon

pywikipedia wikipedia_family.py,1.79,1.80

Update of /cvsroot/pywikipediabot/pywikipedia
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8566

Modified Files:
	wikipedia_family.py 
Log Message:
ka: to nocapitalize

Index: wikipedia_family.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/wikipedia_family.py,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** wikipedia_family.py	24 Nov 2004 17:39:50 -0000	1.79
--- wikipedia_family.py	1 Dec 2004 17:33:32 -0000	1.80
***************
*** 1,3 ****
! # -*- coding: utf-8  -*-

  import urllib
--- 1,3 ----
! # -*- coding: utf-8  -*-

  import urllib

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
(Continue reading)

Andre Engels | 1 Dec 2004 18:36
Picon

pywikipedia solve_disambiguation.py,1.116,1.117

Update of /cvsroot/pywikipediabot/pywikipedia
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10486

Modified Files:
	solve_disambiguation.py 
Log Message:
Minimize throttling for this interactive bot

Index: solve_disambiguation.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/solve_disambiguation.py,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -d -r1.116 -r1.117
*** solve_disambiguation.py	23 Nov 2004 09:59:11 -0000	1.116
--- solve_disambiguation.py	1 Dec 2004 17:36:35 -0000	1.117
***************
*** 76,81 ****

  # This is a purely interactive robot. We set the delays lower.
! wikipedia.get_throttle.setDelay(5)
! wikipedia.put_throttle.setDelay(10)

  # Summary message when run without -redir parameter
--- 76,81 ----

  # This is a purely interactive robot. We set the delays lower.
! wikipedia.get_throttle.setDelay(1)
! wikipedia.put_throttle.setDelay(4)

(Continue reading)

Daniel Herding | 1 Dec 2004 18:40
Picon

pywikipedia wiktionary_family.py,1.12,1.13

Update of /cvsroot/pywikipediabot/pywikipedia
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11222

Modified Files:
	wiktionary_family.py 
Log Message:
ka: to nocapitalize
(sorry, just committed the wrong file)

Index: wiktionary_family.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/wiktionary_family.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** wiktionary_family.py	27 Nov 2004 12:49:18 -0000	1.12
--- wiktionary_family.py	1 Dec 2004 17:39:58 -0000	1.13
***************
*** 168,172 ****
      # languages don't use this.

!     nocapitalize = ['cs', 'de', 'es', 'fr', 'gu', 'hi', 'it', 'kn', 'ku',
                      'nl', 'sq', 'sv', 'tlh','tokipona', 'tr']

--- 168,172 ----
      # languages don't use this.

!     nocapitalize = ['cs', 'de', 'es', 'fr', 'gu', 'hi', 'it', 'ka', 'kn', 'ku',
                      'nl', 'sq', 'sv', 'tlh','tokipona', 'tr']

(Continue reading)

Andre Engels | 2 Dec 2004 17:48
Picon

pywikipedia gui.py,1.6,1.7

Update of /cvsroot/pywikipediabot/pywikipedia
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31469

Modified Files:
	gui.py 
Log Message:
Removing what seems to be an overlooked debug-text

Index: gui.py
===================================================================
RCS file: /cvsroot/pywikipediabot/pywikipedia/gui.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** gui.py	10 Oct 2004 14:07:41 -0000	1.6
--- gui.py	2 Dec 2004 16:48:45 -0000	1.7
***************
*** 31,35 ****

      def __init__(self, parent = None):
-         print 'bla2'
          if parent == None:
              # create a new window
--- 31,34 ----

-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
(Continue reading)

SourceForge.net | 3 Dec 2004 21:11
Picon
Favicon

[ pywikipediabot-Bugs-1078582 ] login is impossible on Wikiquote, Wiktionary

Bugs item #1078582, was opened at 2004-12-03 21:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1078582&group_id=93107

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: WeFt (weft)
Assigned to: Nobody/Anonymous (nobody)
Summary: login is impossible on Wikiquote, Wiktionary

Initial Comment:
I put family='Wikiquote' in my user-config.py. When I
run upload.py, it doesn't work and print an error message.

I must remove a part of wikiquote_family.py :

interwiki_putfirst = {
        'en': self.alphabetic,
        'fr': self.alphabetic,
        'hu': ['en'],
        'pl': self.alphabetic,
        'simple': self.alphabetic
        }

And it works.

(Continue reading)


Gmane