mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
commit
0787019fb8
5 changed files with 10 additions and 9 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Hosting platform made for podcasters
|
||||
|
||||
**Shipped version:** 1.0.0-89~ynh1
|
||||
**Shipped version:** 1.0.0-90~ynh1
|
||||
|
||||
**Demo:** https://podcast.podlibre.org/@podlibre_fr
|
||||
|
||||
|
@ -44,7 +44,7 @@ Hosting platform made for podcasters
|
|||
|
||||
* Official app website: https://castopod.org/
|
||||
* Official admin documentation: https://podlibre.org/create-a-podcast-in-3mn-with-castopod/
|
||||
* Upstream app code repository: https://code.podlibre.org/podlibre/castopod-host
|
||||
* 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
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Plateforme d'hébergement conçue pour les podcasteurs
|
||||
|
||||
**Version incluse :** 1.0.0-89~ynh1
|
||||
**Version incluse :** 1.0.0-90~ynh1
|
||||
|
||||
**Démo :** https://podcast.podlibre.org/@podlibre_fr
|
||||
|
||||
|
@ -40,7 +40,7 @@ Plateforme d'hébergement conçue pour les podcasteurs
|
|||
|
||||
* Site officiel de l'app : https://castopod.org/
|
||||
* Documentation officielle de l'admin : https://podlibre.org/create-a-podcast-in-3mn-with-castopod/
|
||||
* Dépôt de code officiel de l'app : https://code.podlibre.org/podlibre/castopod-host
|
||||
* 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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/cc1a284a4df42232388b0818c03acf9e/castopod-1.0.0-beta.9.zip
|
||||
SOURCE_SUM=97aaa4b1059740548143c2fba5a4d7d53e42b898066809eec66c3f4a80f69b2b
|
||||
SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/3fbe7cde14836a992e8f32581c5a58e2/castopod-1.0.0-beta.10.zip
|
||||
SOURCE_SUM=273bc3bb072896d6ce8ae9ebcf0dd0bdd0c488b4cd23ce35d2228143e30e9997
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
* * * * * __USER__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-activities
|
||||
* * * * * __USER__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-video-clips
|
||||
* * * * * __USER__ /usr/bin/php__PHPVERSION__ __FINALPATH__/public/index.php scheduled-websub-publish
|
|
@ -6,14 +6,14 @@
|
|||
"en": "Hosting platform made for podcasters",
|
||||
"fr": "Plateforme d'hébergement conçue pour les podcasteurs"
|
||||
},
|
||||
"version": "1.0.0-89~ynh1",
|
||||
"version": "1.0.0-90~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/",
|
||||
"code": "https://code.podlibre.org/podlibre/castopod-host"
|
||||
"code": "https://code.castopod.org/adaures/castopod"
|
||||
},
|
||||
"license": "GPL-3.0-only",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Add table
Reference in a new issue