mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
update readme
This commit is contained in:
parent
d1491548d0
commit
9532c4673a
2 changed files with 20 additions and 18 deletions
|
@ -1,3 +1,4 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
|
|
35
README_fr.md
35
README_fr.md
|
@ -1,6 +1,6 @@
|
|||
<!--
|
||||
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.
|
||||
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.
|
||||
-->
|
||||
|
||||
# GoToSocial pour YunoHost
|
||||
|
@ -9,10 +9,10 @@ It shall NOT be edited by hand.
|
|||
|
||||
[](https://install-app.yunohost.org/?app=gotosocial)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||||
|
||||
> *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.*
|
||||
> *Ce package vous permet d’installer GoToSocial 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
|
||||
|
||||
|
@ -25,7 +25,8 @@ La documentation de ce paquet YunoHost [est lisible ici](./doc/DOCS_fr.md) et l'
|
|||
|
||||
Veuillez noter que ce paquet utilise la ["i'm so tired" software license 1.0](https://github.com/YunoHost-Apps/gotosocial_ynh/blob/master/LICENSE), veuillez la lire et l'accepter avant de procéder à l'installation.
|
||||
|
||||
**Version incluse :** 0.14.1~ynh1
|
||||
|
||||
**Version incluse :** 0.14.2~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
@ -33,23 +34,23 @@ Veuillez noter que ce paquet utilise la ["i'm so tired" software license 1.0](ht
|
|||
|
||||
## :red_circle: Anti-fonctionnalités
|
||||
|
||||
- **Alpha software** : Early development stage. May contain changing or unstable features, bugs, and security vulnerability.
|
||||
- **Not totally free package** : The YunoHost package of this app is under an overall free licence, but with clauses that restrict its use.
|
||||
- **Logiciel en version alpha**: Le logiciel est au tout début de son développement. Il pourrait contenir des fonctionnalités changeantes ou instables, des bugs, et des failles de sécurité.
|
||||
- **Package sous licence libre restreinte**: Le package YunoHost de cette application est sous une licence globalement libre, mais avec des clauses qui pourraient restreindre son utilisation.
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
- Site officiel de l’app : <https://gotosocial.org/>
|
||||
- Documentation officielle utilisateur : <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>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/gotosocial>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/gotosocial_ynh/issues>
|
||||
- Site officiel de l’app : <https://gotosocial.org/>
|
||||
- Documentation officielle utilisateur : <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>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/gotosocial>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/gotosocial_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing).
|
||||
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
Pour essayer la branche `testing`, procédez comme suit :
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug
|
||||
|
@ -57,4 +58,4 @@ ou
|
|||
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>
|
||||
|
|
Loading…
Add table
Reference in a new issue