From 8261f7ba9040c946582605370fd45ac38081c4d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 26 Apr 2024 21:44:52 +0200 Subject: [PATCH 1/2] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index ef69e2b..328399f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "PmWiki" description.en = "Wiki-based CMS for collaborative creation and maintenance of websites" description.fr = "Wiki pour la création et l'entretien collectif de sites Internet" -version = "2.3.32~ynh1" +version = "2.3.32~ynh2" maintainers = [ ] @@ -51,7 +51,7 @@ ram.runtime = "50M" [resources.sources.fr] url = "http://www.pmwiki.org/pub/pmwiki/i18n/i18n-fr.zip" - sha256 = "3b90ff1f59549014100940bc1cc9b6c7442ae507cd86e0bf81c1dfcea23f9ebf" + sha256 = "f4914720988bbe15de81d80db38d428e2282efe9e87147175b21e4799304b1c3" [resources.system_user] From fbd9038358ea052b44d57bca5a52d3970dabbca3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 26 Apr 2024 19:44:57 +0000 Subject: [PATCH 2/2] Auto-update READMEs --- ALL_README.md | 2 ++ README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 59 insertions(+), 4 deletions(-) create mode 100644 README_zh_Hans.md diff --git a/ALL_README.md b/ALL_README.md index 3eeb161..a01b345 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -3,3 +3,5 @@ - [Read the README in English](README.md) - [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 fd524b8..b19cbd8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ PmWiki is a wiki-based content-management system (CMS) for collaborative creatio - Access control - Customization and plugin architecture -**Shipped version:** 2.3.32~ynh1 +**Shipped version:** 2.3.32~ynh2 ## Screenshots diff --git a/README_eu.md b/README_eu.md index 0a85b24..cdb416f 100644 --- a/README_eu.md +++ b/README_eu.md @@ -24,7 +24,7 @@ PmWiki is a wiki-based content-management system (CMS) for collaborative creatio - Access control - Customization and plugin architecture -**Paketatutako bertsioa:** 2.3.32~ynh1 +**Paketatutako bertsioa:** 2.3.32~ynh2 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index cd63726..62f0c25 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,7 @@ PmWiki est un système de type wiki pour la création et l'entretien collectif d - Contrôle d'accès - Personnalisation et modules -**Version incluse :** 2.3.32~ynh1 +**Version incluse :** 2.3.32~ynh2 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 6c6f734..1d3aeda 100644 --- a/README_gl.md +++ b/README_gl.md @@ -24,7 +24,7 @@ PmWiki is a wiki-based content-management system (CMS) for collaborative creatio - Access control - Customization and plugin architecture -**Versión proporcionada:** 2.3.25~ynh4 +**Versión proporcionada:** 2.3.32~ynh2 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..d84d440 --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,53 @@ + + +# YunoHost 的 PmWiki + +[![集成程度](https://dash.yunohost.org/integration/pmwiki.svg)](https://dash.yunohost.org/appci/app/pmwiki) ![工作状态](https://ci-apps.yunohost.org/ci/badges/pmwiki.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/pmwiki.maintain.svg) + +[![使用 YunoHost 安装 PmWiki](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pmwiki) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 PmWiki。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +PmWiki is a wiki-based content-management system (CMS) for collaborative creation and maintenance of websites. + +### Features + +- Custom look-and-feel +- Access control +- Customization and plugin architecture + +**分发版本:** 2.3.32~ynh2 + +## 截图 + +![PmWiki 的截图](./doc/screenshots/pmwiki.png) + +## 文档与资源 + +- 官方应用网站: +- 官方用户文档: +- 官方管理文档: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/pmwiki_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/pmwiki_ynh/tree/testing --debug +或 +sudo yunohost app upgrade pmwiki -u https://github.com/YunoHost-Apps/pmwiki_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:**