From d83d3ff6eabd746d15a14e2ba09dc5811a38c794 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 19 Apr 2022 14:56:38 +0200 Subject: [PATCH 1/6] Create DESCRIPTION.md --- doc/DESCRIPTION.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/DESCRIPTION.md 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 From 1170527366c51b1535779a771b22dc101c606361 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 19 Apr 2022 12:56:44 +0000 Subject: [PATCH 2/6] Auto-update README --- README.md | 25 ++++++++++++++++++++++++- README_fr.md | 25 ++++++++++++++++++++++++- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43446cf..6892289 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,30 @@ 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. + +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-93~ynh1 diff --git a/README_fr.md b/README_fr.md index 6f86685..ffd4856 100755 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,30 @@ 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. + +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-93~ynh1 From 873469b6610bccdd1ae468a6bc774526c555ac37 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 19 Apr 2022 14:57:25 +0200 Subject: [PATCH 3/6] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index edb069e..af5fbaf 100755 --- a/manifest.json +++ b/manifest.json @@ -12,7 +12,7 @@ "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", From 88c1aae51647987b07a86d1595e16233df76f0a6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 19 Apr 2022 12:58:55 +0000 Subject: [PATCH 4/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6892289..7405592 100755 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar ## 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 ffd4856..3512a6a 100755 --- a/README_fr.md +++ b/README_fr.md @@ -62,7 +62,7 @@ Castopod is currently in beta but already quite stable and used by podcasters ar ## 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 From 332896633bf00a425719f56b31a64e211efe8dc7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 28 Apr 2022 15:10:18 +0200 Subject: [PATCH 5/6] beta 14 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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/manifest.json b/manifest.json index af5fbaf..c4efb11 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "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", From 3273886c243bb176881cd128f1ce4e2442b6705f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 28 Apr 2022 13:10:23 +0000 Subject: [PATCH 6/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7405592..2aa23ee 100755 --- a/README.md +++ b/README.md @@ -40,7 +40,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.0-93~ynh1 +**Shipped version:** 1.0.0-94~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr diff --git a/README_fr.md b/README_fr.md index 3512a6a..ee24050 100755 --- a/README_fr.md +++ b/README_fr.md @@ -36,7 +36,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.0-93~ynh1 +**Version incluse :** 1.0.0-94~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr