Page MenuHomePhabricator

Add igwiktionary to wikistats
Closed, ResolvedPublic

Description

Please add new wiki igwiktionary to Wikistats, once it is created. Thanks!

Related Objects

StatusSubtypeAssignedTask
ResolvedNone
ResolvedDzahn

Event Timeline

Zabe changed the edit policy from "Custom Policy" to "All Users".Aug 5 2022, 7:43 PM
Dzahn claimed this task.
Dzahn added a subscriber: Dzahn.
MariaDB [wikistats]> insert into wiktionaries (prefix, lang, loclang, method) select prefix,lang,loclang,method from wikipedias where prefix="ig";
dzahn@wikistats-bullseye:~$ /usr/lib/wikistats/update.php wt prefix ig
sent query: 'select * from wiktionaries where prefix="ig"'.
A(1/186) - ig.wiktionary.org - calling API: https://ig.wiktionary.org/w/api.php?action=query&meta=siteinfo&siprop=statistics&format=php&maxlag=5
-> http answer: 200 -> parsing answer: 0
getting version for https://ig.wiktionary.org/w/api.php?action=query&meta=siteinfo&siprop=statistics&format=php&maxlag=5---> OK - total: 3606 good: 349 edits: 16075 users: 299 active users: 0 admins: 0 images: 0
---> update wiktionaries set total="3606",good="349",edits="16075",users="299",activeusers="0",admins="0",images="0",http="200",si_generator="MediaWiki 1.40.0-wmf.4",ts=NOW() where id="454";