2019-11-19 13:18:48 +00:00
|
|
|
# IIAB constants
|
|
|
|
|
|
|
|
iiab_etc_path = '{{ iiab_etc_path }}'
|
2019-11-19 14:08:31 +00:00
|
|
|
iiab_env_file = '{{ iiab_env_file }}'
|
2019-11-19 13:18:48 +00:00
|
|
|
iiab_ini_file = '{{ iiab_ini_file }}'
|
|
|
|
|
2019-11-19 14:08:31 +00:00
|
|
|
kiwix_cat_path = iiab_etc_path + '/kiwix_catalog.json'
|
2019-11-19 13:18:48 +00:00
|
|
|
zim_path = '{{ iiab_zim_path }}'
|
|
|
|
kiwix_library_xml = zim_path + '/library.xml'
|
|
|
|
iiab_base_path = '{{ iiab_base }}'
|
|
|
|
kiwix_manage = iiab_base_path + '/kiwix/bin/kiwix-manage'
|
|
|
|
|
|
|
|
doc_root = '{{ doc_root }}'
|
|
|
|
assets_dir = doc_root + '/common/assets/'
|
|
|
|
lang_codes_path = assets_dir + 'lang_codes.json'
|
|
|
|
|
|
|
|
old_zim_map = {"bad.zim" : "unparseable name"}
|