1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
iiab/roles/kiwix/README.rst

24 lines
1.1 KiB
ReStructuredText
Raw Normal View History

2017-05-27 18:09:50 +00:00
============
2017-11-14 06:16:46 +00:00
Kiwix README
2017-05-27 18:09:50 +00:00
============
2017-11-14 06:16:46 +00:00
Kiwix develops ZIM file creation & rendering tools for offline action,
2022-05-27 22:55:28 +00:00
as summarized at: https://wiki.kiwix.org/wiki/Software
2017-11-14 06:16:46 +00:00
2022-05-27 23:53:15 +00:00
Internet-in-a-Box uses `kiwix-tools <https://github.com/kiwix/kiwix-tools>`_ executables like kiwix-manage, kiwix-serve and kiwix-search (in
2022-05-27 22:55:28 +00:00
``/opt/iiab/kiwix/bin``) to set up and render ZIM files (such as Wikipedia, and
other educational materials) typically from https://download.kiwix.org/zim/
2017-05-27 18:09:50 +00:00
Locations
---------
2022-05-27 22:55:28 +00:00
- Your ZIM files go in ``/library/zims/content``
- Your ZIM index files used to go in directories under ``/library/zims/index`` (these index files are increasingly no longer necessary, as most ZIM files produced since 2017 contain an internal search index instead!)
- The URL is http://box/kiwix or http://box.lan/kiwix (both proxied for AWStats, Matomo, ETC)
2022-05-27 22:55:28 +00:00
- Use URL http://box:3000/kiwix if you want to avoid the proxy
2017-05-27 18:09:50 +00:00
2022-05-27 22:55:28 +00:00
Your ``/library/zims/library.xml`` (containing essential metadata for the ZIM files you've installed) can be regenerated if necessary, by running:
``/usr/bin/iiab-make-kiwix-lib``
2018-08-08 20:01:46 +00:00
2022-05-27 22:55:28 +00:00
See also "How do I add ZIM files, like Wikipedia?" at http://FAQ.IIAB.IO