Re: [Wikitech-l] How to get total number of proofread and validated pages in any wikisource via api?

2020-05-09 Thread Thomas Tanon
If you have an access to ToolsForge, you could also get this statistics with a single SQL query: https://quarry.wmflabs.org/query/44764 (replace the "fr" in "frwikisource_p" with the code of the language you are interested in). The query is quite slow because fr.wikisource is large, it should be

Re: [Wikitech-l] How to get total number of proofread and validated pages in any wikisource via api?

2020-05-09 Thread AntiCompositeNumber
Extension:Proofread_Page uses categories to sort pages by quality, so it would be easiest to use that system. The category names are defined in Mediawiki:Proofreadpage_quality0_category through MediaWiki:Proofreadpage_quality4_category, and you can query those categories using the Categoryinfo or

[Wikitech-l] VisualEditor - still in beta?

2020-05-09 Thread Martin Urbanec
Hello, It's been years since VisualEditor is available, but it's still in Beta at many wikis. Why is that? If a wiki wants VE to grow out of beta, can that happen? Thanks, Martin ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

[Wikitech-l] How to get total number of proofread and validated pages in any wikisource via api?

2020-05-09 Thread Shrinivasan T
Hello all, How to get the counts for proofread and validated pages in a Wikisource project? What is the api for it? I like to bring graphs like below https://freeimage.host/i/img-20200510-034732-466.Jl1tuj Using api. Thanks. Shrini Thanks, Shrini

Re: [Wikitech-l] How to get number of articles or related metrics for indic wiki's ?

2020-05-09 Thread Shrinivasan T
Thanks Bryan, Exploring the links you gave. In the meantime, rolled out my own server to setup Prometheus and grafana. Wrote a custom exporter to get counts for indic Wikipedia sites. http://139.59.47.5:3000/d/kx1Pb36Zz/indic-wiki-stats Check the above dashboard. Will check if we can get the

Re: [Wikitech-l] Maps on wikidata

2020-05-09 Thread Marius Hoch
Hi Strainu, as Michael already pointed out, the (currently hard-coded) zoom value can be found in CachingKartographerEmbeddingHandler::getWikiText. I guess we could try to derive the zoom from the precision of the coordinate (GlobeCoordinateValue::getPrecision), but other than that, I don't

Re: [Wikitech-l] [Wikimedia-l] Wikimedia Meet

2020-05-09 Thread Tony Thomas
> If guest access is enabled, unauthenticated users will need to wait until a user authenticates before they can join a room. If guest access is not enabled, every user will need to authenticate before they can join. Aha, so this would be more or less like the Google Meet flow right now. Would it