mirror of
https://github.com/YunoHost-Apps/digiscreen_ynh.git
synced 2024-09-03 18:26:15 +02:00
commit
13afc53515
5 changed files with 14 additions and 14 deletions
|
@ -17,15 +17,15 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
With Digiwords, you can create interactive wordclouds.
|
||||
|
||||
**Shipped version:** 0.3.3~ynh1
|
||||
**Shipped version:** 0.3.5~ynh1
|
||||
|
||||
**Demo:** https://ladigitale.dev/digiwords/#/
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://ladigitale.dev/>
|
||||
* Official user documentation: <https://ladigitale.dev/blog/digiwords-pour-creer-des-nuages-de-mots>
|
||||
* Official admin documentation: <https://gitlab.com/ladigitale/digiwords/-/blob/master/README.md>
|
||||
* Upstream app code repository: <https://gitlab.com/ladigitale/digiwords>
|
||||
* Official admin documentation: <https://codeberg.org/ladigitale/digiwords/src/branch/master/README.md>
|
||||
* Upstream app code repository: <https://codeberg.org/ladigitale/digiwords>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_digiwords>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/digiwords_ynh/issues>
|
||||
|
||||
|
|
|
@ -17,15 +17,15 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Digiwords permet de créer des nuages de mots interactifs.
|
||||
|
||||
**Version incluse :** 0.3.3~ynh1
|
||||
**Version incluse :** 0.3.5~ynh1
|
||||
|
||||
**Démo :** https://ladigitale.dev/digiwords/#/
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://ladigitale.dev/>
|
||||
* Documentation officielle utilisateur : <https://ladigitale.dev/blog/digiwords-pour-creer-des-nuages-de-mots>
|
||||
* Documentation officielle de l'admin : <https://gitlab.com/ladigitale/digiwords/-/blob/master/README.md>
|
||||
* Dépôt de code officiel de l'app : <https://gitlab.com/ladigitale/digiwords>
|
||||
* Documentation officielle de l'admin : <https://codeberg.org/ladigitale/digiwords/src/branch/master/README.md>
|
||||
* Dépôt de code officiel de l'app : <https://codeberg.org/ladigitale/digiwords>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_digiwords>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/digiwords_ynh/issues>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=fabe9c7bdb98a0569148a79546e2889c2823d79a
|
||||
upgrade=1 from_commit=cc131db79e58280d13674c7a99cb6d21cd67f7d5
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
|
@ -29,6 +29,6 @@
|
|||
Email=
|
||||
Notification=none
|
||||
;;; Upgrade options
|
||||
; commit=fabe9c7bdb98a0569148a79546e2889c2823d79a
|
||||
;name=Fix of the scripts.
|
||||
; commit=cc131db79e58280d13674c7a99cb6d21cd67f7d5
|
||||
;name=Bump from 0.3.3.
|
||||
;manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1&
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/YunoHost-Apps/digiwords_ynh/releases/download/0.3.3/digiwords-0.3.3.zip
|
||||
SOURCE_SUM=78564c2aa18e0702972994808843587dde876813dfddc06905924a4354a54156
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/digiwords_ynh/releases/download/0.3.5/digiwords-v0.3.5.zip
|
||||
SOURCE_SUM=cba502b1e853cc4e54a07168e8811e829aab0dbd260f0069b7e2c97acf31ef27
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,15 +6,15 @@
|
|||
"en": "With Digiwords, you can create interactive wordclouds.",
|
||||
"fr": "Digiwords permet de créer des nuages de mots interactifs."
|
||||
},
|
||||
"version": "0.3.3~ynh1",
|
||||
"version": "0.3.5~ynh1",
|
||||
"url": "https://ladigitale.dev/",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0-only",
|
||||
"website": "https://ladigitale.dev/",
|
||||
"demo": "https://ladigitale.dev/digiwords/#/",
|
||||
"admindoc": "https://gitlab.com/ladigitale/digiwords/-/blob/master/README.md",
|
||||
"admindoc": "https://codeberg.org/ladigitale/digiwords/src/branch/master/README.md",
|
||||
"userdoc": "https://ladigitale.dev/blog/digiwords-pour-creer-des-nuages-de-mots",
|
||||
"code": "https://gitlab.com/ladigitale/digiwords"
|
||||
"code": "https://codeberg.org/ladigitale/digiwords"
|
||||
},
|
||||
"license": "GPL-3.0-only",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Reference in a new issue