1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zwiicms_ynh.git synced 2024-09-03 18:06:04 +02:00

Merge pull request #70 from YunoHost-Apps/ci-auto-update-13.3.01
Some checks failed
YunoHost apps package linter / test (push) Has been cancelled
Create master promotion pull request / masterPromotion (push) Has been cancelled

Upgrade to v13.3.01
This commit is contained in:
ewilly 2024-05-15 05:27:02 +00:00 committed by GitHub
commit 54c0c7be59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 67 additions and 8 deletions

View file

@ -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)

View file

@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man
- Flexible
**Shipped version:** 13.3.00~ynh1
**Shipped version:** 13.3.01~ynh1
## Screenshots

58
README_es.md Normal file
View file

@ -0,0 +1,58 @@
<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# ZwiiCMS para Yunohost
[![Nivel de integración](https://dash.yunohost.org/integration/zwiicms.svg)](https://dash.yunohost.org/appci/app/zwiicms) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/zwiicms.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/zwiicms.maintain.svg)
[![Instalar ZwiiCMS con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zwiicms)
*[Leer este README en otros idiomas.](./ALL_README.md)*
> *Este paquete le permite instalarZwiiCMS 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
Zwii is a database-less (flat-file) CMS that allows you to easily create and manage a web site without any programming knowledge.
### Features
- No Database
- Multi-users
- Multilingual
- 100% responsive
- WYSIWYG editor
- Files manager
- Flexible
**Versión actual:** 13.3.01~ynh1
## Capturas
![Captura de ZwiiCMS](./doc/screenshots/dashboard.png)
## Documentaciones y recursos
- Sitio web oficial: <https://zwiicms.com/>
- Documentación usuario oficial: <https://www.zwiicms.fr/prise-en-main>
- Repositorio del código fuente oficial de la aplicación : <https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS>
- Catálogo YunoHost: <https://apps.yunohost.org/app/zwiicms>
- Reportar un error: <https://github.com/YunoHost-Apps/zwiicms_ynh/issues>
## Información para desarrolladores
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/zwiicms_ynh/tree/testing
Para probar la rama `testing`, sigue asÍ:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/zwiicms_ynh/tree/testing --debug
o
sudo yunohost app upgrade zwiicms -u https://github.com/YunoHost-Apps/zwiicms_ynh/tree/testing --debug
```
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>

View file

@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man
- Flexible
**Paketatutako bertsioa:** 13.3.00~ynh1
**Paketatutako bertsioa:** 13.3.01~ynh1
## Pantaila-argazkiak

View file

@ -29,7 +29,7 @@ Zwii est un CMS sans base de données (fichier plat) qui vous permet de créer e
- Flexible
**Version incluse:** 13.3.00~ynh1
**Version incluse:** 13.3.01~ynh1
## Captures décran

View file

@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man
- Flexible
**Versión proporcionada:** 13.3.00~ynh1
**Versión proporcionada:** 13.3.01~ynh1
## Capturas de pantalla

View file

@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man
- Flexible
**分发版本:** 13.3.00~ynh1
**分发版本:** 13.3.01~ynh1
## 截图

View file

@ -5,7 +5,7 @@ name = "ZwiiCMS"
description.en = "Simple, lightweight, database-free, scalable and responsive CMS"
description.fr = "CMS simple, léger, sans base de données, modulable et responsive"
version = "13.3.00~ynh1"
version = "13.3.01~ynh1"
maintainers = ["ewilly"]
@ -56,8 +56,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/archive/13.3.00.tar.gz"
sha256 = "edd80d1d214745bc3abc6ec3a25ac20047772c46b1ace2934afa217d887cbefa"
url = "https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/archive/13.3.01.tar.gz"
sha256 = "746e89862643587429f9c2080b0e7784906f61a5ef5548fc4e87868fbecdb208"
in_subdir = true
autoupdate.strategy = "latest_forgejo_release"