diff --git a/conf/amd64.src b/conf/amd64.src index be76c38..8ee03bd 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://download.kiwix.org/release/kiwix-tools/kiwix-tools_linux-x86_64-3.1.2.tar.gz -SOURCE_SUM=63d3e32f184fbc1fdfe4c206575daf3d39b9d949ed7fa38e7ea18bab64e5364e +SOURCE_URL=https://download.kiwix.org/release/kiwix-tools/kiwix-tools_linux-x86_64-3.3.0.tar.gz +SOURCE_SUM=cdea8226b479515c9495868dec196de9286cba57bc024df7cd15a83690dfbafc SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armhf.src b/conf/armhf.src index 54b189f..8c76e91 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://download.kiwix.org/release/kiwix-tools/kiwix-tools_linux-armhf-3.1.2.tar.gz -SOURCE_SUM=eeb69ab4b8b6b39d8e8f8afd248a211149c0f199018afa4669c7f5b917661b12 +SOURCE_URL=https://download.kiwix.org/release/kiwix-tools/kiwix-tools_linux-armhf-3.3.0.tar.gz +SOURCE_SUM=d0d6fa88eb065a62ff2444928469389490f10ba47aea5b025b76767a4d42623f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index dbd2fbd..0e95de2 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,7 +1,7 @@ ### How to add zim files? - Download one or more ZIM files, e.g. from [https://download.kiwix.org/zim/](https://download.kiwix.org/zim/) -- Put the ZIM files into /home/yunohost.app/kiwix/ +- Put the ZIM files into `/home/yunohost.app/kiwix/` - Add them to the library with the following command: ``` /var/www/kiwix/kiwix-manage /home/yunohost.app/kiwix/library.xml add /home/yunohost.app/kiwix/*.zim diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..2941dcc --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,12 @@ +### Comment ajouter des fichiers ZIM ? + +- Téléchargez un ou plusieurs fichiers ZIM, par ex. [https://download.kiwix.org/zim/](https://download.kiwix.org/zim/) +- Mettez les fichiers ZIM dans `/home/yunohost.app/kiwix/` +- Ajoutez-les à la bibliothèque avec la commande suivante : +``` +/var/www/kiwix/kiwix-manage /home/yunohost.app/kiwix/library.xml add /home/yunohost.app/kiwix/*.zim +``` + +- Redémarrez le service : + +`yunohost service restart kiwix` diff --git a/manifest.json b/manifest.json index 42f9b77..2e74ded 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Sharing Web content with people without Internet access", "fr": "Partager du contenu Web avec des personnes sans accès à Internet" }, - "version": "3.1.2~ynh1", + "version": "3.3.0~ynh1", "url": "https://www.kiwix.org/", "upstream": { "license": "GPL-3.0-or-later",