mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
52 lines
2.6 KiB
Markdown
52 lines
2.6 KiB
Markdown
<!--
|
||
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.
|
||
-->
|
||
|
||
# Friendica pour YunoHost
|
||
|
||
[![Niveau d’intégration](https://dash.yunohost.org/integration/friendica.svg)](https://dash.yunohost.org/appci/app/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)
|
||
|
||
[![Installer Friendica avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=friendica)
|
||
|
||
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||
|
||
> *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.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
Friendica is a decentralised communications platform that integrates social communication. The platform links to independent social projects and corporate services.
|
||
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.
|
||
|
||
|
||
**Version incluse :** 2023.12~ynh3
|
||
|
||
**Démo :** <https://dir.friendica.social/servers>
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de Friendica](./doc/screenshots/friendica-vier-profile.png)
|
||
|
||
## Documentations et ressources
|
||
|
||
- 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>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/friendica_ynh/tree/testing).
|
||
|
||
Pour essayer la branche `testing`, procédez comme suit :
|
||
|
||
```bash
|
||
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
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|