-
Updated
Mar 6, 2022 - HTML
zim
Here are 99 public repositories matching this topic...
-
Updated
Feb 15, 2022 - Shell
-
Updated
Mar 4, 2022 - JavaScript
libkiwix 10.x.y have deprecated many methods and function which are still in used in Kiwix Desktop. This has two consequences:
- Many warning at Kiwix Desktop compilation time
- Stop us to removed these old/deprecated primitives in future libkiwix releases.
Would be beneficial to remove the usage of these deprecated methods and use modern/new API of libkiwix.
The effort has already been
-
Updated
Apr 7, 2021 - Shell
See:
The problem here is that we should be able to see 3 tiles in a row, not inly 2.
I believe the problem comes from the default margin left, which applies as well to the filters: this is too high. Or at least, it shoukd be able to be smaller.
It is currently the case in app.js and uiUtil.js, but it should be searched everywhere (excluding the third-party libraries like fontawesome or jquery).
.innerHTML can be unsafe in terms of security. Its usage triggers warnings (at least when we upload the package on Mozilla store).
It should be possible to replace them by .textContent when it's unformatted text.
When it's not simple te
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
@kevinmcmurtrie commented on Feb 15, 2021, 5:27 AM UTC:
- Location: Worker
- Schedule Name/ID: gutenberg_mul_all
- Task ID: 806bba557688d39ae7189206
Problem
Scraper was rapidly hitting http://aleph.gutenberg.org while it was refusing TCP/IP connections. This resembles a DoS attack and could result in clients being blacklisted.
[https://farm.openzim.org/
This is necessary to have custom filename in the ZIM farm. See openzim/warc2zim#82
When using --defrag-redis, we use SAVE to dump redis to filesystem. Currently, redis workdir is hard-coded to /output but it'd be better to use what was passed to --tmp-dir (if passed) as this is an 8GiB file for SO (that we don't delete).
Following #289
-
Updated
Mar 12, 2022 - JavaScript
-
Updated
Jan 3, 2022 - Python
Currently it seems to be a - character like at http://library.kiwix.org/khan-academy-videos_en_geometric-optics-ap-physics-2-khan-academy_2021-04/M/Description
-
Updated
Dec 27, 2021 - C++
-
Updated
Aug 13, 2020 - Python
-
Updated
Jan 25, 2022 - Shell
-
Updated
Dec 13, 2017 - CSS
-
Updated
Aug 29, 2021 - Shell
-
Updated
Jan 16, 2019 - C
Improve this page
Add a description, image, and links to the zim topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the zim topic, visit your repo's landing page and select "manage topics."

General information
Description
At the moment, Markor allows to take a photo using the system camera app, place it into the directory of the note file, and insert the relevant markdown into the file.
I would like to ask that videos (obtained form exactly the same source) be attachable exactly the sa