On Fri, 29 Apr 2016 at 15:38 +0200, Andrea Zanni wrote: > (it seems there is a problem: I thought a simple patch like this could work > > line 47: > > def format_html_line(domain, bookname, count): > if domain == 'old': > domain = 'mul' > #bookname = unicode(bookname, 'utf-8') > fmt = '<li><a href="//%s.wikisource.org/wiki/Index:%s">%s</a> %d <a > href="//%s.wikisource.org/wiki/Index:%s">check pages</a></li>' > result = fmt % (domain, urllib.quote(bookname), bookname, count, > domain, urllib.quote(bookname), bookname) > return result > > but the problem is that the transclusion checker wants the exact name of > the page, > so the translations of "Index" in all the language give and error. > This should be change on the "checker" side. > > Aubrey
checker is older than canonical namespace for Index and Page, I've the needed names on my side so I added a link to checker for each index listed. -- phe _______________________________________________ Wikisource-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikisource-l
