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

24 lines
974 B
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,
as summarized at: http://wiki.kiwix.org/wiki/Software
2018-08-08 19:22:22 +00:00
Internet-in-a-Box uses the kiwix-serve and kiwix-manage executables (in
2018-08-08 19:24:40 +00:00
/opt/iiab/kiwix/bin) to set up and render ZIM files such as Wikipedia, and
2018-08-08 19:25:56 +00:00
other educational materials: http://download.kiwix.org/zim/
2017-05-27 18:09:50 +00:00
Locations
---------
2018-08-08 19:22:22 +00:00
- Your ZIM files go in /library/zims/content
2018-08-08 20:48:26 +00:00
- Your ZIM index files 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!)
2018-08-06 14:54:03 +00:00
- The URL is http://box/kiwix or http://box.lan/kiwix (both proxied for AWStats)
2018-08-08 19:22:22 +00:00
- Use URL http://box:3000/kiwix/ if you want to avoid the proxy
2017-05-27 18:09:50 +00:00
2018-08-08 19:22:22 +00:00
Your local ZIM catalog (at /library/zims/library.xml) can be regenerated by running:
/usr/bin/iiab-make-kiwix-lib
2018-08-08 20:01:46 +00:00
See "How do I add ZIM files, like Wikipedia?" at http://FAQ.IIAB.IO