mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 00:21:28 +00:00
Update Mobilizon, Redaktor, Tavern, add FediDB
This commit is contained in:
parent
755644f6cb
commit
707470e197
|
@ -264,7 +264,7 @@
|
|||
"codeLanguage": "Elixir",
|
||||
"techStack": "Vue, Typescript",
|
||||
"license": "AGPL-3.0",
|
||||
"FediAccount": "",
|
||||
"FediAccount": "https://framapiaf.org/@mobilizon",
|
||||
"apClass": true,
|
||||
"zotClass": false,
|
||||
"diasporaClass": false,
|
||||
|
@ -579,7 +579,7 @@
|
|||
},
|
||||
{
|
||||
"title": "Tavern",
|
||||
"source": "https://gitlab.com/ngerakines/tavern/-/tree/release-amber-ale",
|
||||
"source": "https://gitlab.com/ngerakines/tavern",
|
||||
"protocols": "ActivityPub",
|
||||
"site": "",
|
||||
"logo": "",
|
||||
|
@ -930,7 +930,7 @@
|
|||
"codeLanguage": "",
|
||||
"techStack": "",
|
||||
"license": "",
|
||||
"FediAccount": "https://mastodon.social/@sl007",
|
||||
"FediAccount": "https://chaos.social/@redaktor",
|
||||
"apClass": true,
|
||||
"zotClass": false,
|
||||
"diasporaClass": false,
|
||||
|
|
|
@ -522,6 +522,24 @@
|
|||
"diasporaClass": false,
|
||||
"OStatusClass": false,
|
||||
"categories": ["Libs"]
|
||||
},
|
||||
{
|
||||
"title": "FediDB",
|
||||
"source": "https://fedidb.org/about",
|
||||
"protocols": "ActivityPub",
|
||||
"site": "https://fedidb.org/about",
|
||||
"logo": "",
|
||||
"servers": "",
|
||||
"description": "A suite of tools for AP devs to help make it easier to test and validate your implementation with existing implementations like Mastodon, PeerTube, Pixelfed and Pleroma.",
|
||||
"codeLanguage": "",
|
||||
"techStack": "",
|
||||
"license": "-",
|
||||
"FediAccount": "",
|
||||
"apClass": true,
|
||||
"zotClass": false,
|
||||
"diasporaClass": false,
|
||||
"OStatusClass": false,
|
||||
"categories": ["Tests"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ layout: layout
|
|||
|
||||
const apps = site.data.tools.apps;
|
||||
const langList = langCount(apps).sort((a,b) => b.count - a.count);
|
||||
const byCategory = [['libs', 'Libraries'], ['specs', 'Specifications'], ['dev', 'Tools (stuff for developers and geeks)'], ['utils', 'Utilities (bots, daemons, federators)'], ['relays', 'Relays'], ['bridges', 'Bridges'], ['plugins', 'Plugins (addon apps)'], ['other', 'Other']];
|
||||
const byCategory = [['libs', 'Libraries'], ['specs', 'Specifications'], ['dev', 'Tools (stuff for developers and geeks)'], ['utils', 'Utilities (bots, daemons, federators)'], ['relays', 'Relays'], ['bridges', 'Bridges'], ['plugins', 'Plugins (addon apps)'], ['tests', 'Testing'], ['other', 'Other']];
|
||||
const byProtocol = [['sortDiaspora', 'diaspora'], ['sortAP', 'ActivityPub'], ['sortOstatus', 'OStatus'], ['sortZot', 'Zot']];
|
||||
%>
|
||||
|
||||
|
|
Loading…
Reference in a new issue