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 +``` + +**有关应用打包的更多信息:**