mirror of
https://github.com/YunoHost-Apps/digiwords_ynh.git
synced 2024-09-03 18:26:11 +02:00
commit
251769e651
3 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
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.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Create interactive wordclouds
|
Create interactive wordclouds
|
||||||
|
|
||||||
**Shipped version:** 0.5.5~ynh1
|
**Shipped version:** 0.5.6~ynh1
|
||||||
|
|
||||||
**Demo:** https://ladigitale.dev/digiwords/#/
|
**Demo:** https://ladigitale.dev/digiwords/#/
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
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.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
Digiwords est une application en ligne simple pour créer des nuages de mots.
|
Digiwords est une application en ligne simple pour créer des nuages de mots.
|
||||||
|
|
||||||
**Version incluse :** 0.5.5~ynh1
|
**Version incluse :** 0.5.6~ynh1
|
||||||
|
|
||||||
**Démo :** https://ladigitale.dev/digiwords/#/
|
**Démo :** https://ladigitale.dev/digiwords/#/
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Digiwords"
|
||||||
description.en = "Create interactive wordclouds"
|
description.en = "Create interactive wordclouds"
|
||||||
description.fr = "Créer des nuages de mots interactifs"
|
description.fr = "Créer des nuages de mots interactifs"
|
||||||
|
|
||||||
version = "0.5.5~ynh1"
|
version = "0.5.6~ynh1"
|
||||||
|
|
||||||
maintainers = ["Pierre-Amiel Giraud"]
|
maintainers = ["Pierre-Amiel Giraud"]
|
||||||
|
|
||||||
|
@ -45,8 +45,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://codeberg.org/ladigitale/digiwords/releases/download/0.5.5/digiwords-v0.5.5.zip"
|
url = "https://codeberg.org/ladigitale/digiwords/archive/0.5.6.tar.gz"
|
||||||
sha256 = "ef118f164373bc841dc29713eda929726a2aee265cefaa2d9ee336aa708bbd6f"
|
sha256 = "2d3932db21e24cdf68509f6b640b4ed1ba3e774ef1161c268917e2bae4bbd5a7"
|
||||||
autoupdate.strategy = "latest_forgejo_release"
|
autoupdate.strategy = "latest_forgejo_release"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
Loading…
Reference in a new issue