diff --git a/ALL_README.md b/ALL_README.md index 4ed64dd..e3c80d2 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -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) diff --git a/README.md b/README.md index f47e076..cc50749 100755 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Castopod is easy to install and was built on top of CodeIgniter4, a powerful PHP - Multi-tenant: host as many podcasts as you want - Multi-user: add contributors and set roles -**Shipped version:** 1.12.6~ynh1 +**Shipped version:** 1.12.7~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index a0a30c7..b328980 100644 --- a/README_es.md +++ b/README_es.md @@ -32,7 +32,7 @@ Castopod is easy to install and was built on top of CodeIgniter4, a powerful PHP - Multi-tenant: host as many podcasts as you want - Multi-user: add contributors and set roles -**Versión actual:** 1.12.6~ynh1 +**Versión actual:** 1.12.7~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index c1760c6..e927be9 100644 --- a/README_eu.md +++ b/README_eu.md @@ -32,7 +32,7 @@ Castopod is easy to install and was built on top of CodeIgniter4, a powerful PHP - Multi-tenant: host as many podcasts as you want - Multi-user: add contributors and set roles -**Paketatutako bertsioa:** 1.12.6~ynh1 +**Paketatutako bertsioa:** 1.12.7~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 27df84c..ccd1175 100755 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Castopod est une plate-forme d'hébergement gratuite et open source conçue pour - Multi-locataire : hébergez autant de podcasts que vous le souhaitez - Multi-utilisateur : ajouter des contributeurs et définir des rôles -**Version incluse :** 1.12.6~ynh1 +**Version incluse :** 1.12.7~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 8b95862..4caf3ef 100644 --- a/README_gl.md +++ b/README_gl.md @@ -32,7 +32,7 @@ Castopod is easy to install and was built on top of CodeIgniter4, a powerful PHP - Multi-tenant: host as many podcasts as you want - Multi-user: add contributors and set roles -**Versión proporcionada:** 1.12.6~ynh1 +**Versión proporcionada:** 1.12.7~ynh1 **Demo:** diff --git a/README_id.md b/README_id.md index 2e631d3..807a56c 100644 --- a/README_id.md +++ b/README_id.md @@ -32,7 +32,7 @@ Castopod is easy to install and was built on top of CodeIgniter4, a powerful PHP - Multi-tenant: host as many podcasts as you want - Multi-user: add contributors and set roles -**Versi terkirim:** 1.12.6~ynh1 +**Versi terkirim:** 1.12.7~ynh1 **Demo:** diff --git a/README_ru.md b/README_ru.md new file mode 100644 index 0000000..b0ff805 --- /dev/null +++ b/README_ru.md @@ -0,0 +1,63 @@ + + +# Castopod для YunoHost + +[![Уровень интеграции](https://dash.yunohost.org/integration/castopod.svg)](https://ci-apps.yunohost.org/ci/apps/castopod/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/castopod.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/castopod.maintain.svg) + +[![Установите Castopod с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=castopod) + +*[Прочтите этот README на других языках.](./ALL_README.md)* + +> *Этот пакет позволяет Вам установить Castopod быстро и просто на YunoHost-сервер.* +> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.* + +## Обзор + +Castopod is a free & open-source hosting platform made for podcasters who want engage and interact with their audience. +Castopod is easy to install and was built on top of CodeIgniter4, a powerful PHP framework with a very small footprint. + + +### Features + +- Focused on data sovereignty: your content, audience, and analytics belong to you, and you only +- Podcasting 2.0 features: GUID, locked, transcripts, funding, chapters, location, persons, soundbites… +- Built-in social network, analytics, marketing tools +- Monetization +- Publish your episodes everywhere with RSS: +- Podcast import: move your existing podcast into Castopod +- Move your podcast out of Castopod +- Multi-tenant: host as many podcasts as you want +- Multi-user: add contributors and set roles + +**Поставляемая версия:** 1.12.7~ynh1 + +**Демо-версия:** + +## Снимки экрана + +![Снимок экрана Castopod](./doc/screenshots/screenshot.png) + +## Документация и ресурсы + +- Официальный веб-сайт приложения: +- Официальная документация администратора: +- Репозиторий кода главной ветки приложения: +- Магазин YunoHost: +- Сообщите об ошибке: + +## Информация для разработчиков + +Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/castopod_ynh/tree/testing). + +Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/castopod_ynh/tree/testing --debug +или +sudo yunohost app upgrade castopod -u https://github.com/YunoHost-Apps/castopod_ynh/tree/testing --debug +``` + +**Больше информации о пакетировании приложений:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 616952a..c853320 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -32,7 +32,7 @@ Castopod is easy to install and was built on top of CodeIgniter4, a powerful PHP - Multi-tenant: host as many podcasts as you want - Multi-user: add contributors and set roles -**分发版本:** 1.12.6~ynh1 +**分发版本:** 1.12.7~ynh1 **演示:** diff --git a/manifest.toml b/manifest.toml index 6dd521d..1626cac 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Castopod" description.en = "Hosting platform made for podcasters" description.fr = "Plateforme d'hébergement conçue pour les podcasteurs" -version = "1.12.6~ynh1" +version = "1.12.7~ynh1" maintainers = ["orhtej2"] @@ -42,8 +42,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://code.castopod.org/-/project/2/uploads/00bc7b33311a868792563011503b2d59/castopod-1.12.6.zip" - sha256 = "6744db2d7d789897e7d258cc7a35aa3376d8b455294f962bc505d4112815064c" + url = "https://code.castopod.org/-/project/2/uploads/4c3b093e28fc17daec66d481a3a41e8a/castopod-1.12.7.zip" + sha256 = "ad7c76488caaa9f1f8a01ac5bdc945edf9680d805788227cdd4bbaec6967f7cd" autoupdate.strategy = "latest_gitlab_release" autoupdate.asset = "Castopod Package \\(zip\\)" in_subdir = true