Nouveau service Tiny Tiny RSS.
This commit is contained in:
@@ -290,6 +290,10 @@ nav section ul li {
|
|||||||
background: #b9daf6 url(/images/uicons/users.svg) center center no-repeat;
|
background: #b9daf6 url(/images/uicons/users.svg) center center no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.services-icon-megaphone::before {
|
||||||
|
background: #b9daf6 url(/images/uicons/megaphone.svg) center center no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
.services-icon-messages::before {
|
.services-icon-messages::before {
|
||||||
background: #b9daf6 url(/images/uicons/comments.svg) center center no-repeat;
|
background: #b9daf6 url(/images/uicons/comments.svg) center center no-repeat;
|
||||||
}
|
}
|
||||||
|
|||||||
1
assets/production/images/uicons/megaphone.svg
Normal file
1
assets/production/images/uicons/megaphone.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg id="Layer_1" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg" data-name="Layer 1"><path d="m17 0a1 1 0 0 0 -1 1c0 2.949-2.583 4-5 4h-7a4 4 0 0 0 -4 4v2a3.979 3.979 0 0 0 1.514 3.109l3.572 7.972a3.233 3.233 0 0 0 2.953 1.919 2.982 2.982 0 0 0 2.72-4.2l-2.2-4.8h2.441c2.417 0 5 1.051 5 4a1 1 0 0 0 2 0v-18a1 1 0 0 0 -1-1zm-8.063 20.619a.983.983 0 0 1 -.898 1.381 1.232 1.232 0 0 1 -1.126-.734l-2.808-6.266h2.254zm7.063-6.019a7.723 7.723 0 0 0 -5-1.6h-7a2 2 0 0 1 -2-2v-2a2 2 0 0 1 2-2h7a7.723 7.723 0 0 0 5-1.595zm7.9.852a1 1 0 0 1 -1.342.448l-2-1a1 1 0 0 1 .894-1.79l2 1a1 1 0 0 1 .448 1.337zm-3.79-9a1 1 0 0 1 .448-1.342l2-1a1 1 0 1 1 .894 1.79l-2 1a1 1 0 0 1 -1.342-.448zm-.11 3.548a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1 -1-1z"/></svg>
|
||||||
|
After Width: | Height: | Size: 776 B |
24
services/ttrss.json
Normal file
24
services/ttrss.json
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"buttons": [
|
||||||
|
{"label": "Utiliser", "url": "https://ttrss.ti-nuage.fr"},
|
||||||
|
{"label": "Documentation", "class": "violet", "url": "https://wiki.ti-nuage.fr/fr/Services/Outils/ttrss"}
|
||||||
|
],
|
||||||
|
"description": "Un aggrégateur de news. Ce logiciel permet de s'abonner à des flux d'informations et de les consulter depuis votre espace propre.",
|
||||||
|
"icon": "megaphone",
|
||||||
|
"open": false,
|
||||||
|
"order": 7,
|
||||||
|
"softwares": [
|
||||||
|
{
|
||||||
|
"description": "<b>Tiny Tiny RSS</b> permet l'import et l'export de votre liste de flux, propose plusieurs thème, et peut être consulté depuis un appareil Android avec une application spécifique.",
|
||||||
|
"licenses": [
|
||||||
|
{
|
||||||
|
"name": "License GPLv3",
|
||||||
|
"url": "https://www.gnu.org/licenses/gpl-3.0.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"sources": "https://git.tt-rss.org/fox/tt-rss.git",
|
||||||
|
"url": "https://tt-rss.org/"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"title": "Tiny Tiny RSS"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user