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 07d203f..83e80ac 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Overleaf is an open-source online real-time collaborative LaTeX editor. -**Shipped version:** 2024.06.25~ynh1 +**Shipped version:** 2024.08.02~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index 13b67ce..0606e04 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. Overleaf is an open-source online real-time collaborative LaTeX editor. -**Versión actual:** 2024.06.25~ynh1 +**Versión actual:** 2024.08.02~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index caa19d9..cffd22c 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Overleaf is an open-source online real-time collaborative LaTeX editor. -**Paketatutako bertsioa:** 2024.06.25~ynh1 +**Paketatutako bertsioa:** 2024.08.02~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 5453e34..98520a3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Overleaf est un éditeur LaTeX collaboratif en ligne et en temps réel open source. -**Version incluse :** 2024.06.25~ynh1 +**Version incluse :** 2024.08.02~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 0ff3afd..f35a771 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Overleaf is an open-source online real-time collaborative LaTeX editor. -**Versión proporcionada:** 2024.06.25~ynh1 +**Versión proporcionada:** 2024.08.02~ynh1 ## Capturas de pantalla diff --git a/README_id.md b/README_id.md new file mode 100644 index 0000000..3275758 --- /dev/null +++ b/README_id.md @@ -0,0 +1,48 @@ + + +# Overleaf untuk YunoHost + +[![Tingkat integrasi](https://dash.yunohost.org/integration/overleaf.svg)](https://ci-apps.yunohost.org/ci/apps/overleaf/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/overleaf.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/overleaf.maintain.svg) + +[![Pasang Overleaf dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=overleaf) + +*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)* + +> *Paket ini memperbolehkan Anda untuk memasang Overleaf 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 + +Overleaf is an open-source online real-time collaborative LaTeX editor. + + +**Versi terkirim:** 2024.08.02~ynh1 + +## Tangkapan Layar + +![Tangkapan Layar pada Overleaf](./doc/screenshots/screenshot.png) + +## Dokumentasi dan sumber daya + +- Website aplikasi resmi: +- Dokumentasi pengguna resmi: +- Depot kode aplikasi hulu: +- Gudang YunoHost: +- Laporkan bug: + +## Info developer + +Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing). + +Untuk mencoba branch `testing`, silakan dilanjutkan seperti: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing --debug +atau +sudo yunohost app upgrade overleaf -u https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing --debug +``` + +**Info lebih lanjut mengenai pemaketan aplikasi:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 910775b..9f04c56 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ Overleaf is an open-source online real-time collaborative LaTeX editor. -**分发版本:** 2024.06.25~ynh1 +**分发版本:** 2024.08.02~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index eab2ba8..4a70b52 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Overleaf" description.en = "Online real-time collaborative LaTeX editor" description.fr = "Éditeur LaTeX collaboratif en ligne et en temps réel" -version = "2024.06.25~ynh1" +version = "2024.08.02~ynh1" maintainers = [] @@ -51,8 +51,8 @@ ram.runtime = "3G" [resources] [resources.sources] [resources.sources.main] - url = "https://github.com/overleaf/overleaf/archive/ce9b531892a882a23c3be7c8c03aa3bf97c810bc.tar.gz" - sha256 = "a0c649cc8281a3dfa3791117f4e94d297e65a8b1706da076cf5403271b335697" + url = "https://github.com/overleaf/overleaf/archive/603ff28df0932cd6a3eb88c4e25fa43bd2e129f0.tar.gz" + sha256 = "cf6c165d9070fcfde3c2bcafe63f62516c941da1f391360aad90691464da810c" autoupdate.strategy = "latest_github_commit" [resources.system_user]