1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Merge branch 'testing' into v2

This commit is contained in:
Éric Gaspar 2023-03-02 23:37:24 +01:00
commit 63a24c5e90
5 changed files with 13 additions and 21 deletions

View file

@ -27,12 +27,9 @@ Castopod is currently in beta but already quite stable and used by podcasters ar
### Features
- Free & open-source (AGPL v3 License)
- 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
- Built-in analytics
- Built-in marketing tools
- 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
@ -41,7 +38,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar
- Multi-user: add contributors and set roles
- i18n support: translated in English, French & Polish with more to come!
**Shipped version:** 1.0.1~ynh1
**Shipped version:** 1.1.2~ynh1
**Demo:** https://podcast.podlibre.org/@podlibre_fr

View file

@ -5,8 +5,7 @@ It shall NOT be edited by hand.
# Castopod pour YunoHost
[![Niveau dintégration](https://dash.yunohost.org/integration/castopod.svg)](https://dash.yunohost.org/appci/app/castopod) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/castopod.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/castopod.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/castopod.svg)](https://dash.yunohost.org/appci/app/castopod) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/castopod.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/castopod.maintain.svg)
[![Installer Castopod avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=castopod)
*[Read this readme in english.](./README.md)*
@ -27,12 +26,9 @@ Castopod is currently in beta but already quite stable and used by podcasters ar
### Features
- Free & open-source (AGPL v3 License)
- 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
- Built-in analytics
- Built-in marketing tools
- 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
@ -41,7 +37,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar
- Multi-user: add contributors and set roles
- i18n support: translated in English, French & Polish with more to come!
**Version incluse :** 1.0.1~ynh1
**Version incluse :** 1.1.2~ynh1
**Démo :** https://podcast.podlibre.org/@podlibre_fr

View file

@ -31,7 +31,9 @@ database.default.DBPrefix="cp_"
# Email configuration
#--------------------------------------------------------------------
# email.fromEmail="your_email_address"
# email.SMTPHost="your_smtp_host"
# email.fromName="Castopod"
# email.SMTPHost="localhost"
# email.SMTPPort="25"
# email.SMTPUser="your_smtp_user"
# email.SMTPPass="your_smtp_password"
@ -55,4 +57,3 @@ cache.redis.database=__REDIS_DB__
# REST API configuration
#--------------------------------------------------------------------
# restapi.enabled=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/bbbe9a15a1218bdb7af5286125a64425/castopod-1.0.1.zip
SOURCE_SUM=ea5f0e97f0f637a3c88ec2287a82543487d922ef2d869167050368b6498b5966
SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/ab09b21e1e0f3ef02518fc0794d6a3be/castopod-1.1.2.zip
SOURCE_SUM=1412a4d272826355c039ac045055ce33a0c00d238ac860c7761d8f2555b4241a
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -6,9 +6,7 @@ Castopod is easy to install and was built on top of CodeIgniter4, a powerful PHP
- 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
- Built-in analytics
- Built-in marketing tools
- Built-in social network, analytics, marketing tools
- Monetization
- Publish your episodes everywhere with RSS:
- Podcast import: move your existing podcast into Castopod