1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00

Auto-update README

This commit is contained in:
yunohost-bot 2022-05-24 14:14:11 +00:00
parent 17f4a9ef69
commit 07090d1f34
2 changed files with 27 additions and 21 deletions

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Element for YunoHost
[![Integration level](https://dash.yunohost.org/integration/element.svg)](https://dash.yunohost.org/appci/app/element) ![](https://ci-apps.yunohost.org/ci/badges/element.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/element.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/element.svg)](https://dash.yunohost.org/appci/app/element) ![Working status](https://ci-apps.yunohost.org/ci/badges/element.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/element.maintain.svg)
[![Install Element with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=element)
*[Lire ce readme en français.](./README_fr.md)*
@ -17,13 +17,13 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption.
**Shipped version:** 1.10.12~ynh1
**Shipped version:** 1.10.13~ynh1
**Demo:** https://app.element.io/
## Screenshots
![](./doc/screenshots/homepage-all-platforms-1_1.png)
![Screenshot of Element](./doc/screenshots/homepage-all-platforms-1_1.png)
## Disclaimers / important information
@ -59,21 +59,22 @@ So the process to migrate to element is the following:
## Documentation and resources
* Official app website: https://element.io
* Official admin documentation: https://element.io/help
* Upstream app code repository: https://github.com/vector-im/element-web/
* YunoHost documentation for this app: https://yunohost.org/app_element
* Report a bug: https://github.com/YunoHost-Apps/element_ynh/issues
* Official app website: <https://element.io>
* Official admin documentation: <https://element.io/help>
* Upstream app code repository: <https://github.com/vector-im/element-web/>
* YunoHost documentation for this app: <https://yunohost.org/app_element>
* Report a bug: <https://github.com/YunoHost-Apps/element_ynh/issues>
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/element_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/element_ynh/tree/testing --debug
or
sudo yunohost app upgrade element -u https://github.com/YunoHost-Apps/element_ynh/tree/testing --debug
```
**More info regarding app packaging:** https://yunohost.org/packaging_apps
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,10 +1,14 @@
<!--
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.
-->
# Element pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/element.svg)](https://dash.yunohost.org/appci/app/element) ![](https://ci-apps.yunohost.org/ci/badges/element.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/element.maintain.svg)
[![Niveau d'intégration](https://dash.yunohost.org/integration/element.svg)](https://dash.yunohost.org/appci/app/element) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/element.status.svg) ![Status de maintenance](https://ci-apps.yunohost.org/ci/badges/element.maintain.svg)
[![Installer Element avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=element)
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer Element 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.*
@ -13,13 +17,13 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Element est un nouveau type d'application de messagerie. Vous choisissez où vos messages sont stockés, ce qui vous donne le contrôle de vos données. Il vous donne accès au réseau ouvert Matrix, vous pouvez donc parler à n'importe qui. Element offre un nouveau niveau de sécurité, en ajoutant la vérification des appareils par signature croisée au chiffrement de bout en bout par défaut.
**Version incluse :** 1.10.12~ynh1
**Version incluse :** 1.10.13~ynh1
**Démo :** https://app.element.io/
## Captures d'écran
![](./doc/screenshots/homepage-all-platforms-1_1.png)
![Capture d'écran de Element](./doc/screenshots/homepage-all-platforms-1_1.png)
## Avertissements / informations importantes
@ -55,21 +59,22 @@ Ainsi, le processus de migration vers l'élément est le suivant :
## Documentations et ressources
* Site officiel de l'app : https://element.io
* Documentation officielle de l'admin : https://element.io/help
* Dépôt de code officiel de l'app : https://github.com/vector-im/element-web/
* Documentation YunoHost pour cette app : https://yunohost.org/app_element
* Signaler un bug : https://github.com/YunoHost-Apps/element_ynh/issues
* Site officiel de l'app : <https://element.io>
* Documentation officielle de l'admin : <https://element.io/help>
* Dépôt de code officiel de l'app : <https://github.com/vector-im/element-web/>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_element>
* Signaler un bug : <https://github.com/YunoHost-Apps/element_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/element_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/element_ynh/tree/testing --debug
ou
sudo yunohost app upgrade element -u https://github.com/YunoHost-Apps/element_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>