2022-06-29 10:05:14 +02:00
<!--
2024-05-13 17:08:15 +02:00
Nota bene : ce README est automatiquement généré par < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
Il NE doit PAS être modifié à la main.
2022-06-29 10:05:14 +02:00
-->
2022-01-18 11:02:48 +01:00
# Kiwix pour YunoHost
2022-01-18 11:02:42 +01:00
2023-05-01 12:35:37 +02:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/kiwix.svg )](https://dash.yunohost.org/appci/app/kiwix) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/kiwix.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/kiwix.maintain.svg )
2022-01-18 11:02:48 +01:00
[![Installer Kiwix avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=kiwix)
2022-01-18 11:02:42 +01:00
2024-05-13 17:08:15 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-01-18 11:02:42 +01:00
2024-05-13 17:08:15 +02:00
> *Ce package vous permet d’ installer Kiwix rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2022-01-18 11:02:42 +01:00
2023-05-01 12:35:37 +02:00
## Vue d’ ensemble
2022-01-18 11:02:42 +01:00
2022-01-18 11:02:48 +01:00
Kiwix est un lecteur hors-ligne pour contenus web qui permet en particulier d’ accéder à Wikipédia sans connexion à Internet.
2022-01-18 11:02:42 +01:00
2022-01-18 11:02:48 +01:00
### Fonctionnalités
- Un moteur de recherche de tout texte
- Suggestions de recherche
- Compatible avec la majorité des navigateurs internet
- Disponible par ligne de commande exécutables
- Embedded in Kiwix UI
- Capable de traiter un fichier ZIM ou des fichiers de bibliothèque XML
2022-01-18 11:02:42 +01:00
2024-05-13 17:08:15 +02:00
**Version incluse :** 3.6.0~ynh1
2022-01-18 11:02:42 +01:00
2024-05-13 17:08:15 +02:00
**Démo :** < http: / / library . kiwix . org / >
2022-01-18 11:02:42 +01:00
2023-05-01 12:35:37 +02:00
## Captures d’ écran
2022-01-18 11:02:42 +01:00
2023-05-01 12:35:37 +02:00
![Capture d’ écran de Kiwix ](./doc/screenshots/screenshot.png )
2022-06-29 10:05:14 +02:00
2022-01-18 11:02:42 +01:00
## Documentations et ressources
2024-05-13 17:08:15 +02:00
- Site officiel de l’ app : < https: // www . kiwix . org />
- Documentation officielle de l’ admin : < https: // wiki . kiwix . org / wiki / Kiwix-serve />
- Dépôt de code officiel de l’ app : < https: // github . com / kiwix / kiwix-tools >
- YunoHost Store : < https: // apps . yunohost . org / app / kiwix >
- Signaler un bug : < https: // github . com / YunoHost-Apps / kiwix_ynh / issues >
2022-01-18 11:02:42 +01:00
## Informations pour les développeurs
2024-05-13 17:08:15 +02:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/kiwix_ynh/tree/testing ).
2022-01-18 11:02:42 +01:00
2024-05-13 17:08:15 +02:00
Pour essayer la branche `testing` , procédez comme suit :
2022-06-29 10:05:14 +02:00
2024-05-13 17:08:15 +02:00
```bash
2022-01-18 11:02:48 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/kiwix_ynh/tree/testing --debug
ou
sudo yunohost app upgrade kiwix -u https://github.com/YunoHost-Apps/kiwix_ynh/tree/testing --debug
2022-01-18 11:02:42 +01:00
```
2024-05-13 17:08:15 +02:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >