Page MenuHomePhabricator

Add minwikisource to wikistats
Closed, ResolvedPublic

Description

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

Related Objects

Event Timeline

Dzahn changed the task status from Open to Stalled.Oct 27 2025, 4:03 PM
Dzahn subscribed.

until T408317

Dzahn changed the task status from Stalled to Open.Oct 28 2025, 2:58 AM
Dzahn claimed this task.
MariaDB [wikistats]> insert into wikisources (prefix, lang, loclang, method) select prefix,lang,loclang,method from wikipedias where prefix="min";


..

 /usr/bin/php /usr/lib/wikistats/update.php ws prefix min
sent query: 'select * from wikisources where prefix="min"'.
A(1/84) - min.wikisource.org - calling API: https://min.wikisource.org/w/api.php?action=query&meta=siteinfo&siprop=statistics&format=php&maxlag=5
-> http answer: 200 -> parsing answer: 0
getting version for https://min.wikisource.org/w/api.php?action=query&meta=siteinfo&siprop=statistics&format=php&maxlag=5---> OK - total: 16 good: 0 edits: 16 users: 32 active users: 1 admins: 1 images: 0
---> update wikisources set total="16",good="0",edits="16",users="32",activeusers="1",admins="1",images="0",http="200",si_generator="MediaWiki 1.45.0-wmf.24",ts=NOW() where id="94";