mirror of
https://github.com/YunoHost-Apps/digitranscode_ynh.git
synced 2024-09-03 18:25:59 +02:00
commit
cc131db79e
6 changed files with 8 additions and 8 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
With Digiwords, you can create interactive wordclouds.
|
With Digiwords, you can create interactive wordclouds.
|
||||||
|
|
||||||
**Shipped version:** 0.3.2~ynh2
|
**Shipped version:** 0.3.3~ynh1
|
||||||
|
|
||||||
**Demo:** https://ladigitale.dev/digiwords/#/
|
**Demo:** https://ladigitale.dev/digiwords/#/
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
|
@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
|
|
||||||
Digiwords permet de créer des nuages de mots interactifs.
|
Digiwords permet de créer des nuages de mots interactifs.
|
||||||
|
|
||||||
**Version incluse :** 0.3.2~ynh2
|
**Version incluse :** 0.3.3~ynh1
|
||||||
|
|
||||||
**Démo :** https://ladigitale.dev/digiwords/#/
|
**Démo :** https://ladigitale.dev/digiwords/#/
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
upgrade=1 from_commit=2ee5b9e0cfc15e36cdb63b02d6057148600f08bf
|
upgrade=1 from_commit=fabe9c7bdb98a0569148a79546e2889c2823d79a
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
|
@ -29,6 +29,6 @@
|
||||||
Email=
|
Email=
|
||||||
Notification=none
|
Notification=none
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
; commit=2ee5b9e0cfc15e36cdb63b02d6057148600f08bf
|
; commit=fabe9c7bdb98a0569148a79546e2889c2823d79a
|
||||||
;name=Fix of the scripts.
|
;name=Fix of the scripts.
|
||||||
;manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1&
|
;manifest_arg=domain=DOMAIN&path=PATH&language=fr&is_public=1&
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/YunoHost-Apps/digiwords_ynh/files/8153168/digiwords-v0.3.2.zip
|
SOURCE_URL=https://github.com/YunoHost-Apps/digiwords_ynh/releases/download/0.3.3/digiwords-0.3.3.zip
|
||||||
SOURCE_SUM=2e97f6fcb29272c79a12b30c216177c6371efec053a401e4915db7ec46e557dc
|
SOURCE_SUM=78564c2aa18e0702972994808843587dde876813dfddc06905924a4354a54156
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -5,7 +5,7 @@ location __PATH__/ {
|
||||||
alias __FINALPATH__/ ;
|
alias __FINALPATH__/ ;
|
||||||
|
|
||||||
### Example PHP configuration (remove it if not used)
|
### Example PHP configuration (remove it if not used)
|
||||||
# index index.php;
|
index index.html index.php;
|
||||||
|
|
||||||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||||
#client_max_body_size 50M;
|
#client_max_body_size 50M;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "With Digiwords, you can create interactive wordclouds.",
|
"en": "With Digiwords, you can create interactive wordclouds.",
|
||||||
"fr": "Digiwords permet de créer des nuages de mots interactifs."
|
"fr": "Digiwords permet de créer des nuages de mots interactifs."
|
||||||
},
|
},
|
||||||
"version": "0.3.2~ynh2",
|
"version": "0.3.3~ynh1",
|
||||||
"url": "https://ladigitale.dev/",
|
"url": "https://ladigitale.dev/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
|
|
Loading…
Reference in a new issue