diff --git a/ALL_README.md b/ALL_README.md index 3d6c579..77b7509 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,6 @@ # All available README files by language - [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) -- [Leggi il “README” in italiano](README_it.md) diff --git a/README.md b/README.md index 41aede7..a0c25eb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install Grav with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav) -*[Read this README is other languages.](./ALL_README.md)* +*[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install Grav quickly and simply on a YunoHost server.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Grav is a modern open source flat-file CMS. -**Shipped version:** 1.7.44~ynh1 +**Shipped version:** 1.7.45~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..8625baa --- /dev/null +++ b/README_eu.md @@ -0,0 +1,50 @@ + + +# Grav YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/grav.svg)](https://dash.yunohost.org/appci/app/grav) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/grav.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/grav.maintain.svg) + +[![Instalatu Grav YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=grav) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek Grav YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +Grav is a modern open source flat-file CMS. + + +**Paketatutako bertsioa:** 1.7.45~ynh1 + +**Demoa:** + +## Pantaila-argazkiak + +![Grav(r)en pantaila-argazkia](./doc/screenshots/grav.jpg) + +## Dokumentazioa eta baliabideak + +- Aplikazioaren webgune ofiziala: +- Administratzaileen dokumentazio ofiziala: +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## Garatzaileentzako informazioa + +Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/grav_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug +edo +sudo yunohost app upgrade grav -u https://github.com/YunoHost-Apps/grav_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_fr.md b/README_fr.md index edf228b..005ef7c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Un CMS moderne basé sur des fichiers plats -**Version incluse :** 1.7.44~ynh1 +**Version incluse :** 1.7.45~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 2da3ffe..0addb19 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Grav is a modern open source flat-file CMS. -**Versión proporcionada:** 1.7.44~ynh1 +**Versión proporcionada:** 1.7.45~ynh1 **Demo:** diff --git a/manifest.toml b/manifest.toml index dfe2b84..645ced3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Grav" description.en = "Modern open source flat-file CMS" description.fr = "CMS moderne basé sur des fichiers plats" -version = "1.7.44~ynh1" +version = "1.7.45~ynh1" maintainers = ["tituspijean"] @@ -63,14 +63,14 @@ ram.runtime = "50M" autoupdate.upstream = "https://github.com/trilbymedia/grav-plugin-login-ldap" [resources.sources.main] - url = "https://github.com/getgrav/grav/releases/download/1.7.44/grav-admin-v1.7.44.zip" - sha256 = "e1ed0746f5c107f2e6d8f2174d8bac25abe07ccf7f8eec1e6d65c4dc63908fa5" + url = "https://github.com/getgrav/grav/releases/download/1.7.45/grav-admin-v1.7.45.zip" + sha256 = "f2dfd984acbfcc00502e5736a3b80870996b644f28d40a98a94b7cdcdb723736" autoupdate.strategy = "latest_github_release" autoupdate.asset = "grav-admin.*.zip" [resources.sources.app-upgrade] - url = "https://github.com/getgrav/grav/releases/download/1.7.44/grav-update-v1.7.44.zip" - sha256 = "d3766001bb3711f7c8530b0d2e8ab26c7de7bca50c1cc81b8f4792a4b926001f" + url = "https://github.com/getgrav/grav/releases/download/1.7.45/grav-update-v1.7.45.zip" + sha256 = "a836dfb311934df2ec16a14e6d7914375d2a5ac61ce012665391efdc4a102392" autoupdate.strategy = "latest_github_release" autoupdate.asset = "grav-update.*.zip"