mirror of
https://github.com/YunoHost-Apps/libreto_ynh.git
synced 2024-09-03 19:36:14 +02:00
commit
b47fef908a
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.
|
||||
-->
|
||||
|
||||
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
Libreto is a collaborative etherpad-based notebook. It can become a mini-site, the synopsis of a workshop or the support for writing a collective book.
|
||||
|
||||
|
||||
**Shipped version:** 0.0.20180605~ynh5
|
||||
**Shipped version:** 2019.08.07~ynh1
|
||||
|
||||
**Demo:** https://libreto.net
|
||||
|
||||
|
@ -46,4 +46,4 @@ or
|
|||
sudo yunohost app upgrade libreto -u https://github.com/YunoHost-Apps/libreto_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
|
@ -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.
|
||||
-->
|
||||
|
||||
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
Libreto est un carnet de note collaboratif fondé sur etherpad. Il peut devenir un mini-site, le carnet de bord d'un workshop ou le support de rédaction d'un livre collectif.
|
||||
|
||||
|
||||
**Version incluse :** 0.0.20180605~ynh5
|
||||
**Version incluse :** 2019.08.07~ynh1
|
||||
|
||||
**Démo :** https://libreto.net
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Libreto"
|
|||
description.en = "Aggregate your pads to create a wiki"
|
||||
description.fr = "Agrégez vos pads pour créer un wiki"
|
||||
|
||||
version = "0.0.20180605~ynh5"
|
||||
version = "2019.08.07~ynh1"
|
||||
|
||||
maintainers = ["ljf"]
|
||||
|
||||
|
@ -56,8 +56,8 @@ ram.runtime = "50M"
|
|||
[resources]
|
||||
[resources.sources.main]
|
||||
# This is not used as we are using git clone + submodules. It's only here for autoupdate.
|
||||
url = "https://codeload.github.com/zamentur/libreto/zip/76408f5e98a68156afa47996e670d110a1c6106d"
|
||||
sha256 = "4381428a38a0262b98b44b0de0d7cea35dae67049f0efe6dffff655f17d4fbda"
|
||||
url = "https://github.com/Ventricule/libreto/archive/da3f312fec0a829cc3df1191113e93b49fb4786e.tar.gz"
|
||||
sha256 = "de713b5656e7ae32bd52d69c64cd7d87ac3307533aa451f828c36fb957b0e8ad"
|
||||
prefetch = false
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
|
||||
|
|
Loading…
Reference in a new issue