From e7e7c21d8b5562eded2cb22be5b68df883ac0d47 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 28 Jun 2024 20:53:09 +0000 Subject: [PATCH 1/3] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index af96cb3..f375cd4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Conduit is a lightweight open-source server implementation of the Matrix Specification with a focus on easy setup and low system requirements. That means you can make your own Conduit setup in just a few minutes. Conduit keeps things simple, it's a single binary with an embedded database and can be much faster than other server implementations in some cases. -**Shipped version:** 0.8.0~ynh2 +**Shipped version:** 0.8.0~ynh3 ## Documentation and resources - Official app website: diff --git a/README_es.md b/README_es.md index 1d4fd03..89c1b9c 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. Conduit is a lightweight open-source server implementation of the Matrix Specification with a focus on easy setup and low system requirements. That means you can make your own Conduit setup in just a few minutes. Conduit keeps things simple, it's a single binary with an embedded database and can be much faster than other server implementations in some cases. -**Versión actual:** 0.8.0~ynh2 +**Versión actual:** 0.8.0~ynh3 ## Documentaciones y recursos - Sitio web oficial: diff --git a/README_eu.md b/README_eu.md index d188493..106644e 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Conduit is a lightweight open-source server implementation of the Matrix Specification with a focus on easy setup and low system requirements. That means you can make your own Conduit setup in just a few minutes. Conduit keeps things simple, it's a single binary with an embedded database and can be much faster than other server implementations in some cases. -**Paketatutako bertsioa:** 0.8.0~ynh2 +**Paketatutako bertsioa:** 0.8.0~ynh3 ## Dokumentazioa eta baliabideak - Aplikazioaren webgune ofiziala: diff --git a/README_fr.md b/README_fr.md index 0ddab68..aa34a7a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Conduit est une implémentation de serveur open source légère de la spécifica Conduit garde les choses simples, c'est un binaire unique avec une base de données intégrée et peut être beaucoup plus rapide que d'autres implémentations de serveur dans certains cas. -**Version incluse :** 0.8.0~ynh2 +**Version incluse :** 0.8.0~ynh3 ## Documentations et ressources - Site officiel de l’app : diff --git a/README_gl.md b/README_gl.md index c8c9273..7d9b3e0 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Conduit is a lightweight open-source server implementation of the Matrix Specification with a focus on easy setup and low system requirements. That means you can make your own Conduit setup in just a few minutes. Conduit keeps things simple, it's a single binary with an embedded database and can be much faster than other server implementations in some cases. -**Versión proporcionada:** 0.8.0~ynh2 +**Versión proporcionada:** 0.8.0~ynh3 ## Documentación e recursos - Web oficial da app: diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 37c7619..9bb71d8 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ Conduit is a lightweight open-source server implementation of the Matrix Specification with a focus on easy setup and low system requirements. That means you can make your own Conduit setup in just a few minutes. Conduit keeps things simple, it's a single binary with an embedded database and can be much faster than other server implementations in some cases. -**分发版本:** 0.8.0~ynh2 +**分发版本:** 0.8.0~ynh3 ## 文档与资源 - 官方应用网站: From 6fde2f9365b73aa0a7c2546fc8f5cd9d9f81b4f7 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 12 Aug 2024 05:12:20 +0200 Subject: [PATCH 2/3] real docs link --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 5dbe669..f16365e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -12,7 +12,7 @@ maintainers = [] [upstream] license = "Apache-2.0" website = "https://conduit.rs/" -admindoc = "https://gitlab.com/famedly/conduit" +admindoc = "https://docs.conduit.rs/" code = "https://gitlab.com/famedly/conduit" fund = "https://liberapay.com/timokoesters/" From eec5d4c826c3c0a6e3948e7b518f23596d0913e2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 12 Aug 2024 03:12:24 +0000 Subject: [PATCH 3/3] Auto-update READMEs --- ALL_README.md | 1 + README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_id.md | 43 +++++++++++++++++++++++++++++++++++++++++++ README_zh_Hans.md | 2 +- 8 files changed, 50 insertions(+), 6 deletions(-) create mode 100644 README_id.md diff --git a/ALL_README.md b/ALL_README.md index 152f2e7..4ed64dd 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -5,4 +5,5 @@ - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) +- [Baca README dalam bahasa bahasa Indonesia](README_id.md) - [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README.md b/README.md index f375cd4..a1004eb 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Conduit keeps things simple, it's a single binary with an embedded database and ## Documentation and resources - Official app website: -- Official admin documentation: +- Official admin documentation: - Upstream app code repository: - YunoHost Store: - Report a bug: diff --git a/README_es.md b/README_es.md index 89c1b9c..13197f6 100644 --- a/README_es.md +++ b/README_es.md @@ -23,7 +23,7 @@ Conduit keeps things simple, it's a single binary with an embedded database and ## Documentaciones y recursos - Sitio web oficial: -- Documentación administrador oficial: +- Documentación administrador oficial: - Repositorio del código fuente oficial de la aplicación : - Catálogo YunoHost: - Reportar un error: diff --git a/README_eu.md b/README_eu.md index 106644e..683a7d1 100644 --- a/README_eu.md +++ b/README_eu.md @@ -23,7 +23,7 @@ Conduit keeps things simple, it's a single binary with an embedded database and ## Dokumentazioa eta baliabideak - Aplikazioaren webgune ofiziala: -- Administratzaileen dokumentazio ofiziala: +- Administratzaileen dokumentazio ofiziala: - Jatorrizko aplikazioaren kode-gordailua: - YunoHost Denda: - Eman errore baten berri: diff --git a/README_fr.md b/README_fr.md index aa34a7a..e669c29 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,7 @@ Conduit garde les choses simples, c'est un binaire unique avec une base de donn ## Documentations et ressources - Site officiel de l’app : -- Documentation officielle de l’admin : +- Documentation officielle de l’admin : - Dépôt de code officiel de l’app : - YunoHost Store : - Signaler un bug : diff --git a/README_gl.md b/README_gl.md index 7d9b3e0..60102cb 100644 --- a/README_gl.md +++ b/README_gl.md @@ -23,7 +23,7 @@ Conduit keeps things simple, it's a single binary with an embedded database and ## Documentación e recursos - Web oficial da app: -- Documentación oficial para admin: +- Documentación oficial para admin: - Repositorio de orixe do código: - Tenda YunoHost: - Informar dun problema: diff --git a/README_id.md b/README_id.md new file mode 100644 index 0000000..2aecab4 --- /dev/null +++ b/README_id.md @@ -0,0 +1,43 @@ + + +# Conduit untuk YunoHost + +[![Tingkat integrasi](https://dash.yunohost.org/integration/conduit.svg)](https://ci-apps.yunohost.org/ci/apps/conduit/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/conduit.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/conduit.maintain.svg) + +[![Pasang Conduit dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=conduit) + +*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)* + +> *Paket ini memperbolehkan Anda untuk memasang Conduit secara cepat dan mudah pada server YunoHost.* +> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.* + +## Ringkasan + +Conduit is a lightweight open-source server implementation of the Matrix Specification with a focus on easy setup and low system requirements. That means you can make your own Conduit setup in just a few minutes. +Conduit keeps things simple, it's a single binary with an embedded database and can be much faster than other server implementations in some cases. + +**Versi terkirim:** 0.8.0~ynh3 +## Dokumentasi dan sumber daya + +- Website aplikasi resmi: +- Dokumentasi admin resmi: +- Depot kode aplikasi hulu: +- Gudang YunoHost: +- Laporkan bug: + +## Info developer + +Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/conduit_ynh/tree/testing). + +Untuk mencoba branch `testing`, silakan dilanjutkan seperti: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/conduit_ynh/tree/testing --debug +atau +sudo yunohost app upgrade conduit -u https://github.com/YunoHost-Apps/conduit_ynh/tree/testing --debug +``` + +**Info lebih lanjut mengenai pemaketan aplikasi:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 9bb71d8..5cb1a13 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -23,7 +23,7 @@ Conduit keeps things simple, it's a single binary with an embedded database and ## 文档与资源 - 官方应用网站: -- 官方管理文档: +- 官方管理文档: - 上游应用代码库: - YunoHost 商店: - 报告 bug: