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 07529cd..4d64c1b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. PHPBoost allows everyone to create his own website without any particular knowledge required in webmastering. -**Shipped version:** 6.0.2~ynh1 +**Shipped version:** 6.0.3~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..a81fc68 --- /dev/null +++ b/README_es.md @@ -0,0 +1,49 @@ + + +# PHPBoost para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/phpboost.svg)](https://dash.yunohost.org/appci/app/phpboost) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/phpboost.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/phpboost.maintain.svg) + +[![Instalar PHPBoost con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=phpboost) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarPHPBoost 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 + +PHPBoost allows everyone to create his own website without any particular knowledge required in webmastering. + +**Versión actual:** 6.0.3~ynh1 + +**Demo:** + +## Capturas + +![Captura de PHPBoost](./doc/screenshots/screenshot.png) + +## 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/phpboost_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/phpboost_ynh/tree/testing --debug +o +sudo yunohost app upgrade phpboost -u https://github.com/YunoHost-Apps/phpboost_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md index a55b9c7..cdf9745 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. PHPBoost allows everyone to create his own website without any particular knowledge required in webmastering. -**Paketatutako bertsioa:** 6.0.2~ynh1 +**Paketatutako bertsioa:** 6.0.3~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 9809e56..d60b76f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. PHPBoost allows everyone to create his own website without any particular knowledge required in webmastering. -**Version incluse :** 6.0.2~ynh1 +**Version incluse :** 6.0.3~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index dfa4116..ab79857 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. PHPBoost allows everyone to create his own website without any particular knowledge required in webmastering. -**Versión proporcionada:** 6.0.2~ynh1 +**Versión proporcionada:** 6.0.3~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index ed2b9b7..5800d71 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 PHPBoost +# YunoHost 上的 PHPBoost [![集成程度](https://dash.yunohost.org/integration/phpboost.svg)](https://dash.yunohost.org/appci/app/phpboost) ![工作状态](https://ci-apps.yunohost.org/ci/badges/phpboost.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/phpboost.maintain.svg) @@ -18,7 +18,7 @@ PHPBoost allows everyone to create his own website without any particular knowledge required in webmastering. -**分发版本:** 6.0.2~ynh1 +**分发版本:** 6.0.3~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 1e75f87..d44bad0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "PHPBoost" description.en = "French and free content management system (CMS)" description.fr = "Système de gestion de contenu (CMS) français et libre" -version = "6.0.2~ynh1" +version = "6.0.3~ynh1" maintainers = [] @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/PHPBoost/PHPBoost/archive/refs/tags/phpboost-6.0.2.tar.gz" - sha256 = "83888d8cdbf5fdae54214e43eaf1badfcefabb8f117e0b394bdc5a073742379f" + url = "https://github.com/PHPBoost/PHPBoost/archive/refs/tags/phpboost-6.0.3.tar.gz" + sha256 = "af04616c9cbbcbd804b80fe667f556dfca8bd1bd19f78dba314a4f66bbee6268" autoupdate.strategy = "latest_github_release" [resources.ports] diff --git a/scripts/upgrade b/scripts/upgrade index 953566f..7228c4d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -9,23 +9,13 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# CHECK VERSION -#================================================= - -upgrade_type=$(ynh_check_app_version_changed) - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= +ynh_script_progression --message="Upgrading source files..." --weight=5 -if [ "$upgrade_type" == "UPGRADE_APP" ] -then - ynh_script_progression --message="Upgrading source files..." --weight=5 - - # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" -fi +# Download, check integrity, uncompress and patch the source from app.src +ynh_setup_source --dest_dir="$install_dir" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"