diff --git a/ALL_README.md b/ALL_README.md index a01b345..8938aae 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,7 @@ # All available README files by language - [Read the README in English](README.md) +- [Lee el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index cf834ac..03e998f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Ghost is a powerful app for new-media creators to publish, share, and grow a bus It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members. -**Shipped version:** 5.82.8~ynh1 +**Shipped version:** 5.82.9~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..3df7787 --- /dev/null +++ b/README_es.md @@ -0,0 +1,54 @@ + + +# Ghost para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/ghost.svg)](https://dash.yunohost.org/appci/app/ghost) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/ghost.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/ghost.maintain.svg) + +[![Instalar Ghost con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ghost) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarGhost rapidamente y simplement en un servidor YunoHost.* +> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* + +## Descripción general + +Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content. + +It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members. + + +**Versión actual:** 5.82.9~ynh1 + +## Capturas + +![Captura de Ghost](./doc/screenshots/screenshot.png) + +## :red_circle: funcionalidades no deseadas + +- **Arbitrary limitations**: Ghost developers have chosen to only support MySQL. YunoHost relying on MariaDB, incompatibilities may arise. For more information: https://github.com/TryGhost/Ghost/issues/15729#issuecomment-1299297720 + +## Documentaciones y recursos + +- Sitio web oficial: +- Documentación administrador oficial: +- Repositorio del código fuente oficial de la aplicación : +- Catálogo YunoHost: +- Reportar un error: + +## Información para desarrolladores + +Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/ghost_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug +o +sudo yunohost app upgrade ghost -u https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index 06dc525..c3c94a7 100644 --- a/README_eu.md +++ b/README_eu.md @@ -21,7 +21,7 @@ Ghost is a powerful app for new-media creators to publish, share, and grow a bus It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members. -**Paketatutako bertsioa:** 5.82.8~ynh1 +**Paketatutako bertsioa:** 5.82.9~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 79833a8..6cb82dd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ Ghost is a powerful app for new-media creators to publish, share, and grow a bus It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members. -**Version incluse :** 5.82.8~ynh1 +**Version incluse :** 5.82.9~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 141ba62..ebc1020 100644 --- a/README_gl.md +++ b/README_gl.md @@ -21,7 +21,7 @@ Ghost is a powerful app for new-media creators to publish, share, and grow a bus It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members. -**Versión proporcionada:** 5.82.8~ynh1 +**Versión proporcionada:** 5.82.9~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index ba7cd6d..74834cc 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -21,7 +21,7 @@ Ghost is a powerful app for new-media creators to publish, share, and grow a bus It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members. -**分发版本:** 5.82.8~ynh1 +**分发版本:** 5.82.9~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index 10ce947..29646c8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Ghost" description.en = "Publishing, memberships, subscriptions and newsletters platform" description.fr = "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters" -version = "5.82.8~ynh1" +version = "5.82.9~ynh1" maintainers = [] [upstream] @@ -47,8 +47,8 @@ ram.runtime = "1G" [resources.sources.main] # Unused source, only to trigger the autoupdater prefetch = false - url = "https://github.com/TryGhost/Ghost/archive/refs/tags/v5.82.8.tar.gz" - sha256 = "47e881d9bd8f8236f40cd8b447f344f774766b21b008ae31940779c8eb94dd3d" + url = "https://github.com/TryGhost/Ghost/archive/refs/tags/v5.82.9.tar.gz" + sha256 = "9e21ff4e885826ebeffa798edc64c19725eed79771b26bdb1393539c1594b3fc" autoupdate.strategy = "latest_github_release" [resources.system_user]