Update Apps, Tools

This commit is contained in:
lostinlight 2022-02-04 16:56:39 +03:00
parent cfd302a9f7
commit 5451167164
4 changed files with 111 additions and 2 deletions

View File

@ -1464,7 +1464,7 @@
"source": "https://codeberg.org/Stringer/stringer-web",
"protocols": "ActivityPub",
"site": "https://stringer.blog",
"logo": "",
"logo": "/img/misc/stringer.png",
"servers": "",
"description": "Laravel powered decentralized blogging platform for the masses.",
"codeLanguage": "PHP",
@ -1477,6 +1477,42 @@
"OStatusClass": false,
"categories": ["Blog-Pub"]
},
{
"title": "Librecast LIVE",
"source": "https://github.com/librestack/librecast-live",
"protocols": "ActivityPub",
"site": "https://librecast.net/live.html",
"logo": "",
"servers": "",
"description": "Live streaming video platform with multicast.",
"codeLanguage": "Javascript",
"techStack": "",
"license": "GPL-2.0 / GPL-3.0",
"FediAccount": "@onepict@chaos.social",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Media"]
},
{
"title": "Minipub",
"source": "https://github.com/skymethod/minipub",
"protocols": "ActivityPub",
"site": "https://minipub.dev",
"logo": "",
"servers": "",
"description": "Minimal ActivityPub server for posting federated podcast comments.",
"codeLanguage": "TypeScript",
"techStack": "",
"license": "MIT",
"FediAccount": "",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Media"]
},
{
"title": "diaspora*",
"source": "https://github.com/diaspora/diaspora",

View File

@ -577,6 +577,24 @@
"OStatusClass": false,
"categories": ["Libs"]
},
{
"title": "ActivityPub",
"source": "https://github.com/bonfire-networks/activity_pub",
"protocols": "ActivityPub",
"site": "",
"logo": "",
"servers": "",
"description": "Generic library to federate an app with ActivityPub (uses a queue for incoming/outgoing activities and adapter modules for tight integration).",
"codeLanguage": "Elixir",
"techStack": "",
"license": "AGPL-3.0",
"FediAccount": "",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Libs"]
},
{
"title": "Test Suite",
"source": "https://github.com/go-fed/testsuite",
@ -1332,6 +1350,60 @@
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Libs"]
},
{
"title": "mastodon-bot",
"source": "https://gitlab.com/yogthos/mastodon-bot",
"protocols": "ActivityPub",
"site": "",
"logo": "",
"servers": "",
"description": "A bot for mirroring Twitter / Tumblr accounts and RSS feeds on Mastodon.",
"codeLanguage": "Clojure",
"techStack": "",
"license": "MIT",
"FediAccount": "",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Bridges"]
},
{
"title": "Simplebot-Mastodon",
"source": "https://github.com/simplebot-org/simplebot_mastodon",
"protocols": "ActivityPub",
"site": "",
"logo": "",
"servers": "",
"description": "A Mastodon - DeltaChat bridge plugin for SimpleBot.",
"codeLanguage": "Python",
"techStack": "",
"license": "MPL-2.0",
"FediAccount": "",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Bridges"]
},
{
"title": "dda-masto-embed",
"source": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
"protocols": "ActivityPub",
"site": "",
"logo": "",
"servers": "",
"description": "Embeds Mastodon timline into an HTML page. Uses JS, no intermediate server required.",
"codeLanguage": "Clojure",
"techStack": "",
"license": "Apache-2.0",
"FediAccount": "@team@social.meissa-gmbh.de",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Utils"]
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -279,7 +279,8 @@
#guile:checked ~ .misc__grid .card:not(.guile),
#racket:checked ~ .misc__grid .card:not(.racket),
#clojure:checked ~ .misc__grid .card:not(.clojure),
#lisp:checked ~ .misc__grid .card:not(.lisp) {
#lisp:checked ~ .misc__grid .card:not(.lisp),
#clojure:checked ~ .misc__grid .card:not(.clojure) {
display: none;
}