Page MenuHomePhabricator

Add bclwikiquote to wikistats
Closed, ResolvedPublic

Description

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

Related Objects

StatusSubtypeAssignedTask
ResolvedNone
ResolvedUrbanecm
ResolvedDzahn

Event Timeline

Dzahn changed the task status from Open to Stalled.Aug 29 2022, 6:52 PM
Zabe changed the edit policy from "Custom Policy" to "All Users".Sep 6 2022, 2:08 PM
Zabe changed the task status from Stalled to Open.Oct 10 2022, 11:34 AM
Zabe subscribed.

wiki was created

Dzahn claimed this task.
Dzahn subscribed.
MariaDB [wikistats]> insert into wikiquotes (prefix, lang, loclang, method) select prefix,lang,loclang,method from wikipedias where prefix="bcl";
dzahn@wikistats-bullseye:~$ /usr/lib/wikistats/update.php wq prefix bcl
sent query: 'select * from wikiquotes where prefix="bcl"'.
A(1/93) - bcl.wikiquote.org - calling API: https://bcl.wikiquote.org/w/api.php?action=query&meta=siteinfo&siprop=statistics&format=php&maxlag=5
-> http answer: 200 -> parsing answer: 0
getting version for https://bcl.wikiquote.org/w/api.php?action=query&meta=siteinfo&siprop=statistics&format=php&maxlag=5---> OK - total: 1585 good: 80 edits: 10600 users: 73 active users: 0 admins: 0 images: 0
---> update wikiquotes set total="1585",good="80",edits="10600",users="73",activeusers="0",admins="0",images="0",http="200",si_generator="MediaWiki 1.40.0-wmf.4",ts=NOW() where id="355";