benoit74
benoit74
It looks like Freecodecamp ZIMs are not working properly on Kiwix Desktop on Linux. See https://github.com/openzim/zim-requests/issues/1424
https://github.com/kiwix/kiwix-desktop/issues/1276 has revealed that on both Windows and Linux, all tests linked to inline JS are not working properly. These are tests 01* of "Javascript" page of the ZIM available...
See for instance https://farm.openzim.org/pipeline/0c4a2248-ec3a-41b3-926d-3237f6aa8df3/debug: ``` [log] [2025-06-20T21:54:21.503Z] Writing Article Redirects [log] [2025-06-21T02:30:50.705Z] Writing Main Page to the ZIM ``` I don't know how many redirects have been written (probably millions)...
https://farm.openzim.org/pipeline/009511c5-7a70-4b95-8515-16e7b5639f76 failed (mdwiki). It looks like `query.pages` of JSON response was empty (we know that `query` might be missing, but never expected that `query` might be present but `pages` be...
The codebase is cluttered with confusions and fallbacks around article ID, title, displayTitle, htmlDisplayTitle - we must make the interfaces much cleaner: when do we manipulate a title as used...
Fix #2212 Until https://phabricator.wikimedia.org/T161278 is solved, we implement this workaround to automatically add CSS-only gadget modules to appropriate pages. This is done in a way which is compatible with T161278...
Currently, the in-ZIM article page has "random" constant classes set on the body. See e.g. for vector-2022 skin: https://github.com/openzim/mwoffliner/blob/da6eaf0c4b88583d69970e979cc5fb1ccfbb1582/res/templates/pageVector2022.html#L10 These classes should be adapted to the context, at least taking...
With https://github.com/openzim/mwoffliner/pull/2203, we've introduced basic / simplified set of "core" JS/CSS modules. While `startup` JS module is not a surprise, we do not yet totally understand why it is necessary...
https://eu4.paradoxwikis.com uses a specially crafted skin: `vectorparadox`, see https://eu4.paradoxwikis.com/api.php?action=query&meta=siteinfo&formatversion=2&siprop=skins Needed for https://github.com/openzim/zim-requests/issues/1319 Looks like besides special colors / layout, there is nothing extremely fancy, might be interesting/straightforward to support.
https://wiki.selfhtml.org uses a specially crafted skin: selfhtml, see https://wiki.selfhtml.org/wiki/Spezial:Version Needed for https://github.com/openzim/zim-requests/issues/1433 Looks like besides special colors / layout, there is nothing extremely fancy, might be interesting/straightforward to support.