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:
commit
63a24c5e90
5 changed files with 13 additions and 21 deletions
|
@ -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
|
||||
|
||||
|
|
12
README_fr.md
12
README_fr.md
|
@ -5,8 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Castopod pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/castopod)  
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/castopod)  
|
||||
[](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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue