mirror of
https://github.com/YunoHost-Apps/snweb_ynh.git
synced 2024-09-03 20:26:22 +02:00
commit
60b48635f8
4 changed files with 16 additions and 16 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
End-to-end encrypted note-taking app
|
||||
|
||||
**Shipped version:** 3.136.3~ynh1
|
||||
**Shipped version:** 3.138.0~ynh1
|
||||
|
||||
**Demo:** https://standardnotes.org/demo
|
||||
|
||||
|
|
22
README_fr.md
22
README_fr.md
|
@ -5,25 +5,25 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Standard Notes pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/snweb)  
|
||||
[](https://dash.yunohost.org/appci/app/snweb)  
|
||||
[](https://install-app.yunohost.org/?app=snweb)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Standard Notes 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.*
|
||||
> *Ce package vous permet d’installer Standard Notes 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.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
Application de prise de notes chiffrées
|
||||
|
||||
**Version incluse :** 3.136.3~ynh1
|
||||
**Version incluse :** 3.138.0~ynh1
|
||||
|
||||
**Démo :** https://standardnotes.org/demo
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -33,10 +33,10 @@ Application de prise de notes chiffrées
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://standardnotes.org/>
|
||||
* Site officiel de l’app : <https://standardnotes.org/>
|
||||
* Documentation officielle utilisateur : <https://standardnotes.org/help>
|
||||
* Documentation officielle de l'admin : <https://docs.standardnotes.org/>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/standardnotes/app>
|
||||
* Documentation officielle de l’admin : <https://docs.standardnotes.org/>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/standardnotes/app>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_snweb>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/snweb_ynh/issues>
|
||||
|
||||
|
@ -52,4 +52,4 @@ ou
|
|||
sudo yunohost app upgrade snweb -u https://github.com/YunoHost-Apps/snweb_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>
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/standardnotes/app/archive/refs/tags/@standardnotes/web@3.136.3.tar.gz
|
||||
SOURCE_SUM=59ca87eca3a8afd0dde0d24bcd17e4794db6ad43fa210c5929fd5ef55ca1333a
|
||||
SOURCE_URL=https://github.com/standardnotes/app/archive/refs/tags/@standardnotes/web@3.138.0.tar.gz
|
||||
SOURCE_SUM=1873665f09e559d9e492b63c33860187c7ec122c7a161c65ce4ce93531ca0c94
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "End-to-end encrypted note-taking app",
|
||||
"fr": "Application de prise de notes chiffrées"
|
||||
},
|
||||
"version": "3.136.3~ynh1",
|
||||
"version": "3.138.0~ynh1",
|
||||
"url": "https://github.com/standardnotes/web",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
|
Loading…
Add table
Reference in a new issue