From 8d5c673ab0fdd0eb78c842b3c5f1cb5641ceece6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 25 Jul 2024 09:40:07 +0000 Subject: [PATCH 1/3] Auto-update READMEs --- ALL_README.md | 1 + README_id.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) 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_id.md b/README_id.md new file mode 100644 index 0000000..5a5dba0 --- /dev/null +++ b/README_id.md @@ -0,0 +1,50 @@ + + +# Photoview untuk YunoHost + +[![Tingkat integrasi](https://dash.yunohost.org/integration/photoview.svg)](https://ci-apps.yunohost.org/ci/apps/photoview/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/photoview.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/photoview.maintain.svg) + +[![Pasang Photoview dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=photoview) + +*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)* + +> *Paket ini memperbolehkan Anda untuk memasang Photoview 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 + +Photoview is a simple and user-friendly photo gallery that's made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos. + + +**Versi terkirim:** 2.4.0~ynh1 + +**Demo:** + +## Tangkapan Layar + +![Tangkapan Layar pada Photoview](./doc/screenshots/screenshot.png) + +## Dokumentasi dan sumber daya + +- Website aplikasi resmi: +- Dokumentasi admin resmi: +- Repositori kode aplikasi hulu: +- Gudang YunoHost: +- Laporkan bug: + +## Info developer + +Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/photoview_ynh/tree/testing). + +Untuk mencoba branch `testing`, silakan dilanjutkan seperti: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/photoview_ynh/tree/testing --debug +atau +sudo yunohost app upgrade photoview -u https://github.com/YunoHost-Apps/photoview_ynh/tree/testing --debug +``` + +**Info lebih lanjut mengenai pemaketan aplikasi:** From d06c50f01e05680fad989bd9b87ecd716237e928 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 26 Jul 2024 03:39:43 +0200 Subject: [PATCH 2/3] Upgrade sources - `libheif` v1.18.1: https://github.com/strukturag/libheif/releases/tag/v1.18.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c8343c9..2cfe8d2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Photoview" description.en = "Simple and user-friendly photo gallery that's made for photographers " description.fr = "Galerie photos simple et facile à utiliser, faite pour les photographes" -version = "2.4.0~ynh1" +version = "2.4.0~ynh2" maintainers = ["Jules Bertholet"] @@ -55,8 +55,8 @@ ram.runtime = "200M" autoupdate.strategy = "latest_github_release" [resources.sources.libheif] - url = "https://github.com/strukturag/libheif/releases/download/v1.18.0/libheif-1.18.0.tar.gz" - sha256 = "3f25f516d84401d7c22a24ef313ae478781b95f235c250b06152701c401055c3" + url = "https://github.com/strukturag/libheif/releases/download/v1.18.1/libheif-1.18.1.tar.gz" + sha256 = "8702564b0f288707ea72b260b3bf4ba9bf7abfa7dac01353def3a86acd6bbb76" autoupdate.strategy = "latest_github_release" autoupdate.upstream = "https://github.com/strukturag/libheif" From 2db9108ad04eca07ad8b1906bfaa6dd5991617b0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 26 Jul 2024 01:39:44 +0000 Subject: [PATCH 3/3] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_id.md | 2 +- README_zh_Hans.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 73a504a..8b046d6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Photoview is a simple and user-friendly photo gallery that's made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos. -**Shipped version:** 2.4.0~ynh1 +**Shipped version:** 2.4.0~ynh2 **Demo:** diff --git a/README_es.md b/README_es.md index 2aba56b..297e882 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. Photoview is a simple and user-friendly photo gallery that's made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos. -**Versión actual:** 2.4.0~ynh1 +**Versión actual:** 2.4.0~ynh2 **Demo:** diff --git a/README_eu.md b/README_eu.md index e399419..74ba2c0 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Photoview is a simple and user-friendly photo gallery that's made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos. -**Paketatutako bertsioa:** 2.4.0~ynh1 +**Paketatutako bertsioa:** 2.4.0~ynh2 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 43b2f24..2680b4a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Galerie photos simple et facile à utiliser, faite pour les photographes. -**Version incluse :** 2.4.0~ynh1 +**Version incluse :** 2.4.0~ynh2 **Démo :** diff --git a/README_gl.md b/README_gl.md index d972835..7b4ffd7 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Photoview is a simple and user-friendly photo gallery that's made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos. -**Versión proporcionada:** 2.4.0~ynh1 +**Versión proporcionada:** 2.4.0~ynh2 **Demo:** diff --git a/README_id.md b/README_id.md index 5a5dba0..348f9c2 100644 --- a/README_id.md +++ b/README_id.md @@ -19,7 +19,7 @@ Ini TIDAK boleh diedit dengan tangan. Photoview is a simple and user-friendly photo gallery that's made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos. -**Versi terkirim:** 2.4.0~ynh1 +**Versi terkirim:** 2.4.0~ynh2 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index f4abd5a..40ac517 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ Photoview is a simple and user-friendly photo gallery that's made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos. -**分发版本:** 2.4.0~ynh1 +**分发版本:** 2.4.0~ynh2 **演示:**