mirror of
https://github.com/YunoHost-Apps/kiwix_ynh.git
synced 2024-09-03 19:35:56 +02:00
commit
69296fe897
4 changed files with 5 additions and 5 deletions
|
@ -28,7 +28,7 @@ Kiwix is an offline reader for online content like Wikipedia, Project Gutenberg,
|
|||
- Able to deal with one ZIM file or XML library files
|
||||
|
||||
|
||||
**Shipped version:** 3.5.0~ynh1
|
||||
**Shipped version:** 3.5.0~ynh2
|
||||
|
||||
**Demo:** http://library.kiwix.org/
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ Kiwix est un lecteur hors-ligne pour contenus web qui permet en particulier d’
|
|||
- Embedded in Kiwix UI
|
||||
- Capable de traiter un fichier ZIM ou des fichiers de bibliothèque XML
|
||||
|
||||
**Version incluse :** 3.5.0~ynh1
|
||||
**Version incluse :** 3.5.0~ynh2
|
||||
|
||||
**Démo :** http://library.kiwix.org/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Kiwix"
|
|||
description.en = "Sharing Web content with people without Internet access"
|
||||
description.fr = "Partager du contenu Web avec des personnes sans accès à Internet"
|
||||
|
||||
version = "3.5.0~ynh1"
|
||||
version = "3.5.0~ynh2"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -17,7 +17,7 @@ admindoc = "https://wiki.kiwix.org/wiki/Kiwix-serve/"
|
|||
code = "https://github.com/kiwix/kiwix-tools"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.18"
|
||||
yunohost = ">= 11.1.20"
|
||||
architectures = ["amd64", "armhf"]
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
|
|
@ -36,7 +36,7 @@ ynh_add_nginx_config
|
|||
ynh_script_progression --message="Creating a data directory..." --weight=1
|
||||
|
||||
pushd $data_dir
|
||||
ynh_exec_warn_less ynh_exec_as $app curl -LO http://download.kiwix.org/zim/wikipedia/wikipedia_fr_test_2023-04.zim > /dev/null
|
||||
ynh_exec_warn_less ynh_exec_as $app curl -LO https://download.kiwix.org/zim/wikipedia/wikipedia_fr_climate_change_mini_2023-04.zim > /dev/null
|
||||
popd
|
||||
ynh_exec_warn_less ynh_exec_as $app $install_dir/kiwix-manage $data_dir/library.xml add $data_dir/*.zim
|
||||
|
||||
|
|
Loading…
Reference in a new issue