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

Merge pull request #310 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-04-19 17:42:34 +02:00 committed by GitHub
commit f712698903
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 58 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

@ -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:** <https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h>

View file

@ -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:** <https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h>

View file

@ -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:** <https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h>

View file

@ -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:** <https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h>

50
README_zh_Hans.md Normal file
View file

@ -0,0 +1,50 @@
<!--
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
请勿手动编辑。
-->
# 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
**演示:** <https://demo.sandstorm.io/appdemo/m86q05rdvj14yvn78ghaxynqz7u2svw6rnttptxx49g1785cdv1h>
## 截图
![Wekan 的截图](./doc/screenshots/screenshot.jpg)
## 文档与资源
- 官方应用网站: <https://wekan.github.io>
- 官方管理文档: <https://github.com/wekan/wekan/wiki>
- 上游应用代码库: <https://github.com/wekan/wekan>
- YunoHost 商店: <https://apps.yunohost.org/app/wekan>
- 报告 bug <https://github.com/YunoHost-Apps/wekan_ynh/issues>
## 开发者信息
请向 [`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
```
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>

View file

@ -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"