Nouveau service Wallabag.
This commit is contained in:
@@ -282,6 +282,10 @@ nav section ul li {
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.services-icon-bookmark::before {
|
||||||
|
background: #b9daf6 url(/images/uicons/bookmark.svg) center center no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
.services-icon-camera::before {
|
.services-icon-camera::before {
|
||||||
background: #b9daf6 url(/images/uicons/camera.svg) center center no-repeat;
|
background: #b9daf6 url(/images/uicons/camera.svg) center center no-repeat;
|
||||||
}
|
}
|
||||||
|
|||||||
24
services/wallabag.json
Normal file
24
services/wallabag.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"buttons": [
|
||||||
|
{"label": "Utiliser", "url": "https://wallabag.ti-nuage.fr/"},
|
||||||
|
{"label": "Documentation", "class": "violet", "url": "https://wiki.ti-nuage.fr/fr/Services/Outils/wallabag"}
|
||||||
|
],
|
||||||
|
"description": "Un outil pour conserver des articles et remettre à plus tard leur lecture.",
|
||||||
|
"icon": "bookmark",
|
||||||
|
"open": false,
|
||||||
|
"order": 8,
|
||||||
|
"softwares": [
|
||||||
|
{
|
||||||
|
"description": "<b>Wallabag</b> peut être associé à <b>Tiny Tiny RSS</b> afin de stocker les articles reçus. Des applications permettent de consulter les pages sauvegardées depuis tous types d'appareils.",
|
||||||
|
"licenses": [
|
||||||
|
{
|
||||||
|
"name": "License MIT",
|
||||||
|
"url": "https://mit-license.org/"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sources": "https://github.com/wallabag/wallabag",
|
||||||
|
"url": "https://wallabag.org/"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Wallabag"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user