Page MenuHomePhabricator

Add madwiktionary to wikistats
Closed, ResolvedPublic

Description

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

Related Objects

StatusSubtypeAssignedTask
ResolvedPppery
ResolvedDzahn

Event Timeline

MariaDB [wikistats]> insert into wiktionaries (prefix, lang, loclang, method) select prefix,lang,loclang,method from wikipedias where prefix="mad";
Query OK, 1 row affected (0.028 sec)
Records: 1  Duplicates: 0  Warnings: 0

--

dzahn@wikistats-bookworm:~$ /usr/lib/wikistats/update.php wt prefix mad
sent query: 'select * from wiktionaries where prefix="mad"'.
A(1/194) - mad.wiktionary.org - calling API: https://mad.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://mad.wiktionary.org/w/api.php?action=query&meta=siteinfo&siprop=statistics&format=php&maxlag=5---> OK - total: 5594 good: 0 edits: 13184 users: 74 active users: 10 admins: 0 images: 0
---> update wiktionaries set total="5594",good="0",edits="13184",users="74",activeusers="10",admins="0",images="0",http="200",si_generator="MediaWiki 1.43.0-wmf.24",ts=NOW() where id="462";