diff --git a/README.md b/README.md index afe5bbf..ab61b58 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_fr.md b/README_fr.md index 02d2b60..bb4fbe4 100755 --- a/README_fr.md +++ b/README_fr.md @@ -5,8 +5,7 @@ It shall NOT be edited by hand. # Castopod pour YunoHost -[![Niveau d’inté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 d’inté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 diff --git a/conf/.env.example b/conf/.env.example index afcfd8a..a203646 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -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 - diff --git a/conf/app.src b/conf/app.src index 3e89ed6..b55216a 100755 --- a/conf/app.src +++ b/conf/app.src @@ -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 diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index a0cb5c3..9fdd754 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -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