1
0
Fork 0

fix(readme_generator): fix tests using correct values

This commit is contained in:
Laurent Peuch 2024-03-24 02:15:49 +01:00 committed by Bram
parent b7b077006e
commit 78b3e394cc
2 changed files with 30 additions and 30 deletions

View file

@ -1,20 +1,20 @@
<!-- <!--
Nota bene: ce README est automatiquement généré par https://github.com/YunoHost/apps/tree/master/tools/readme_generator N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
Il ne doit pas être modifié à la main. It shall NOT be edited by hand.
--> -->
# GoToSocial pour YunoHost # GoToSocial for YunoHost
[![Niveau d'intégration ](https://dash.yunohost.org/integration/gotosocial.svg)](https://dash.yunohost.org/appci/app/gotosocial) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gotosocial.status.svg) ![Statut demaintenance](https://ci-apps.yunohost.org/ci/badges/gotosocial.maintain.svg) [![Integration level](https://dash.yunohost.org/integration/gotosocial.svg)](https://dash.yunohost.org/appci/app/gotosocial) ![Working status](https://ci-apps.yunohost.org/ci/badges/gotosocial.status.svg) ![Maintenance status](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) [![Install GoToSocial with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gotosocial)
*[Lire le README dans d'autres langues.](./ALL_README.md)* *[Read this README is other languages.](./ALL_README.md)*
> *Ce package vous permet dinstaller GoToSocial rapidement et simplement sur un serveur YunoHost. > *This package allows you to install GoToSocial quickly and simply on a YunoHost server.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.* If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Vue d'ensemble ## Overview
GoToSocial is a fast [ActivityPub](https://activitypub.rocks/) social network server, written in Golang. GoToSocial is a fast [ActivityPub](https://activitypub.rocks/) social network server, written in Golang.
@ -25,32 +25,32 @@ The documentation for this YunoHost package [can be read here](./doc/DOCS.md) an
Please note that this package uses the ["i'm so tired" software license 1.0](https://github.com/YunoHost-Apps/gotosocial_ynh/blob/master/LICENSE), please read it and accept it before proceeding with installation. Please note that this package uses the ["i'm so tired" software license 1.0](https://github.com/YunoHost-Apps/gotosocial_ynh/blob/master/LICENSE), please read it and accept it before proceeding with installation.
**Version incluse :** 0.13.3~ynh1 **Shipped version:** 0.13.3~ynh1
## Captures d'écran ## Screenshots
![Capture d'écran de GoToSocial](./doc/screenshots/screenshot.png) ![Screenshot of GoToSocial](./doc/screenshots/screenshot.png)
## :red_circle: Anti-fonctionnalités ## :red_circle: Antifeatures
- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. - **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. - **Not totally free package**: The YunoHost package of this app is under an overall free licence, but with clauses that restrict its use.
## Documentations et ressources ## Documentation and resources
- Site officiel de lapp : <https://gotosocial.org/> - Official app website: <https://gotosocial.org/>
- Documentation officielle utilisateur : <https://docs.gotosocial.org/en/latest/> - Official user documentation: <https://docs.gotosocial.org/en/latest/>
- Documentation officielle de l'admin <https://docs.gotosocial.org/en/latest/> - Official admin documentation: <https://docs.gotosocial.org/en/latest/>
- Dépôt de code officiel de lapp : <https://github.com/superseriousbusiness/gotosocial> - Upstream app code repository: <https://github.com/superseriousbusiness/gotosocial>
- YunoHost Store : <https://apps.yunohost.org/app/gotosocial> - YunoHost Store: <https://apps.yunohost.org/app/gotosocial>
- Signaler un bug : <https://github.com/YunoHost-Apps/gotosocial_ynh/issues> - Report a bug: <https://github.com/YunoHost-Apps/gotosocial_ynh/issues>
## Informations pour les développeurs ## Developer info
Merci de faire vos pull request sur la [branche branch](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing), Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing),
Pour essayer la branche testing, procédez comme suit. To try the testing branch, please proceed like that.
```bash ```bash
sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug
@ -58,4 +58,4 @@ or
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> **More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,11 +1,11 @@
<!-- <!--
Nota bene: ce README est automatiquement généré par https://github.com/YunoHost/apps/tree/master/tools/readme_generator 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. Il ne doit pas être modifié à la main.
--> -->
# GoToSocial pour YunoHost # GoToSocial pour YunoHost
[![Niveau d'intégration ](https://dash.yunohost.org/integration/gotosocial.svg)](https://dash.yunohost.org/appci/app/gotosocial) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gotosocial.status.svg) ![Statut demaintenance](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) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gotosocial.status.svg) ![Statut demaintenance](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)
@ -38,9 +38,9 @@ Veuillez noter que ce paquet utilise la ["i'm so tired" software license 1.0](ht
## Documentations et ressources ## Documentations et ressources
- Site officiel de lapp : <https://gotosocial.org/> - Site officiel de lapp: <https://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 lapp : <https://github.com/superseriousbusiness/gotosocial> - Dépôt de code officiel de lapp : <https://github.com/superseriousbusiness/gotosocial>
- YunoHost Store : <https://apps.yunohost.org/app/gotosocial> - YunoHost Store : <https://apps.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>
@ -58,4 +58,4 @@ or
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>