MarkusRost

Results 82 comments of MarkusRost

I've created a draft at #2483 and created some example ZIM files including no JavaScript, all JavaScript or only JavaScript trusted not to request external content. Please take a look...

@benoit74 I can't say much regarding wombat.js, but it does seem like quite a bit of not necessarily needed overhang. Additionally with MW often inserting `` and `` tags to...

I'm not sure why we need some hardcoded list of potential names for the main page? Can't we just use the actual name of the main page? But even if...

The siteinfo query API can list all installed skins, including an indication for the default skin. I assume the general siteinfo is already getting queried to get info like the...

> Let me know if you are close to completion, I assumed you would work on [#2407](https://github.com/openzim/mwoffliner/pull/2407) first ... I haven't started yet, was just marking it for me when...

This looks like a Parsoid issue, using the legacy parser works fine (removing `&parsoid=1` from the API call). https://sr.wikipedia.org/w/api.php?action=parse&format=json&prop=modules%7Cjsconfigvars%7Cheadhtml%7Ctext&page=%D0%A0%D0%B8%D0%BB%D0%B8%D1%87%D0%B0%D1%80%D0%B8&useskin=vector-2022&redirects=1

Parsoid is unable to parse the page, that's why the API request always returns an error. The VisualEditor doesn't work on that page either, due to using Parsoid. This is...

> Fallbacking to legacy parser could be discussed in a distinct issue as well, but past discussions with cscott were quite conclusive on the fact that we must use Parsoid,...

Considering we are currently adding a wrong license to most wikis, this issue should be a priority to get fixed. Besides using a CLI argument to set the license for...