diff --git a/README.md b/README.md index 43446cf..2aa23ee 100755 --- a/README.md +++ b/README.md @@ -15,9 +15,32 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Hosting platform made for podcasters +Castopod is a free & open-source hosting platform made for podcasters who want engage and interact with their audience. -**Shipped version:** 1.0.0-93~ynh1 +Castopod is easy to install and was built on top of CodeIgniter4, a powerful PHP framework with a very small footprint. + +### Status + +Castopod is currently in beta but already quite stable and used by podcasters around the world! + + +### 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 +- 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 +- i18n support: translated in English, French & Polish with more to come! + +**Shipped version:** 1.0.0-94~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr @@ -43,7 +66,7 @@ Hosting platform made for podcasters ## Documentation and resources * Official app website: https://castopod.org/ -* Official admin documentation: https://podlibre.org/create-a-podcast-in-3mn-with-castopod/ +* Official admin documentation: https://docs.castopod.org/ * Upstream app code repository: https://code.castopod.org/adaures/castopod * YunoHost documentation for this app: https://yunohost.org/app_castopod * Report a bug: https://github.com/YunoHost-Apps/castopod_ynh/issues diff --git a/README_fr.md b/README_fr.md index 6f86685..ee24050 100755 --- a/README_fr.md +++ b/README_fr.md @@ -11,9 +11,32 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble -Plateforme d'hébergement conçue pour les podcasteurs +Castopod is a free & open-source hosting platform made for podcasters who want engage and interact with their audience. -**Version incluse :** 1.0.0-93~ynh1 +Castopod is easy to install and was built on top of CodeIgniter4, a powerful PHP framework with a very small footprint. + +### Status + +Castopod is currently in beta but already quite stable and used by podcasters around the world! + + +### 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 +- 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 +- i18n support: translated in English, French & Polish with more to come! + +**Version incluse :** 1.0.0-94~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr @@ -39,7 +62,7 @@ Plateforme d'hébergement conçue pour les podcasteurs ## Documentations et ressources * Site officiel de l'app : https://castopod.org/ -* Documentation officielle de l'admin : https://podlibre.org/create-a-podcast-in-3mn-with-castopod/ +* Documentation officielle de l'admin : https://docs.castopod.org/ * Dépôt de code officiel de l'app : https://code.castopod.org/adaures/castopod * Documentation YunoHost pour cette app : https://yunohost.org/app_castopod * Signaler un bug : https://github.com/YunoHost-Apps/castopod_ynh/issues diff --git a/conf/app.src b/conf/app.src index 21f2096..541bf41 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/bbae68bba428b50b1e7fdea264791a28/castopod-1.0.0-beta.13.zip -SOURCE_SUM=7d0f12efdbefbcd68c27d933773679f2767c28a5441393719807942ad4a54860 +SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/415923a99b78338334f679578d6a9413/castopod-1.0.0-beta.14.zip +SOURCE_SUM=f0b82844c75c60bc231a6822bc276b51cd605d6a92e8b30dbca834fe1d5a0072 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..6e38db4 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1,24 @@ +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. + +### Status + +Castopod is currently in beta but already quite stable and used by podcasters around the world! + + +### 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 +- 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 +- i18n support: translated in English, French & Polish with more to come! \ No newline at end of file diff --git a/manifest.json b/manifest.json index edb069e..c4efb11 100755 --- a/manifest.json +++ b/manifest.json @@ -6,13 +6,13 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.0.0-93~ynh1", + "version": "1.0.0-94~ynh1", "url": "https://castopod.org/", "upstream": { "license": "GPL-3.0-only", "website": "https://castopod.org/", "demo": "https://podcast.podlibre.org/@podlibre_fr", - "admindoc": "https://podlibre.org/create-a-podcast-in-3mn-with-castopod/", + "admindoc": "https://docs.castopod.org/", "code": "https://code.castopod.org/adaures/castopod" }, "license": "GPL-3.0-only",