diff --git a/README.md b/README.md index 7aeb4b4..785c135 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ It shall NOT be edited by hand. # Scovie for YunoHost -[![Integration level](https://dash.yunohost.org/integration/scovie_ynh.svg)](https://dash.yunohost.org/appci/app/scovie_ynh) ![Working status](https://ci-apps.yunohost.org/ci/badges/scovie_ynh.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/scovie_ynh.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/scovie.svg)](https://dash.yunohost.org/appci/app/scovie) ![Working status](https://ci-apps.yunohost.org/ci/badges/scovie.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/scovie.maintain.svg) -[![Install Scovie with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scovie_ynh) +[![Install Scovie with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scovie) *[Lire ce readme en français.](./README_fr.md)* @@ -16,9 +16,15 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -Scovie is an open-source digital signage system for high schools. +[Scovie](https://github.com/eldertek/scovie) is an open-source digital signage system for high schools, built using Python and Django. It provides an easy-to-use interface for administrators to upload and manage multimedia content, which is then displayed on screens throughout the school. -**Shipped version:** 0.0.4 +You can try the [demo](https://scovie.eclipse-technology.eu) here. + +Pull requests welcome ;) + + + +**Shipped version:** 0.0.5 ## Disclaimers / important information ## local test @@ -155,20 +161,20 @@ root@yunohost:~# journalctl --unit=scovie_ynh --follow ## Documentation and resources * Official app website: -* Upstream app code repository: -* YunoHost documentation for this app: -* Report a bug: +* 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/scovie_ynh_ynh/tree/testing). +Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/scovie_ynh/tree/testing). To try the testing branch, please proceed like that. ``` bash -sudo yunohost app install https://github.com/YunoHost-Apps/scovie_ynh_ynh/tree/testing --debug +sudo yunohost app install https://github.com/YunoHost-Apps/scovie_ynh/tree/testing --debug or -sudo yunohost app upgrade scovie_ynh -u https://github.com/YunoHost-Apps/scovie_ynh_ynh/tree/testing --debug +sudo yunohost app upgrade scovie -u https://github.com/YunoHost-Apps/scovie_ynh/tree/testing --debug ``` **More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 0246370..2d8e91b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,9 +5,9 @@ It shall NOT be edited by hand. # Scovie pour YunoHost -[![Niveau d’intégration](https://dash.yunohost.org/integration/scovie_ynh.svg)](https://dash.yunohost.org/appci/app/scovie_ynh) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/scovie_ynh.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/scovie_ynh.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/scovie.svg)](https://dash.yunohost.org/appci/app/scovie) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/scovie.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/scovie.maintain.svg) -[![Installer Scovie avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scovie_ynh) +[![Installer Scovie avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scovie) *[Read this readme in english.](./README.md)* @@ -16,9 +16,15 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble -Scovie is an open-source digital signage system for high schools. +[Scovie](https://github.com/eldertek/scovie) is an open-source digital signage system for high schools, built using Python and Django. It provides an easy-to-use interface for administrators to upload and manage multimedia content, which is then displayed on screens throughout the school. -**Version incluse :** 0.0.4 +You can try the [demo](https://scovie.eclipse-technology.eu) here. + +Pull requests welcome ;) + + + +**Version incluse :** 0.0.5 ## Avertissements / informations importantes ## local test @@ -155,20 +161,20 @@ root@yunohost:~# journalctl --unit=scovie_ynh --follow ## Documentations et ressources * Site officiel de l’app : -* Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : -* Signaler un bug : +* 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/scovie_ynh_ynh/tree/testing). +Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/scovie_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. ``` bash -sudo yunohost app install https://github.com/YunoHost-Apps/scovie_ynh_ynh/tree/testing --debug +sudo yunohost app install https://github.com/YunoHost-Apps/scovie_ynh/tree/testing --debug ou -sudo yunohost app upgrade scovie_ynh -u https://github.com/YunoHost-Apps/scovie_ynh_ynh/tree/testing --debug +sudo yunohost app upgrade scovie -u https://github.com/YunoHost-Apps/scovie_ynh/tree/testing --debug ``` **Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/_common.sh b/_common.sh new file mode 100644 index 0000000..69c72c9 --- /dev/null +++ b/_common.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +#================================================= +# COMMON VARIABLES +#================================================= + +#================================================= +# PERSONAL HELPERS +#================================================= + +#================================================= +# EXPERIMENTAL HELPERS +#================================================= + +#================================================= +# FUTURE OFFICIAL HELPERS +#================================================= \ No newline at end of file diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 82b2ff4..0129d5c 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1 @@ -Scovie is an open-source digital signage system for high schools. \ No newline at end of file +[Scovie](https://github.com/eldertek/scovie) is an open-source digital signage system for high schools, built using Python and Django. It provides an easy-to-use interface for administrators to upload and manage multimedia content, which is then displayed on screens throughout the school. diff --git a/manifest.json b/manifest.json index 856dee3..a3daab9 100644 --- a/manifest.json +++ b/manifest.json @@ -6,12 +6,12 @@ "en": "Digital signage system for high schools.", "fr": "Affichage dynamique open-source pour les lycées." }, - "version": "0.0.4", - "url": "https://github.com/eldertek/scovie_ynh", + "version": "0.0.5", + "url": "https://github.com/YunoHost-Apps/scovie_ynh", "upstream": { "license": "GPL-3.0", "website": "https://github.com/eldertek/scovie", - "code": "https://github.com/eldertek/scovie_ynh" + "code": "https://github.com/eldertek/scovie" }, "license": "GPL-3.0", "maintainer": { diff --git a/pyproject.toml b/pyproject.toml index 3a7c7da..4b83a7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scovie_ynh" -version = "0.0.1" +version = "0.0.5" description = "Scovie is an open-source digital signage system for high schools." authors = ["André Théo LAURET "] license = "GPL-3.0-or-later"