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

Merge pull request #164 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-04-25 08:33:14 +02:00 committed by GitHub
commit 3135141501
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 57 additions and 7 deletions

View file

@ -4,3 +4,4 @@
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -18,7 +18,7 @@ It shall NOT be edited by hand.
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.11.64~ynh1
**Shipped version:** 1.11.65~ynh1
**Demo:** <https://app.element.io/>

View file

@ -18,7 +18,7 @@ EZ editatu eskuz.
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.
**Paketatutako bertsioa:** 1.11.64~ynh1
**Paketatutako bertsioa:** 1.11.65~ynh1
**Demoa:** <https://app.element.io/>

View file

@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
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.11.64~ynh1
**Version incluse:** 1.11.65~ynh1
**Démo:** <https://app.element.io/>

View file

@ -18,7 +18,7 @@ NON debe editarse manualmente.
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.
**Versión proporcionada:** 1.11.64~ynh1
**Versión proporcionada:** 1.11.65~ynh1
**Demo:** <https://app.element.io/>

49
README_zh_Hans.md Normal file
View file

@ -0,0 +1,49 @@
<!--
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
请勿手动编辑。
-->
# YunoHost 的 Element
[![集成程度](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)
[![使用 YunoHost 安装 Element](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=element)
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Element。*
> *如果您还没有 YunoHost请参阅[指南](https://yunohost.org/install)了解如何安装它。*
## 概况
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.
**分发版本:** 1.11.65~ynh1
**演示:** <https://app.element.io/>
## 截图
![Element 的截图](./doc/screenshots/homepage-all-platforms-1_1.png)
## 文档与资源
- 官方应用网站: <https://element.io>
- 官方管理文档: <https://element.io/help>
- 上游应用代码库: <https://github.com/element-hq/element-web>
- YunoHost 商店: <https://apps.yunohost.org/app/element>
- 报告 bug <https://github.com/YunoHost-Apps/element_ynh/issues>
## 开发者信息
请向 [`testing` 分支](https://github.com/YunoHost-Apps/element_ynh/tree/testing) 发送拉取请求。
如要尝试 `testing` 分支,请这样操作:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/element_ynh/tree/testing --debug
sudo yunohost app upgrade element -u https://github.com/YunoHost-Apps/element_ynh/tree/testing --debug
```
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>

View file

@ -5,7 +5,7 @@ name = "Element"
description.en = "Web client for Matrix"
description.fr = "Client web pour Matrix"
version = "1.11.64~ynh1"
version = "1.11.65~ynh1"
maintainers = ["Josué Tille"]
@ -56,8 +56,8 @@ ram.runtime = "0M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/element-hq/element-web/releases/download/v1.11.64/element-v1.11.64.tar.gz"
sha256 = "56b08abddcd9a8815d8d4574c6815696d46816bca4c44ed309734cf79fdad7ea"
url = "https://github.com/element-hq/element-web/releases/download/v1.11.65/element-v1.11.65.tar.gz"
sha256 = "069dd851afced0d82ecb815d408c618c42311a2b7671b8a6479d21edcb5e80e9"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^element-v.*.tar.gz$"