mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-10 09:59:51 +00:00
Fix filters
This commit is contained in:
parent
45c6e88e3a
commit
3f4cf0293f
|
@ -368,7 +368,7 @@
|
||||||
"site": "",
|
"site": "",
|
||||||
"logo": "",
|
"logo": "",
|
||||||
"servers": "https://hometown.fediverse.observer/list",
|
"servers": "https://hometown.fediverse.observer/list",
|
||||||
"description": "A fork of Mastodon that provides local posting and a wider range of content types.",
|
"description": "A fork of Mastodon that provides local posting and a wider range of content typeS.",
|
||||||
"codeLanguage": "Ruby",
|
"codeLanguage": "Ruby",
|
||||||
"techStack": "React, SASS, Node.js",
|
"techStack": "React, SASS, Node.js",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
|
@ -1287,7 +1287,7 @@
|
||||||
"logo": "",
|
"logo": "",
|
||||||
"servers": "",
|
"servers": "",
|
||||||
"description": "ActivityPub compliant, Mastodon-compatible transit alerts generated from GTFS-realtime Service Alerts",
|
"description": "ActivityPub compliant, Mastodon-compatible transit alerts generated from GTFS-realtime Service Alerts",
|
||||||
"codeLanguage": "Typescript",
|
"codeLanguage": "TypeScript",
|
||||||
"techStack": "",
|
"techStack": "",
|
||||||
"license": "Unknown",
|
"license": "Unknown",
|
||||||
"FediAccount": "",
|
"FediAccount": "",
|
||||||
|
@ -1304,7 +1304,7 @@
|
||||||
"site": "https://docs.vocata.one",
|
"site": "https://docs.vocata.one",
|
||||||
"logo": "/img/misc/vocata.png",
|
"logo": "/img/misc/vocata.png",
|
||||||
"servers": "",
|
"servers": "",
|
||||||
"description": "Vocabulary-agnostic ActivityPub server. Vocata does not limit what types of content can be handled by it, and how it is presented to users.",
|
"description": "Vocabulary-agnostic ActivityPub server. Vocata does not limit what typeS of content can be handled by it, and how it is presented to users.",
|
||||||
"codeLanguage": "Python",
|
"codeLanguage": "Python",
|
||||||
"techStack": "",
|
"techStack": "",
|
||||||
"license": "LGPL-3.0",
|
"license": "LGPL-3.0",
|
||||||
|
|
|
@ -297,7 +297,9 @@
|
||||||
#lgpl3:checked ~ .misc__grid .card:not(.lgpl3),
|
#lgpl3:checked ~ .misc__grid .card:not(.lgpl3),
|
||||||
#gpl2:checked ~ .misc__grid .card:not(.gpl2),
|
#gpl2:checked ~ .misc__grid .card:not(.gpl2),
|
||||||
#ppl3:checked ~ .misc__grid .card:not(.ppl3),
|
#ppl3:checked ~ .misc__grid .card:not(.ppl3),
|
||||||
#blueoak:checked ~ .misc__grid .card:not(.blueoak) {
|
#blueoak:checked ~ .misc__grid .card:not(.blueoak),
|
||||||
|
#eupl:checked ~ .misc__grid .card:not(.eupl),
|
||||||
|
#apache2\/mit:checked ~ .misc__grid .card:not(.apache2\/mit) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue