From dc3721417da8fc2a2d3a17f4df468b139520dbfc Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 12 Apr 2024 03:30:20 +0200 Subject: [PATCH 1/2] Upgrade to v24.4.3 https://github.com/xech/agora-project/releases/tag/24.4.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index d13b199..4627dea 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Agora" description.en = "Software for collaboration and creation of digital space" description.fr = "Logiciel de collaboration et de création d'espace numérique" -version = "24.4.1~ynh1" +version = "24.4.3~ynh1" maintainers = ["frju365"] @@ -60,8 +60,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/xech/agora-project/archive/refs/tags/24.4.1.tar.gz" - sha256 = "9e7ad4dd0352cbf7426a59e1ea92a10fc4cb7a418899e288c278c5aecde9e256" + url = "https://github.com/xech/agora-project/archive/refs/tags/24.4.3.tar.gz" + sha256 = "e1cc864914e670948784fcb4c7221cbf38b4d73a130d780c90d7f2a983dc7018" autoupdate.strategy = "latest_github_release" autoupdate.asset = "tarball" From 640ffd8c64b1a80cae47e34c69df5ca58656d71c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 12 Apr 2024 01:30:26 +0000 Subject: [PATCH 2/2] Auto-update READMEs --- ALL_README.md | 1 + README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 47 insertions(+), 4 deletions(-) create mode 100644 README_zh_Hans.md diff --git a/ALL_README.md b/ALL_README.md index 77b7509..a01b345 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -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) diff --git a/README.md b/README.md index ecf20fa..e29ad70 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. Create a workspace for a team with file management, contact, chat... -**Shipped version:** 24.4.1~ynh1 +**Shipped version:** 24.4.3~ynh1 ## Documentation and resources - Official app website: diff --git a/README_eu.md b/README_eu.md index a0be8b5..e5d1a96 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. Create a workspace for a team with file management, contact, chat... -**Paketatutako bertsioa:** 24.4.1~ynh1 +**Paketatutako bertsioa:** 24.4.3~ynh1 ## Dokumentazioa eta baliabideak - Aplikazioaren webgune ofiziala: diff --git a/README_fr.md b/README_fr.md index d70211d..b161085 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Créer un espace de travail pour une équipe avec gestion de fichier, contact, chat... -**Version incluse :** 24.4.1~ynh1 +**Version incluse :** 24.4.3~ynh1 ## Documentations et ressources - Site officiel de l’app : diff --git a/README_gl.md b/README_gl.md index 1980352..8c5ebc1 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. Create a workspace for a team with file management, contact, chat... -**Versión proporcionada:** 24.4.1~ynh1 +**Versión proporcionada:** 24.4.3~ynh1 ## Documentación e recursos - Web oficial da app: diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..46b65c8 --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,42 @@ + + +# YunoHost 的 Agora + +[![集成程度](https://dash.yunohost.org/integration/agora.svg)](https://dash.yunohost.org/appci/app/agora) ![工作状态](https://ci-apps.yunohost.org/ci/badges/agora.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/agora.maintain.svg) + +[![使用 YunoHost 安装 Agora](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=agora) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Agora。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +Create a workspace for a team with file management, contact, chat... + +**分发版本:** 24.4.3~ynh1 +## 文档与资源 + +- 官方应用网站: +- 官方管理文档: +- 上游应用代码库: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/agora_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/agora_ynh/tree/testing --debug +或 +sudo yunohost app upgrade agora -u https://github.com/YunoHost-Apps/agora_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:**