From 7ba6ae948d72ef13b644a2dc66f63da8e3c85847 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 14 May 2022 12:40:11 +0200 Subject: [PATCH 1/3] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f28995d..dde308f 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ YNH_PHP_VERSION="8.0" -pkg_dependencies="ffmpeg php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-mysqlnd" +pkg_dependencies="ffmpeg php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-mysqlnd" #================================================= # PERSONAL HELPERS From 31960de04f690c33e9b7d3fd7c7eb9057d133d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 17 Jun 2022 18:49:36 +0200 Subject: [PATCH 2/3] 1.0.0-beta.15 --- 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 541bf41..a7eb2e9 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/415923a99b78338334f679578d6a9413/castopod-1.0.0-beta.14.zip -SOURCE_SUM=f0b82844c75c60bc231a6822bc276b51cd605d6a92e8b30dbca834fe1d5a0072 +SOURCE_URL=https://code.castopod.org/adaures/castopod/uploads/d4b960a767eadd57444da593c108b2b3/castopod-1.0.0-beta.15.zip +SOURCE_SUM=daac1e3133b5d29c7797f742c46c691b9f0687782c67c120ae848a0c2f382ab1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c4efb11..9ef9453 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-94~ynh1", + "version": "1.0.0-95~ynh1", "url": "https://castopod.org/", "upstream": { "license": "GPL-3.0-only", From 64f3ede3d8f19a612da2c6026ede5493f4e4415e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 17 Jun 2022 16:49:46 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 21 +++++++++++---------- README_fr.md | 27 ++++++++++++++++----------- 2 files changed, 27 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 2aa23ee..e2ea631 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # Castopod for YunoHost -[![Integration level](https://dash.yunohost.org/integration/castopod.svg)](https://dash.yunohost.org/appci/app/castopod) ![](https://ci-apps.yunohost.org/ci/badges/castopod.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/castopod.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/castopod.svg)](https://dash.yunohost.org/appci/app/castopod) ![Working status](https://ci-apps.yunohost.org/ci/badges/castopod.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/castopod.maintain.svg) [![Install Castopod with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=castopod) *[Lire ce readme en français.](./README_fr.md)* @@ -40,13 +40,13 @@ 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-94~ynh1 +**Shipped version:** 1.0.0-95~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr ## Screenshots -![](./doc/screenshots/screenshot.png) +![Screenshot of Castopod](./doc/screenshots/screenshot.png) ## Disclaimers / important information @@ -65,21 +65,22 @@ 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://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 +* Official app website: +* Official admin documentation: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: ## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/castopod_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/castopod_ynh/tree/testing --debug or sudo yunohost app upgrade castopod -u https://github.com/YunoHost-Apps/castopod_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index ee24050..c3f613f 100755 --- a/README_fr.md +++ b/README_fr.md @@ -1,10 +1,14 @@ + + # Castopod pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/castopod.svg)](https://dash.yunohost.org/appci/app/castopod) ![](https://ci-apps.yunohost.org/ci/badges/castopod.status.svg) ![](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)* -*[Lire ce readme en français.](./README_fr.md)* > *Ce package vous permet d'installer Castopod rapidement et simplement sur un serveur YunoHost. Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* @@ -36,13 +40,13 @@ 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-94~ynh1 +**Version incluse :** 1.0.0-95~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr ## Captures d'écran -![](./doc/screenshots/screenshot.png) +![Capture d'écran de Castopod](./doc/screenshots/screenshot.png) ## Avertissements / informations importantes @@ -61,21 +65,22 @@ 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://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 +* Site officiel de l'app : +* Documentation officielle de l'admin : +* Dépôt de code officiel de l'app : +* Documentation YunoHost pour cette app : +* Signaler un bug : ## Informations pour les développeurs Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/castopod_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/castopod_ynh/tree/testing --debug ou sudo yunohost app upgrade castopod -u https://github.com/YunoHost-Apps/castopod_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :**