mirror of
https://github.com/YunoHost-Apps/kiwix_ynh.git
synced 2024-09-03 19:35:56 +02:00
Merge branch 'testing' of https://github.com/YunoHost-Apps/kiwix_ynh into testing
This commit is contained in:
commit
10a38233cf
2 changed files with 8 additions and 8 deletions
|
@ -30,7 +30,7 @@ Kiwix is an offline reader for online content like Wikipedia, Project Gutenberg,
|
||||||
- RESTful API endpoint with OPDS (XML)
|
- RESTful API endpoint with OPDS (XML)
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 3.1.2~ynh1
|
**Shipped version:** 3.3.0~ynh1
|
||||||
|
|
||||||
**Demo:** http://library.kiwix.org/
|
**Demo:** http://library.kiwix.org/
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ Kiwix is an offline reader for online content like Wikipedia, Project Gutenberg,
|
||||||
### How to add zim files?
|
### How to add zim files?
|
||||||
|
|
||||||
- Download one or more ZIM files, e.g. from [https://download.kiwix.org/zim/](https://download.kiwix.org/zim/)
|
- 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:
|
- 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
|
/var/www/kiwix/kiwix-manage /home/yunohost.app/kiwix/library.xml add /home/yunohost.app/kiwix/*.zim
|
||||||
|
|
12
README_fr.md
12
README_fr.md
|
@ -27,7 +27,7 @@ Kiwix est un lecteur hors-ligne pour contenus web qui permet en particulier d’
|
||||||
- Embedded in Kiwix UI
|
- Embedded in Kiwix UI
|
||||||
- Capable de traiter un fichier ZIM ou des fichiers de bibliothèque XML
|
- Capable de traiter un fichier ZIM ou des fichiers de bibliothèque XML
|
||||||
|
|
||||||
**Version incluse :** 3.1.2~ynh1
|
**Version incluse :** 3.3.0~ynh1
|
||||||
|
|
||||||
**Démo :** http://library.kiwix.org/
|
**Démo :** http://library.kiwix.org/
|
||||||
|
|
||||||
|
@ -37,16 +37,16 @@ Kiwix est un lecteur hors-ligne pour contenus web qui permet en particulier d’
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
### How to add zim files?
|
### Comment ajouter des fichiers ZIM ?
|
||||||
|
|
||||||
- Download one or more ZIM files, e.g. from [https://download.kiwix.org/zim/](https://download.kiwix.org/zim/)
|
- Téléchargez un ou plusieurs fichiers ZIM, par ex. [https://download.kiwix.org/zim/](https://download.kiwix.org/zim/)
|
||||||
- Put the ZIM files into /home/yunohost.app/kiwix/
|
- Mettez les fichiers ZIM dans `/home/yunohost.app/kiwix/`
|
||||||
- Add them to the library with the following command:
|
- 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
|
/var/www/kiwix/kiwix-manage /home/yunohost.app/kiwix/library.xml add /home/yunohost.app/kiwix/*.zim
|
||||||
```
|
```
|
||||||
|
|
||||||
- Restart the service:
|
- Redémarrez le service :
|
||||||
|
|
||||||
`yunohost service restart kiwix`
|
`yunohost service restart kiwix`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue