mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-24 17:41:28 +00:00
Update Misc (htmlproofer)
This commit is contained in:
parent
b59a1a0615
commit
84035e1b36
|
@ -826,7 +826,7 @@
|
||||||
"apClass": true,
|
"apClass": true,
|
||||||
"zotClass": false,
|
"zotClass": false,
|
||||||
"diasporaClass": false,
|
"diasporaClass": false,
|
||||||
"OStatusClass": true,
|
"OStatusClass": false,
|
||||||
"categories": ["SN-mi"]
|
"categories": ["SN-mi"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1567,6 +1567,60 @@
|
||||||
"OStatusClass": false,
|
"OStatusClass": false,
|
||||||
"categories": ["SN-mi"]
|
"categories": ["SN-mi"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "apevents",
|
||||||
|
"source": "https://github.com/ngerakines/apevents",
|
||||||
|
"protocols": "ActivityPub",
|
||||||
|
"site": "",
|
||||||
|
"logo": "",
|
||||||
|
"servers": "",
|
||||||
|
"description": "Event management system that allows event creation and coordination across Fediverse.",
|
||||||
|
"codeLanguage": "Rust",
|
||||||
|
"techStack": "",
|
||||||
|
"license": "MIT",
|
||||||
|
"FediAccount": "@nick@thegem.city",
|
||||||
|
"apClass": true,
|
||||||
|
"zotClass": false,
|
||||||
|
"diasporaClass": false,
|
||||||
|
"OStatusClass": false,
|
||||||
|
"categories": ["Extention", "Ev-Meet"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "AP-Groups",
|
||||||
|
"source": "https://github.com/michaelcpuckett/ap-groups",
|
||||||
|
"protocols": "ActivityPub",
|
||||||
|
"site": "https://chirp.social",
|
||||||
|
"logo": "",
|
||||||
|
"servers": "",
|
||||||
|
"description": "Group actors as bot / relay.",
|
||||||
|
"codeLanguage": "TypeScript",
|
||||||
|
"techStack": "",
|
||||||
|
"license": "MIT",
|
||||||
|
"FediAccount": "@mpuckett@a11y.social",
|
||||||
|
"apClass": true,
|
||||||
|
"zotClass": false,
|
||||||
|
"diasporaClass": false,
|
||||||
|
"OStatusClass": false,
|
||||||
|
"categories": ["Extention"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "snac",
|
||||||
|
"source": "https://codeberg.org/grunfink/snac2",
|
||||||
|
"protocols": "ActivityPub",
|
||||||
|
"site": "",
|
||||||
|
"logo": "",
|
||||||
|
"servers": "",
|
||||||
|
"description": "Simple, minimalistic ActivityPub instance with minimal dependencies, multiuser, no database nor cookies needed, totally JavaScript-free.",
|
||||||
|
"codeLanguage": "C",
|
||||||
|
"techStack": "",
|
||||||
|
"license": "MIT",
|
||||||
|
"FediAccount": "comam.es/snac/grunfink",
|
||||||
|
"apClass": true,
|
||||||
|
"zotClass": false,
|
||||||
|
"diasporaClass": false,
|
||||||
|
"OStatusClass": false,
|
||||||
|
"categories": ["SN-mi"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "diaspora*",
|
"title": "diaspora*",
|
||||||
"source": "https://github.com/diaspora/diaspora",
|
"source": "https://github.com/diaspora/diaspora",
|
||||||
|
|
|
@ -274,6 +274,7 @@
|
||||||
#crystal:checked ~ .misc__grid .card:not(.crystal),
|
#crystal:checked ~ .misc__grid .card:not(.crystal),
|
||||||
#ocaml:checked ~ .misc__grid .card:not(.ocaml),
|
#ocaml:checked ~ .misc__grid .card:not(.ocaml),
|
||||||
#java:checked ~ .misc__grid .card:not(.java),
|
#java:checked ~ .misc__grid .card:not(.java),
|
||||||
|
#c:checked ~ .misc__grid .card:not(.c),
|
||||||
#c\#:checked ~ .misc__grid .card:not(.c\#),
|
#c\#:checked ~ .misc__grid .card:not(.c\#),
|
||||||
#c:checked ~ .misc__grid .card:not(.c),
|
#c:checked ~ .misc__grid .card:not(.c),
|
||||||
#haskell:checked ~ .misc__grid .card:not(.haskell),
|
#haskell:checked ~ .misc__grid .card:not(.haskell),
|
||||||
|
|
Loading…
Reference in a new issue