mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
commit
c26dbc7069
2 changed files with 12 additions and 12 deletions
20
README_fr.md
20
README_fr.md
|
@ -5,15 +5,15 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# GoToSocial pour YunoHost
|
# GoToSocial pour YunoHost
|
||||||
|
|
||||||
[![Niveau d'intégration](https://dash.yunohost.org/integration/gotosocial.svg)](https://dash.yunohost.org/appci/app/gotosocial) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gotosocial.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gotosocial.maintain.svg)
|
[![Niveau d’intégration](https://dash.yunohost.org/integration/gotosocial.svg)](https://dash.yunohost.org/appci/app/gotosocial) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gotosocial.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gotosocial.maintain.svg)
|
||||||
[![Installer GoToSocial avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gotosocial)
|
[![Installer GoToSocial avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gotosocial)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer GoToSocial rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d’installer GoToSocial rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
Un serveur de réseau social basé sur [ActivityPub](https://activitypub.rocks/) écrit en Golang.
|
Un serveur de réseau social basé sur [ActivityPub](https://activitypub.rocks/) écrit en Golang.
|
||||||
|
|
||||||
|
@ -26,9 +26,9 @@ Vous pouvez consulter la documentation à l'adresse : [docs.gotosocial.org](http
|
||||||
|
|
||||||
**Version incluse :** 0.6.0~ynh1
|
**Version incluse :** 0.6.0~ynh1
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d’écran
|
||||||
|
|
||||||
![Capture d'écran de GoToSocial](./doc/screenshots/screenshot.jpg)
|
![Capture d’écran de GoToSocial](./doc/screenshots/screenshot.jpg)
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
@ -112,10 +112,10 @@ Et pour promouvoir un compte en tant qu'administrateur de votre instance :
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : <https://docs.gotosocial.org/>
|
* Site officiel de l’app : <https://docs.gotosocial.org/>
|
||||||
* Documentation officielle utilisateur : <https://docs.gotosocial.org/en/latest/>
|
* Documentation officielle utilisateur : <https://docs.gotosocial.org/en/latest/>
|
||||||
* Documentation officielle de l'admin : <https://docs.gotosocial.org/en/latest/>
|
* Documentation officielle de l’admin : <https://docs.gotosocial.org/en/latest/>
|
||||||
* Dépôt de code officiel de l'app : <https://github.com/superseriousbusiness/gotosocial>
|
* Dépôt de code officiel de l’app : <https://github.com/superseriousbusiness/gotosocial>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_gotosocial>
|
* Documentation YunoHost pour cette app : <https://yunohost.org/app_gotosocial>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/gotosocial_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/gotosocial_ynh/issues>
|
||||||
|
|
||||||
|
@ -131,4 +131,4 @@ ou
|
||||||
sudo yunohost app upgrade gotosocial -u https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug
|
sudo yunohost app upgrade gotosocial -u https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -3,8 +3,8 @@
|
||||||
"id": "gotosocial",
|
"id": "gotosocial",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "An ActivityPub social network server, written in Golang.",
|
"en": "ActivityPub social network server",
|
||||||
"fr": "Un serveur de réseau social basé sur ActivityPub écrit en Golang."
|
"fr": "Serveur de réseau social basé sur ActivityPub"
|
||||||
},
|
},
|
||||||
"version": "0.6.0~ynh1",
|
"version": "0.6.0~ynh1",
|
||||||
"url": "https://github.com/superseriousbusiness/gotosocial",
|
"url": "https://github.com/superseriousbusiness/gotosocial",
|
||||||
|
|
Loading…
Reference in a new issue