Re: [Pywikipedia-l] [Pywikipedia-svn] SVN: [6621] trunk/pywikipedia/family.py

2009-04-18 Thread shi zhao
thx . have fix :) Chinese wikipedia: http://zh.wikipedia.org/ My blog: http://shizhao.org twitter: https://twitter.com/shizhao [[zh:User:Shizhao]] 2009/4/18 Francesco Cosoleto > shi zhao ha scritto: > > thx. But how write if more alias? "Category" Chinese alias is "分类" > > and "分類". > > Yes,

Re: [Pywikipedia-l] [Pywikipedia-svn] SVN: [6621] trunk/pywikipedia/family.py

2009-04-18 Thread Francesco Cosoleto
shi zhao ha scritto: > thx. But how write if more alias? "Category" Chinese alias is "分类" > and "分類". Yes, yuo can do it: 'zh': [u'category name', u'alias2', u'alias3'], Please, see here also: http://article.gmane.org/gmane.comp.python.pywikipediabot.general/10306 -- Francesco Cosoleto What

Re: [Pywikipedia-l] [Pywikipedia-svn] SVN: [6621] trunk/pywikipedia/family.py

2009-04-18 Thread shi zhao
thx. But how write if more alias? "Category" Chinese alias is "分类" and "分類". Chinese wikipedia: http://zh.wikipedia.org/ My blog: http://shizhao.org twitter: https://twitter.com/shizhao [[zh:User:Shizhao]] 2009/4/18 Francesco Cosoleto > shi zhao ha scritto: > > yes. 分类 an alias on zh wp >

Re: [Pywikipedia-l] [Pywikipedia-svn] SVN: [6621] trunk/pywikipedia/family.py

2009-04-18 Thread Francesco Cosoleto
shi zhao ha scritto: > yes. 分类 an alias on zh wp If the Chinese translation is correct you can write it as alias too: 'zh': [u'category name', u'alias'], Anyway, if I am not wrong "Category" (_default) works always, then it may be omitted. But maybe I am wrong, as you have commit that. There i

Re: [Pywikipedia-l] [IMPORTANT] Pywikipedia mailing list changes

2009-04-18 Thread Francesco Cosoleto
Nicolas Dumazet ha scritto: > === pywikipedia-l [3] === > Human discussion on pywikipedia topic. > This includes support, follow-ups to announcements, follow-ups to svn > commits, and developer discussions. > Moderate traffic, usually no more than a couple of mails a week in average. Thanks for ma

Re: [Pywikipedia-l] [Pywikipedia-svn] SVN: [6621] trunk/pywikipedia/family.py

2009-04-18 Thread shi zhao
yes. 分类 an alias on zh wp Chinese wikipedia: http://zh.wikipedia.org/ My blog: http://shizhao.org twitter: https://twitter.com/shizhao [[zh:User:Shizhao]] 2009/4/18 Francesco Cosoleto > shiz...@svn.wikimedia.org ha scritto: > > Revision: 6621 > > Author: shizhao > [...] > > Log Message: > >

Re: [Pywikipedia-l] [Pywikipedia-svn] SVN: [6622] trunk/pywikipedia/wikipedia.py

2009-04-18 Thread Francesco Cosoleto
cosol...@svn.wikimedia.org ha scritto: > Log Message: > --- > Simplified Page.aslink(). 7% faster with forceInterwiki = True and Python > 2.5.2 7.5%. So much mistakes... It would nice to get the SVN pre-revprop-change hook enabled. -- Francesco Cosoleto Anyone can make mistakes, but o

Re: [Pywikipedia-l] [Pywikipedia-svn] SVN: [6621] trunk/pywikipedia/family.py

2009-04-18 Thread Francesco Cosoleto
shiz...@svn.wikimedia.org ha scritto: > Revision: 6621 > Author: shizhao [...] > Log Message: > --- > fix chinese category > > Modified Paths: > -- > trunk/pywikipedia/family.py [...] > -'zh': u'分类', > +'zh': u'Category', > },