Albin Larsson
Albin Larsson
I'm mainly familiar with Gnome, they try to draw logos as 128px from whatever they get. The preference is SVG([Gnome HIG](https://developer.gnome.org/hig/guidelines/app-icons.html)). Is there a DE which fails to render the...
We have the logo in SVG here: https://commons.wikimedia.org/wiki/File:Pattypan.svg And considering that 128 is a more common size I agree that we should replace it, but we should probably test such...
Indeed, especially useful if someone would like to do a Flatpak or similar.
Only a note regarding quotation marks. Marking this for the 22.03 release.
https://github.com/hay/wiki-tools/blob/0d2ddd476dab57f190f24dc5b5bb74e8ed8547d6/public_html/minefield/js/api.js#L36
Currently all API calls/uploading etc goes through the wiki.java library. Any upstream enchantments related to this issue and future SDC features would help. https://github.com/MER-C/wiki-java/
The best way currently in my opinion is to first do the upload with Pattypan and then use Quickstatements for the structured data/captions.
The data namespace works quite differently from the File namespace. Every file is actually a page with it's content as GeoJSON, JSON or CSV. So uploading a Data file would...
My bad: Tabular Data (JSON/CSV): https://www.mediawiki.org/wiki/Help:Tabular_Data Map Data (GeoJSON): https://www.mediawiki.org/wiki/Help:Map_Data
@yarl could we patch this by replacing all `;` with `|` and update the docs? It would break existing spreadsheets and the way people are used to do things. If...