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

49 lines
2.2 KiB
Markdown
Raw Normal View History

2022-05-25 08:41:44 +02:00
<!--
2024-03-29 06:59:22 +01: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-05-25 08:41:44 +02:00
-->
2022-02-21 17:08:35 +01:00
# Diaspora pour YunoHost
2023-03-08 15:16:44 +01:00
[![Niveau dintégration](https://dash.yunohost.org/integration/diaspora.svg)](https://dash.yunohost.org/appci/app/diaspora) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/diaspora.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/diaspora.maintain.svg)
2022-02-21 17:08:35 +01:00
[![Installer Diaspora avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=diaspora)
2024-03-29 06:59:22 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-02-21 17:08:35 +01:00
2024-03-29 06:59:22 +01:00
> *Ce package vous permet dinstaller Diaspora rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2022-02-21 17:08:35 +01:00
2023-03-08 15:16:44 +01:00
## Vue densemble
2022-02-21 17:08:35 +01:00
Service de réseau social distribué
2024-03-29 06:59:22 +01:00
**Version incluse:** 0.7.18.2~ynh3
2022-09-26 02:56:18 +02:00
2023-03-08 15:16:44 +01:00
## Captures décran
2022-09-26 02:56:18 +02:00
2023-03-08 15:16:44 +01:00
![Capture décran de Diaspora](./doc/screenshots/Diaspora_latest.png)
2022-09-26 02:56:18 +02:00
2022-02-21 17:08:35 +01:00
## Documentations et ressources
2024-03-29 06:59:22 +01:00
- Site officiel de lapp: <https://diasporafoundation.org/>
- Documentation officielle utilisateur: <https://wiki.diasporafoundation.org/FAQ_for_users>
- Documentation officielle de ladmin: <https://wiki.diasporafoundation.org/FAQ_for_pod_maintainers>
- Dépôt de code officiel de lapp: <https://github.com/diaspora/diaspora>
- YunoHost Store: <https://apps.yunohost.org/app/diaspora>
- Signaler un bug: <https://github.com/YunoHost-Apps/diaspora_ynh/issues>
2022-02-21 17:08:35 +01:00
## Informations pour les développeurs
2024-03-29 06:59:22 +01:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/diaspora_ynh/tree/testing).
2022-02-21 17:08:35 +01:00
2024-03-29 06:59:22 +01:00
Pour essayer la branche `testing`, procédez comme suit:
2022-05-25 08:41:44 +02:00
2024-03-29 06:59:22 +01:00
```bash
2022-02-21 17:08:35 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/diaspora_ynh/tree/testing --debug
ou
sudo yunohost app upgrade diaspora -u https://github.com/YunoHost-Apps/diaspora_ynh/tree/testing --debug
```
2024-03-29 06:59:22 +01:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>