mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
2.5.4 (#163)
* Wallabag 2.5.4 --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
088f79ee1b
commit
6773a01e74
5 changed files with 17 additions and 17 deletions
|
@ -21,7 +21,7 @@ It extracts content so that you can read it when you have time.
|
|||
It provides a web interface, browser (Firefox / Chrome / Opera) add-ons, mobile apps (Android / iOS / Windows Phone) and even on e-reader (PocketBook / Kobo).
|
||||
|
||||
|
||||
**Shipped version:** 2.5.2~ynh1
|
||||
**Shipped version:** 2.5.4~ynh1
|
||||
|
||||
**Demo:** https://demo.yunohost.org/wallabag/
|
||||
|
||||
|
|
22
README_fr.md
22
README_fr.md
|
@ -5,28 +5,28 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Wallabag pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/wallabag2)  
|
||||
[](https://dash.yunohost.org/appci/app/wallabag2)  
|
||||
[](https://install-app.yunohost.org/?app=wallabag2)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Wallabag 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 Wallabag 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
|
||||
|
||||
[Wallabag](https://www.wallabag.org/) est une application de lecture différée : elle permet simplement d’archiver une page web en ne conservant que le contenu. Les éléments superflus (menus, publicités, etc.) sont supprimés.
|
||||
|
||||
Sont disponibles une interface web, des add-ons pour navigateurs (Firefox / Chrome / Opera), des applications pour mobile (Android / iOS / Windows Phone) et même sur liseuse (PocketBook / Kobo).
|
||||
|
||||
|
||||
**Version incluse :** 2.5.2~ynh1
|
||||
**Version incluse :** 2.5.4~ynh1
|
||||
|
||||
**Démo :** https://demo.yunohost.org/wallabag/
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -55,9 +55,9 @@ Attention : Une mise à jour classique avec l'interface d'administration ou avec
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://www.wallabag.org>
|
||||
* Documentation officielle de l'admin : <https://doc.wallabag.org/en/>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/wallabag/wallabag>
|
||||
* Site officiel de l’app : <https://www.wallabag.org>
|
||||
* Documentation officielle de l’admin : <https://doc.wallabag.org/en/>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/wallabag/wallabag>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_wallabag2>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/wallabag2_ynh/issues>
|
||||
|
||||
|
@ -73,4 +73,4 @@ ou
|
|||
sudo yunohost app upgrade wallabag2 -u https://github.com/YunoHost-Apps/wallabag2_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://static.wallabag.org/releases/wallabag-release-2.5.2.tar.gz
|
||||
SOURCE_SUM=43df3d4a8ac63e6dca06e4211808a7614e871886bd46b86d44fbf01802d4ea39
|
||||
SOURCE_URL=https://static.wallabag.org/releases/wallabag-release-2.5.4.tar.gz
|
||||
SOURCE_SUM=c953105e3181f18bf592541a1c46c318c6663ad00d4687052676b02a7d74c618
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "A self hostable read-it-later app",
|
||||
"fr": "Une application de lecture-plus-tard auto-hébergeable"
|
||||
},
|
||||
"version": "2.5.2~ynh1",
|
||||
"version": "2.5.4~ynh1",
|
||||
"url": "https://www.wallabag.org",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/vendor/friendsofsymfony/oauth-server-bundle/Storage/OAuthStorage.php 2016-02-22 13:57:55.000000000 +0000
|
||||
+++ b/vendor/friendsofsymfony/oauth-server-bundle/Storage/OAuthStorage.php 2017-04-13 17:16:06.298501506 +0000
|
||||
@@ -166,7 +166,7 @@
|
||||
@@ -170,7 +170,7 @@
|
||||
if (null !== $user) {
|
||||
$encoder = $this->encoderFactory->getEncoder($user);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue