2022-06-11 08:55:58 +02:00
<!--
2024-04-04 09:55:22 +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-11 08:55:58 +02:00
-->
2021-07-17 17:35:26 +02:00
# Friendica pour YunoHost
2024-08-17 21:49:34 +02:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/friendica.svg )](https://ci-apps.yunohost.org/ci/apps/friendica/) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/friendica.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/friendica.maintain.svg )
2023-08-10 15:35:56 +02:00
2021-07-17 17:35:26 +02:00
[![Installer Friendica avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=friendica)
2024-04-04 09:55:22 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2021-07-17 17:35:26 +02:00
2024-04-04 09:55:22 +02:00
> *Ce package vous permet d’ installer Friendica 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.*
2021-07-17 17:35:26 +02:00
2023-01-16 15:16:51 +01:00
## Vue d’ ensemble
2021-07-17 17:35:26 +02:00
2024-02-12 00:06:49 +01:00
Friendica is a decentralised communications platform that integrates social communication. The platform links to independent social projects and corporate services.
2021-09-25 19:46:20 +02:00
Friendica connects you effortlessly to a federated communications network of several thousand servers, with more than half a million user registrations. You can directly connect to anyone on Friendica, Mastodon, Diaspora, GnuSocial, Pleroma, or Hubzilla, regardless where each user profile is hosted.
2024-02-12 00:06:49 +01:00
2024-08-17 20:46:04 +02:00
**Version incluse :** 2024.08~ynh1
2021-07-17 17:35:26 +02:00
2024-04-04 09:55:22 +02:00
**Démo :** < https: / / dir . friendica . social / servers >
2021-07-17 17:35:26 +02:00
2023-01-16 15:16:51 +01:00
## Captures d’ écran
2021-07-17 17:35:26 +02:00
2023-01-16 15:16:51 +01:00
![Capture d’ écran de Friendica ](./doc/screenshots/friendica-vier-profile.png )
2021-07-17 17:35:26 +02:00
## Documentations et ressources
2024-04-04 09:55:22 +02:00
- Site officiel de l’ app : < http: // friendi . ca >
- Documentation officielle utilisateur : < https: // wiki . friendi . ca />
- Documentation officielle de l’ admin : < https: // github . com / friendica / friendica / wiki >
- Dépôt de code officiel de l’ app : < https: // github . com / friendica / friendica >
- YunoHost Store : < https: // apps . yunohost . org / app / friendica >
- Signaler un bug : < https: // github . com / YunoHost-Apps / friendica_ynh / issues >
2021-07-17 17:35:26 +02:00
## Informations pour les développeurs
2024-04-04 09:55:22 +02:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/friendica_ynh/tree/testing ).
2021-07-17 17:35:26 +02:00
2024-04-04 09:55:22 +02:00
Pour essayer la branche `testing` , procédez comme suit :
2022-06-11 08:55:58 +02:00
2024-04-04 09:55:22 +02:00
```bash
2021-07-17 17:35:26 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/friendica_ynh/tree/testing --debug
ou
sudo yunohost app upgrade friendica -u https://github.com/YunoHost-Apps/friendica_ynh/tree/testing --debug
```
2024-04-04 09:55:22 +02:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >