mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-17 22:29:19 +00:00
Add Analytodon; add new Tools category for it
This commit is contained in:
parent
873845fb4f
commit
78828459c3
|
@ -2736,6 +2736,24 @@
|
|||
"diasporaClass": false,
|
||||
"OStatusClass": false,
|
||||
"categories": ["Utils"]
|
||||
},
|
||||
{
|
||||
"title": "Analytodon",
|
||||
"source": "https://github.com/blazer82/analytodon",
|
||||
"protocols": "ActivityPub",
|
||||
"site": "https://www.analytodon.com",
|
||||
"logo": "",
|
||||
"servers": "",
|
||||
"description": "Monitor follower growth, identify popular posts, track boosts, favorites, and much more. Can be self-hosted.",
|
||||
"codeLanguage": "TypeScript",
|
||||
"techStack": "",
|
||||
"license": "GPL-3.0",
|
||||
"FediAccount": "",
|
||||
"apClass": true,
|
||||
"zotClass": false,
|
||||
"diasporaClass": false,
|
||||
"OStatusClass": false,
|
||||
"categories": ["Analytics"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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'], ['utils', 'Utilities (including bots, daemons)'], ['relays', 'Relays'], ['bridges', 'Bridges'], ['plugins', 'Plugins (addons)'], ['tests', 'Testing'], ['forges', 'Forges'], ['other', 'Other']];
|
||||
const byCategory = [['libs', 'Libraries'], ['specs', 'Specifications'], ['utils', 'Utilities (including bots, daemons)'], ['relays', 'Relays'], ['bridges', 'Bridges'], ['plugins', 'Plugins (addons)'], ['tests', 'Testing'], ['forges', 'Forges'], ['analytics', 'Analytics'], ['other', 'Other']];
|
||||
const byProtocol = [['sortDiaspora', 'diaspora'], ['sortAP', 'ActivityPub'], ['sortOstatus', 'OStatus'], ['sortZot', 'Zot']];
|
||||
%>
|
||||
|
||||
|
|
|
@ -261,6 +261,7 @@
|
|||
#bridges:checked ~ .misc__grid .card:not(.Bridges),
|
||||
#plugins:checked ~ .misc__grid .card:not(.Plugins),
|
||||
#forges:checked ~ .misc__grid .card:not(.Forges),
|
||||
#analytics:checked ~ .misc__grid .card:not(.Analytics),
|
||||
#other:checked ~ .misc__grid .card:not(.Other),
|
||||
#forums:checked ~ .misc__grid .card:not(.Forums),
|
||||
#python:checked ~ .misc__grid .card:not(.python),
|
||||
|
|
Loading…
Reference in a new issue