Skip to content
#

openzim

Here are 7 public repositories matching this topic...

kelson42
kelson42 commented Apr 10, 2021

Having the following list of articles:

$ cat articles 
/dev/zero
Device_file

Scraping it:

mw --mwUrl="https://en.wikipedia.org" --articleList=articles

We remark the the welcome page list miss the article "Research Unix"... but the article is in the ZIM.

The reason is the space beetween "Research" and "Unix".

What happens is that Wikipedia Mediawiki is configured

mgautierfr
mgautierfr commented Nov 17, 2020

The linux builder on the CI always try to checkout a branch.
But when we push a tag, the CI try to build the tag and there is no corresponding branch with the tag name.

It would be better to detect if we are building a tag or a branch and checkout the right git ref.
Failing of the CI here is not important as nothing is done with this CI (just building), and when tag is pushed with the a branc

Improve this page

Add a description, image, and links to the openzim topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openzim topic, visit your repo's landing page and select "manage topics."

Learn more