mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
8e2db89456
3 changed files with 13 additions and 10 deletions
|
@ -1,16 +1,19 @@
|
||||||
============
|
============
|
||||||
KIWIX README
|
Kiwix README
|
||||||
============
|
============
|
||||||
|
|
||||||
Kiwix is a set of Zim File readers from http://www.kiwix.org/wiki/Main_Page
|
Kiwix develops ZIM file creation & rendering tools for offline action,
|
||||||
|
as summarized at: http://wiki.kiwix.org/wiki/Software
|
||||||
|
|
||||||
We are using the kiwix-serve and kiwix-manage executables to setup and
|
We are using the kiwix-serve and kiwix-manage executables to setup and
|
||||||
render wikipedia and other web sources in zim format.
|
render Wikipedia and other web sources in ZIM format.
|
||||||
|
|
||||||
Locations
|
Locations
|
||||||
---------
|
---------
|
||||||
|
|
||||||
- The ZIM files are expected to be in /library/zims/content
|
- Your ZIM files are expected to be in /library/zims/content
|
||||||
- The ZIM index files are expected to be in directories under /library/zims/index
|
- Your ZIM index files are expected to be in directories under /library/zims/index
|
||||||
- The URL is /kiwix
|
- The URL is http://box:3000
|
||||||
|
|
||||||
The library.xml file can be recalculated by running iiab-make-kiwix-lib.
|
Your local ZIM catalog (at /library/zims/library.xml) can be
|
||||||
|
regenerated by running: iiab-make-kiwix-lib
|
||||||
|
|
|
@ -4,13 +4,13 @@
|
||||||
# kiwix_src_bin_only: False
|
# kiwix_src_bin_only: False
|
||||||
# when: ansible_machine == "i686"
|
# when: ansible_machine == "i686"
|
||||||
|
|
||||||
- name: Set Kiwix filename to d/l: kiwix-tools_linux64_2017-11-12.tar.gz (x86_64)
|
- name: "Set Kiwix filename to d/l: kiwix-tools_linux64_2017-11-12.tar.gz (x86_64)"
|
||||||
set_fact:
|
set_fact:
|
||||||
kiwix_src_file: "kiwix-tools_linux64_2017-11-12.tar.gz"
|
kiwix_src_file: "kiwix-tools_linux64_2017-11-12.tar.gz"
|
||||||
kiwix_src_bin_only: True
|
kiwix_src_bin_only: True
|
||||||
when: ansible_machine == "x86_64"
|
when: ansible_machine == "x86_64"
|
||||||
|
|
||||||
- name: Set Kiwix filename to d/l: kiwix-tools_armhf_2017-11-12.tar.gz (armv6l or armv71)
|
- name: "Set Kiwix filename to d/l: kiwix-tools_armhf_2017-11-12.tar.gz (armv6l or armv71)"
|
||||||
set_fact:
|
set_fact:
|
||||||
kiwix_src_file: "kiwix-tools_armhf_2017-11-12.tar.gz"
|
kiwix_src_file: "kiwix-tools_armhf_2017-11-12.tar.gz"
|
||||||
kiwix_src_bin_only: True
|
kiwix_src_bin_only: True
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Provides the Kiwix Zim File Server
|
Description=Provides the Kiwix ZIM File Server
|
||||||
After=syslog.target network.target local-fs.target
|
After=syslog.target network.target local-fs.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue