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 21becc5..7057920 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. WeKan is an completely Open Source and Free software collaborative kanban board application. -**Shipped version:** 7.42~ynh1 +**Shipped version:** 7.43~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 8a8c0d4..03fddb4 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. WeKan is an completely Open Source and Free software collaborative kanban board application. -**Paketatutako bertsioa:** 7.42~ynh1 +**Paketatutako bertsioa:** 7.43~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index c02cf77..cabe620 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. WeKan est une application de tableau kanban collaborative entièrement libre et open source. -**Version incluse :** 7.42~ynh1 +**Version incluse :** 7.43~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 48bed5b..b934fbe 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. WeKan is an completely Open Source and Free software collaborative kanban board application. -**Versión proporcionada:** 7.42~ynh1 +**Versión proporcionada:** 7.43~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..f79e10e --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,50 @@ + + +# YunoHost 的 Wekan + +[![集成程度](https://dash.yunohost.org/integration/wekan.svg)](https://dash.yunohost.org/appci/app/wekan) ![工作状态](https://ci-apps.yunohost.org/ci/badges/wekan.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/wekan.maintain.svg) + +[![使用 YunoHost 安装 Wekan](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wekan) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Wekan。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +WeKan is an completely Open Source and Free software collaborative kanban board application. + + +**分发版本:** 7.43~ynh1 + +**演示:** + +## 截图 + +![Wekan 的截图](./doc/screenshots/screenshot.jpg) + +## 文档与资源 + +- 官方应用网站: +- 官方管理文档: +- 上游应用代码库: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/wekan_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/wekan_ynh/tree/testing --debug +或 +sudo yunohost app upgrade wekan -u https://github.com/YunoHost-Apps/wekan_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:** diff --git a/manifest.toml b/manifest.toml index fcc3f81..cf54026 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Wekan" description.en = "Trello-like kanban" description.fr = "Kanban similaire à Trello" -version = "7.42~ynh1" +version = "7.43~ynh1" maintainers = ["alexAubin", "ljf", "yalh76"] @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - amd64.url = "https://github.com/wekan/wekan/releases/download/v7.42/wekan-7.42-amd64.zip" - amd64.sha256 = "1bed37b059969f26191a21c97cd9bcce9ae8bdad48acfe63bd729a83f174246c" + amd64.url = "https://github.com/wekan/wekan/releases/download/v7.43/wekan-7.43-amd64.zip" + amd64.sha256 = "90db0259b1015b1020361524d26ce9ca2baa021cf335fab10e313fe42b40d548" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = ".*-amd64.zip"