mirror of
https://github.com/YunoHost-Apps/kiwix_ynh.git
synced 2024-09-03 19:35:56 +02:00
3.3.0
This commit is contained in:
parent
ce6000315f
commit
53fcdfb9eb
5 changed files with 18 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
12
doc/DISCLAIMER_fr.md
Normal file
12
doc/DISCLAIMER_fr.md
Normal file
|
@ -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`
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue