From fcd77ee92e8ae534eb0fdabb1de04ec15644f4d8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 14 Apr 2024 03:46:37 +0200 Subject: [PATCH 1/2] Upgrade to v2024.04.13 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index f52906a..382960b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Yellow" description.en = "Content management system (CMS) for simple website" description.fr = "Système de gestion de contenu (CMS) pour un site simple" -version = "2024.03.02~ynh1" +version = "2024.04.13~ynh1" maintainers = [] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/datenstrom/yellow/archive/c4d39bef641e2bbd9f5f805614f25a9bcf85b993.tar.gz" - sha256 = "b375bbbfcca90f566e9ae7ffd5ef5e733d2df4eb938d08684ecf3a1d5f0f609f" + url = "https://github.com/datenstrom/yellow/archive/e73b6a34dc4d6f2fe325f0997fcd4d90d358ee40.tar.gz" + sha256 = "93bd92a315e3b190bf6578ae9a8540364ed76ae8cd8b19beb23b638e8f1e2e2f" autoupdate.upstream = "https://github.com/datenstrom/yellow" autoupdate.strategy = "latest_github_commit" From 3a2b90987526e5c65133ac5f60306ab9755e4e40 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 14 Apr 2024 01:46:39 +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 | 49 +++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 54 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 3203805..d01e434 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. Yellow is for people who make small websites -**Shipped version:** 2024.03.02~ynh1 +**Shipped version:** 2024.04.13~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 5f27fd8..32a4c03 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. Yellow is for people who make small websites -**Paketatutako bertsioa:** 2024.03.02~ynh1 +**Paketatutako bertsioa:** 2024.04.13~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 756b9c3..4eb8674 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. Yellow is for people who make small websites -**Version incluse :** 2024.03.02~ynh1 +**Version incluse :** 2024.04.13~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index e9540fa..76f2f12 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. Yellow is for people who make small websites -**Versión proporcionada:** 2024.03.02~ynh1 +**Versión proporcionada:** 2024.04.13~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..ab57765 --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,49 @@ + + +# YunoHost 的 Yellow + +[![集成程度](https://dash.yunohost.org/integration/yellow.svg)](https://dash.yunohost.org/appci/app/yellow) ![工作状态](https://ci-apps.yunohost.org/ci/badges/yellow.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/yellow.maintain.svg) + +[![使用 YunoHost 安装 Yellow](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yellow) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Yellow。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +Yellow is for people who make small websites + +**分发版本:** 2024.04.13~ynh1 + +**演示:** + +## 截图 + +![Yellow 的截图](./doc/screenshots/datenstrom-yellow-en.png) + +## 文档与资源 + +- 官方应用网站: +- 官方管理文档: +- 上游应用代码库: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/yellow_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/yellow_ynh/tree/testing --debug +或 +sudo yunohost app upgrade yellow -u https://github.com/YunoHost-Apps/yellow_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:**