1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yeswiki_ynh.git synced 2024-09-03 18:05:56 +02:00
yeswiki_ynh/README_fr.md

57 lines
2.5 KiB
Markdown
Raw Normal View History

2022-07-07 03:09:03 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2020-07-28 11:55:00 +02:00
# YesWiki pour YunoHost
2020-04-16 14:08:38 +02:00
2023-01-24 11:05:18 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/yeswiki.svg)](https://dash.yunohost.org/appci/app/yeswiki) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/yeswiki.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/yeswiki.maintain.svg)
2023-02-24 00:19:09 +01:00
2021-02-19 23:52:43 +01:00
[![Installer YesWiki avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yeswiki)
2020-04-16 14:08:38 +02:00
*[Read this readme in english.](./README.md)*
2023-01-24 11:05:18 +01:00
> *Ce package vous permet dinstaller YesWiki rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2020-04-16 14:08:38 +02:00
2023-01-24 11:05:18 +01:00
## Vue densemble
2020-07-28 11:53:37 +02:00
2020-10-06 13:58:22 +02:00
YesWiki est un wiki conçu pour rester simple, très facile à installer, en français traduit en anglais, espagnol, catalan, flamand...
Néanmoins, avec un YesWiki on peut fabriquer un site internet aux usages multiples :
- Rassembler toutes les infos d'un projet ou d'un groupe (fonction de "gare centrale")
- Cartographier des membres ou des lieux de façon participative
- Partager des ressources, des listes, des agendas grâce à des bases de données coopératives puissantes
- Faire communiquer des flux d'informations
- Cultiver un bout de liberté...
2020-04-16 14:08:38 +02:00
2024-02-11 22:12:29 +01:00
**Version incluse :** 4.4.2~ynh3
2020-04-16 14:08:38 +02:00
2021-11-05 22:46:00 +01:00
**Démo :** https://ferme.yeswiki.net/?CreerSonWiki
2020-04-16 14:08:38 +02:00
2023-01-24 11:05:18 +01:00
## Captures décran
2020-04-16 14:08:38 +02:00
2023-01-24 11:05:18 +01:00
![Capture décran de YesWiki](./doc/screenshots/yeswiki_screenshots.png)
2020-04-16 14:08:38 +02:00
2021-11-05 22:46:00 +01:00
## Documentations et ressources
2020-04-16 14:08:38 +02:00
2023-01-24 11:05:18 +01:00
* Site officiel de lapp : <https://yeswiki.net/>
* Documentation officielle de ladmin : <https://yeswiki.net/?DocumentatioN>
* Dépôt de code officiel de lapp : <https://github.com/YesWiki/yeswiki>
2023-12-10 12:09:21 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/yeswiki>
2022-07-07 03:09:03 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/yeswiki_ynh/issues>
2020-04-16 14:08:38 +02:00
2020-07-28 11:53:37 +02:00
## Informations pour les développeurs
2020-04-16 14:08:38 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/yeswiki_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-07-07 03:09:03 +02:00
``` bash
2020-04-16 14:08:38 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/yeswiki_ynh/tree/testing --debug
ou
sudo yunohost app upgrade yeswiki -u https://github.com/YunoHost-Apps/yeswiki_ynh/tree/testing --debug
```
2021-11-05 22:46:00 +01:00
2023-01-24 11:05:18 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>