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 b67aa88..e04d207 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control. -**Shipped version:** 1.8.132~ynh1 +**Shipped version:** 1.8.135~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 1482d8f..947e282 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control. -**Paketatutako bertsioa:** 1.8.132~ynh1 +**Paketatutako bertsioa:** 1.8.135~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 603b993..97ecff2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. FreeScout est un service d'assistance open source gratuit ultra léger et puissant et une boîte de réception partagée construite avec PHP (framework Laravel). Vous pouvez désormais profiter gratuitement de Zendesk et Help Scout sans renoncer à votre confidentialité ni vous enfermer dans un service que vous ne contrôlez pas. -**Version incluse :** 1.8.132~ynh1 +**Version incluse :** 1.8.135~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 88cf4db..a6c532f 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control. -**Versión proporcionada:** 1.8.132~ynh1 +**Versión proporcionada:** 1.8.135~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..959e3c0 --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,53 @@ + + +# YunoHost 的 FreeScout + +[![集成程度](https://dash.yunohost.org/integration/freescout.svg)](https://dash.yunohost.org/appci/app/freescout) ![工作状态](https://ci-apps.yunohost.org/ci/badges/freescout.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/freescout.maintain.svg) + +[![使用 YunoHost 安装 FreeScout](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=freescout) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 FreeScout。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +FreeScout is the super lightweight and powerful free open source help desk and shared inbox built with PHP (Laravel framework). Now you can enjoy free Zendesk & Help Scout without giving up privacy or locking yourself into a service you don't control. + +**分发版本:** 1.8.135~ynh1 + +**演示:** + +## 截图 + +![FreeScout 的截图](./doc/screenshots/screenshot.png) + +## :red_circle: 负面特征 + +- **Not totally free upstream**: The packaged app is under an overall free licence, but with clauses that restrict its use. + +## 文档与资源 + +- 官方应用网站: +- 官方管理文档: +- 上游应用代码库: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/freescout_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug +或 +sudo yunohost app upgrade freescout -u https://github.com/YunoHost-Apps/freescout_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:** diff --git a/manifest.toml b/manifest.toml index b084d4e..22e332e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "FreeScout" description.en = "Help desk & shared mailbox" description.fr = "Service d'assistance et boîte aux lettres partagée" -version = "1.8.132~ynh1" +version = "1.8.135~ynh1" maintainers = [] @@ -50,8 +50,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/freescout-helpdesk/freescout/archive/refs/tags/1.8.132.tar.gz" - sha256 = "8518a2d79f5f294eb10aa44cb1961b174c6f5d7eceaa72f80790620d4a4988b2" + url = "https://github.com/freescout-helpdesk/freescout/archive/refs/tags/1.8.135.tar.gz" + sha256 = "e87dc3430502ecb9322ea466722d3bf2354c121c8bdca9b4125dec348f69c95a" autoupdate.strategy = "latest_github_tag" [resources.system_user]