2017-11-26 14:04:07 +00:00
|
|
|
# Which kiwix-tools to download from http://download.iiab.io/packages/ (origin: http://download.kiwix.org/nightly/)
|
|
|
|
kiwix_src_file_linux64: "kiwix-tools_linux64_2017-11-12.tar.gz"
|
|
|
|
kiwix_src_file_armhf: "kiwix-tools_armhf_2017-11-12.tar.gz"
|
2017-11-26 14:27:28 +00:00
|
|
|
# Experimental kiwix-0.10 from Oct 2016: (to be replaced before Feb 2018, SEE https://github.com/kiwix/kiwix-build/issues/94)
|
2017-11-26 14:20:01 +00:00
|
|
|
kiwix_src_file_i686: "kiwix-0.10-linux-i686.tar.bz2"
|
2017-11-26 14:27:28 +00:00
|
|
|
# Appears to be kiwix-0.9 from May 2014:
|
2017-11-26 14:20:01 +00:00
|
|
|
# kiwix_src_file_i686: "kiwix-linux-i686.tar.bz2"
|
2017-11-26 14:04:07 +00:00
|
|
|
|
|
|
|
# The following 2 lines are unused as of Nov 2017:
|
2017-11-25 21:48:23 +00:00
|
|
|
# kiwix_url: /kiwix
|
|
|
|
# kiwix_path: "{{ iiab_base }}/kiwix"
|
2017-05-27 18:09:50 +00:00
|
|
|
kiwix_port: 3000
|
2017-11-26 14:04:07 +00:00
|
|
|
|
|
|
|
# /library/zims contains 3 important things: {library.xml, content, index}
|
2017-11-25 21:48:23 +00:00
|
|
|
iiab_zim_path: "{{ content_base }}/zims"
|
2017-06-09 23:25:56 +00:00
|
|
|
kiwix_library_xml: "{{ iiab_zim_path }}/library.xml"
|
2017-11-26 16:30:06 +00:00
|
|
|
# Unused as of Nov 2017:
|
|
|
|
# kiwix_content_path: "{{ iiab_zim_path }}/content"
|
2017-11-26 14:04:07 +00:00
|
|
|
|
|
|
|
# Installation variables
|
2017-05-27 18:09:50 +00:00
|
|
|
kiwix_install: True
|
2017-10-18 01:15:03 +00:00
|
|
|
kiwix_enabled: True
|
2017-11-26 16:31:17 +00:00
|
|
|
kiwix_first_pass: False
|
2017-11-26 16:30:06 +00:00
|
|
|
# Unused as of Nov 2017:
|
2017-11-26 14:04:07 +00:00
|
|
|
# kiwix_content_found: False
|