hiresraka.blogg.se

Kiwix zim index
Kiwix zim index













kiwix zim index

There are also some stock items like credits, which should really be localized based on menu_lang in menu.json.

Kiwix zim index install#

there needs to be a means of determining if they are installed and enabled and adding the appropriate menu-def to the menu, probably this could be done at install time. Links ZIM file format, official documentation Kiwix ZIM repository, to download official ZIM files Wikipedia ZIM dumps, to download Wikipedia. For other services like kalite, nextcloud, etc. These could be done whenever a new zim or oer2go module is added to the system. (These are the two easiest cases.) Note that there is already a cross reference to relate the generic zim name, like wikipedia_en_medicine_novid, to the actually installed zim, like wikipedia_en_medicine_novid_2018-10.zim. Basically this is a cross reference to all of the menu-defs, for example passing intended_use = "zim and zim = " wikipedia_en_medicine_novid_2018-10.zim" would return en-wikipedia_en_medicine_novid or intended_use = "html" and moddir = "en-medline_plus" would return en-medline_plus.

kiwix zim index

This would be used to make this match in the admin console and update the list of items that constitute a given menu, so not used at menuing runtime. There needs to be a function and supporting data that accepts a content reference (and probably content type) and returns the name of a menu-def.















Kiwix zim index