mirror of
https://github.com/YunoHost-Apps/zwiicms_ynh.git
synced 2024-09-03 18:06:04 +02:00
Merge pull request #80 from YunoHost-Apps/master-promotion
Upgrade master from testing
This commit is contained in:
commit
98d484c5b5
3 changed files with 61 additions and 2 deletions
|
@ -6,4 +6,5 @@
|
|||
- [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_ru.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||
|
|
58
README_ru.md
Normal file
58
README_ru.md
Normal file
|
@ -0,0 +1,58 @@
|
|||
<!--
|
||||
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Он НЕ ДОЛЖЕН редактироваться вручную.
|
||||
-->
|
||||
|
||||
# ZwiiCMS для YunoHost
|
||||
|
||||
[![Уровень интеграции](https://dash.yunohost.org/integration/zwiicms.svg)](https://ci-apps.yunohost.org/ci/apps/zwiicms/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/zwiicms.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/zwiicms.maintain.svg)
|
||||
|
||||
[![Установите ZwiiCMS с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zwiicms)
|
||||
|
||||
*[Прочтите этот README на других языках.](./ALL_README.md)*
|
||||
|
||||
> *Этот пакет позволяет Вам установить ZwiiCMS быстро и просто на YunoHost-сервер.*
|
||||
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
|
||||
|
||||
## Обзор
|
||||
|
||||
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
|
||||
|
||||
|
||||
**Поставляемая версия:** 13.3.06~ynh1
|
||||
|
||||
## Снимки экрана
|
||||
|
||||
![Снимок экрана ZwiiCMS](./doc/screenshots/dashboard.png)
|
||||
|
||||
## Документация и ресурсы
|
||||
|
||||
- Официальный веб-сайт приложения: <https://zwiicms.com/>
|
||||
- Официальная документация пользователя: <https://www.zwiicms.fr/prise-en-main>
|
||||
- Репозиторий кода главной ветки приложения: <https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS>
|
||||
- Магазин YunoHost: <https://apps.yunohost.org/app/zwiicms>
|
||||
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/zwiicms_ynh/issues>
|
||||
|
||||
## Информация для разработчиков
|
||||
|
||||
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/zwiicms_ynh/tree/testing).
|
||||
|
||||
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/zwiicms_ynh/tree/testing --debug
|
||||
или
|
||||
sudo yunohost app upgrade zwiicms -u https://github.com/YunoHost-Apps/zwiicms_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>
|
|
@ -56,8 +56,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/archive/13.3.06.tar.gz"
|
||||
sha256 = "ce4ee496a13b09d1f9814be71ffe923bdc677d241c4aa5de97cb1f3d6c731fc3"
|
||||
url = "https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/archive/13.3.05.tar.gz"
|
||||
sha256 = "313c07691476e1a6c0a23ec9ed2d9d7ae7f3c440c841d3ceca8675a270e30b95"
|
||||
in_subdir = true
|
||||
autoupdate.strategy = "latest_forgejo_release"
|
||||
|
||||
|
|
Loading…
Reference in a new issue