zim
Here are 81 public repositories matching this topic...
-
Updated
Jun 16, 2020 - Shell
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Feb 13, 2020 - PLpgSQL
At the moment, there is no tag (but latest) available on the kiwix/kiwix-serve docker image. Given it's a released software with changing features, it's a problem.
Additionnaly, the Dockerfile uses a version-less download URL
https://github.com/kiwix/kiwix-tools/blob/6ba6046850eb92f6d23408f38a5de93c970720a1/docker/se
And before trying to load an external js file with --customFlavour, it should be checked in the internal extensions directory.
So:
--customFlavour=WiktionaryFRshould loadWikitionaryFR.jsin this extensions directory.--customFlavour=foobarshould loadfoobar.jsin the current directory (from wheremwofflineris launched by the user).--customFlavour=foobar.jsshould
For the moment all the logic is deported to a higher lever. We can see that for example here:
https://github.com/openzim/node-libzim/blob/master/src/Article.cc#L92
It is important to keep the ability for the libzim user to decide, but in 99% of the time, this new auto-mode based on mime-type should be good enough.
Doing so will make the libzim user life easier.
-
Updated
Jun 17, 2020 - Python
-
Updated
Jun 2, 2020 - C++
-
Updated
Jul 23, 2019 - Python
-
Updated
Dec 13, 2017 - CSS
Checking a physics.stackexchange.com_en_all_2020-04.zim, it reports a lot of wrong fals positive bad internal links:
A/question/531836.html (531836.html) was not found in article A/question/532236.html
-/static/MathJax.js?config=TeX-AMS_HTML-full (../../-/static/MathJax.js?config=TeX-AMS_HTML-full) was not found in article A/question/532238.html
I/question/\rm{state} (../../I/quest
-
Updated
Jan 16, 2019 - C
-
Updated
Mar 9, 2020 - Go
Hey
I think we need a strategy for how we keep the aliases here up to date with the git internals and best practices. An example it the new git switch and git restore which separates the two different common use cases of git checkout.
See:
- https://github.com/git/git/blob/master/Documentation/RelNotes/2.23.0.txt
- https://pawelgrzybek.com/til-git-switch-git-restore
The
-
Updated
Sep 9, 2017 - Shell
-
Updated
Jun 7, 2020 - Shell
-
Updated
Jul 28, 2018 - Makefile
-
Updated
May 29, 2020 - Java
-
Updated
Jun 14, 2020 - C
-
Updated
Oct 5, 2019 - JavaScript
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."

Docker got pretty popular.
Maybe add it out of the box, or as a plugin.
I can get it working by following official instruction for non oh-my-zsh, but I kinda like zimfw cuz theres so little additional work needed... I just get it and its done.