1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/digitools_ynh.git synced 2024-09-03 18:25:56 +02:00

Merge pull request #3 from YunoHost-Apps/testing

Bump to 0.2.4
This commit is contained in:
Melchisedech 2022-11-02 12:19:11 +01:00 committed by GitHub
commit 84707b6401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 35 additions and 31 deletions

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Digitools for YunoHost
[![Integration level](https://dash.yunohost.org/integration/digitools.svg)](https://dash.yunohost.org/appci/app/digitools) ![](https://ci-apps.yunohost.org/ci/badges/digitools.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/digitools.maintain.svg)
[![Integration level](https://dash.yunohost.org/integration/digitools.svg)](https://dash.yunohost.org/appci/app/digitools) ![Working status](https://ci-apps.yunohost.org/ci/badges/digitools.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/digitools.maintain.svg)
[![Install Digitools with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=digitools)
*[Lire ce readme en français.](./README_fr.md)*
@ -17,28 +17,28 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Simple and useful tools for the classroom.
**Shipped version:** 0.2.3~ynh2
**Shipped version:** 0.2.4~ynh1
**Demo:** https://ladigitale.dev/digitools/
## Documentation and resources
* Official app website: https://ladigitale.dev/
* Official user documentation: https://ladigitale.dev/blog/digitools-des-outils-simples-et-utiles-pour-la-classe
* Official admin documentation: https://gitlab.com/ladigitale/digitools/-/blob/main/README.md
* Upstream app code repository: https://gitlab.com/ladigitale/digitools
* YunoHost documentation for this app: https://yunohost.org/app_digitools
* Report a bug: https://github.com/YunoHost-Apps/digitools_ynh/issues
* Official app website: <https://ladigitale.dev/>
* Official user documentation: <https://ladigitale.dev/blog/digitools-des-outils-simples-et-utiles-pour-la-classe>
* Official admin documentation: <https://codeberg.org/ladigitale/digitools/src/branch/main/README.md>
* Upstream app code repository: <https://codeberg.org/ladigitale/digitools>
* YunoHost documentation for this app: <https://yunohost.org/app_digitools>
* Report a bug: <https://github.com/YunoHost-Apps/digitools_ynh/issues>
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/digitools_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/digitools_ynh/tree/testing --debug
or
sudo yunohost app upgrade digitools -u https://github.com/YunoHost-Apps/digitools_ynh/tree/testing --debug
```
**More info regarding app packaging:** https://yunohost.org/packaging_apps
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,10 +1,14 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
# Digitools pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/digitools.svg)](https://dash.yunohost.org/appci/app/digitools) ![](https://ci-apps.yunohost.org/ci/badges/digitools.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/digitools.maintain.svg)
[![Niveau d'intégration](https://dash.yunohost.org/integration/digitools.svg)](https://dash.yunohost.org/appci/app/digitools) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/digitools.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/digitools.maintain.svg)
[![Installer Digitools avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=digitools)
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer Digitools 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.*
@ -13,28 +17,28 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Des outils simples et utiles pour la classe.
**Version incluse :** 0.2.3~ynh2
**Version incluse :** 0.2.4~ynh1
**Démo :** https://ladigitale.dev/digitools/
## Documentations et ressources
* Site officiel de l'app : https://ladigitale.dev/
* Documentation officielle utilisateur : https://ladigitale.dev/blog/digitools-des-outils-simples-et-utiles-pour-la-classe
* Documentation officielle de l'admin : https://gitlab.com/ladigitale/digitools/-/blob/main/README.md
* Dépôt de code officiel de l'app : https://gitlab.com/ladigitale/digitools
* Documentation YunoHost pour cette app : https://yunohost.org/app_digitools
* Signaler un bug : https://github.com/YunoHost-Apps/digitools_ynh/issues
* Site officiel de l'app : <https://ladigitale.dev/>
* Documentation officielle utilisateur : <https://ladigitale.dev/blog/digitools-des-outils-simples-et-utiles-pour-la-classe>
* Documentation officielle de l'admin : <https://codeberg.org/ladigitale/digitools/src/branch/main/README.md>
* Dépôt de code officiel de l'app : <https://codeberg.org/ladigitale/digitools>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_digitools>
* Signaler un bug : <https://github.com/YunoHost-Apps/digitools_ynh/issues>
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/digitools_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/digitools_ynh/tree/testing --debug
ou
sudo yunohost app upgrade digitools -u https://github.com/YunoHost-Apps/digitools_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>

View file

@ -20,7 +20,7 @@
setup_private=1
setup_public=1
upgrade=1
upgrade=1 from_commit=ec6954243e9e763c543c4958c4c22b538937f133
upgrade=1 from_commit=8091fdc9c9283ce29e7fde5fcc4fc77b8738ce58
backup_restore=1
multi_instance=1
port_already_use=0
@ -29,6 +29,6 @@
Email=
Notification=none
;;; Upgrade options
; commit=ec6954243e9e763c543c4958c4c22b538937f133
;name=Fixes.
; commit=8091fdc9c9283ce29e7fde5fcc4fc77b8738ce58
;name=Upgrade from 0.2.3.
;manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1&

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/YunoHost-Apps/digitools_ynh/releases/download/0.2.3/digitools-0.2.3.zip
SOURCE_SUM=06921a138e0c5a12fa3ae77eb4cefc0a2afbb2f7488f4a199ff17368094d04b2
SOURCE_URL=https://github.com/YunoHost-Apps/digitools_ynh/releases/download/0.2.4/digitools-v0.2.4.zip
SOURCE_SUM=efab6ba1cfed4216add53dcaae58ac0c56d27cbb5ae4072bea479cb616e5e2da
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -6,15 +6,15 @@
"en": "Simple and useful tools for the classroom.",
"fr": "Des outils simples et utiles pour la classe."
},
"version": "0.2.3~ynh2",
"version": "0.2.4~ynh1",
"url": "https://ladigitale.dev/",
"upstream": {
"license": "GPL-3.0-only",
"website": "https://ladigitale.dev/",
"demo": "https://ladigitale.dev/digitools/",
"admindoc": "https://gitlab.com/ladigitale/digitools/-/blob/main/README.md",
"admindoc": "https://codeberg.org/ladigitale/digitools/src/branch/main/README.md",
"userdoc": "https://ladigitale.dev/blog/digitools-des-outils-simples-et-utiles-pour-la-classe",
"code": "https://gitlab.com/ladigitale/digitools"
"code": "https://codeberg.org/ladigitale/digitools"
},
"license": "GPL-3.0-only",
"maintainer": {