Merge pull request 'main' (#1) from fediverse/fediparty:main into main

Reviewed-on: https://codeberg.org/thatonecalculator/fediparty/pulls/1
This commit is contained in:
Kainoa Kanter 2022-12-16 19:41:45 +00:00
commit a8825dd354
15 changed files with 127 additions and 91 deletions

View File

@ -15,7 +15,7 @@ pipeline:
event: [push, deployment] event: [push, deployment]
htmlproofer: htmlproofer:
image: olikami/htmlproofer:latest # fork of 18fgsa/html-proofer image: olikami/htmlproofer:3
commands: commands:
- apk add git - apk add git
- ( git show --no-patch --format=format:%B | grep htmlproofer >/dev/null ) && htmlproofer public/ --external-only --checks-to-ignore ScriptCheck,ImageCheck || true - ( git show --no-patch --format=format:%B | grep htmlproofer >/dev/null ) && htmlproofer public/ --external-only --checks-to-ignore ScriptCheck,ImageCheck || true

View File

@ -29,7 +29,7 @@
"forUsers": "forUsers":
[ [
{"id": "0", "url": "https://pinafore.social"}, {"id": "0", "url": "https://pinafore.social"},
{"id": "1", "url": "https://www.halcyon.social"}, {"id": "1", "url": "https://notabug.org/halcyon-suite/halcyon"},
{"id": "2", "url": "https://twitodon.com"}, {"id": "2", "url": "https://twitodon.com"},
{"id": "3", "url": "https://communitywiki.org/trunk"}, {"id": "3", "url": "https://communitywiki.org/trunk"},
{"id": "4", "url": "https://fedi.directory"} {"id": "4", "url": "https://fedi.directory"}
@ -166,7 +166,7 @@
}, },
{ {
"name": "F-Droid", "name": "F-Droid",
"url": "https://mastodon.technology/@fdroidorg", "url": "https://floss.social/@fdroidorg",
"avatar": "/img/avatars/fdroid.png" "avatar": "/img/avatars/fdroid.png"
}, },
{ {
@ -251,7 +251,7 @@
}, },
{ {
"name": "KDE", "name": "KDE",
"url": "https://mastodon.technology/@kde", "url": "https://floss.social/@kde",
"avatar": "/img/avatars/kde.png" "avatar": "/img/avatars/kde.png"
}, },
{ {

View File

@ -723,7 +723,7 @@
}, },
{ {
"title": "Kroeg", "title": "Kroeg",
"source": "https://git.puckipedia.com/kroeg", "source": "hhttps://puck.moe/git/kroeg/server",
"protocols": "ActivityPub", "protocols": "ActivityPub",
"site": "https://puckipedia.com/kroeg", "site": "https://puckipedia.com/kroeg",
"logo": "", "logo": "",
@ -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",

View File

@ -24,7 +24,7 @@
"mobile": "https://docs-develop.pleroma.social/backend/clients", "mobile": "https://docs-develop.pleroma.social/backend/clients",
"forUsers": "forUsers":
[ [
{"id": "0", "url": "https://www.halcyon.social"} {"id": "0", "url": " https://notabug.org/halcyon-suite/halcyon"}
], ],
"tutorials": "tutorials":
[ [

View File

@ -343,24 +343,6 @@
"OStatusClass": false, "OStatusClass": false,
"categories": ["Relays"] "categories": ["Relays"]
}, },
{
"title": "Hash2Pub",
"source": "https://git.orlives.de/schmittlauch/Hash2Pub",
"protocols": "ActivityPub",
"site": "",
"logo": "",
"servers": "",
"description": "A fully-decentralised DHT-based relay for global hashtag federation in ActivityPub. It allows querying and subscribing to all posts of a certain hashtag.",
"codeLanguage": "Haskell",
"techStack": "",
"license": "AGPL-3.0",
"FediAccount": "@schmittlauch@toot.matereal.eu",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Relays"]
},
{ {
"title": "activity-relay", "title": "activity-relay",
"source": "https://github.com/yukimochi/Activity-Relay", "source": "https://github.com/yukimochi/Activity-Relay",
@ -1877,7 +1859,7 @@
"title": "Masto Thread Renderer", "title": "Masto Thread Renderer",
"source": "https://github.com/vrutkovs/masto-thread-renderer", "source": "https://github.com/vrutkovs/masto-thread-renderer",
"protocols": "ActivityPub", "protocols": "ActivityPub",
"site": "https://thread.vrutkovs.eu", "site": "",
"logo": "", "logo": "",
"servers": "", "servers": "",
"description": "Display a Mastodon thread (only author toots, no replies) as a web page or Markdown for reading.", "description": "Display a Mastodon thread (only author toots, no replies) as a web page or Markdown for reading.",
@ -1998,6 +1980,24 @@
"diasporaClass": false, "diasporaClass": false,
"OStatusClass": false, "OStatusClass": false,
"categories": ["Utils"] "categories": ["Utils"]
},
{
"title": "GhostCMS to Mastodon",
"source": "https://github.com/sowoi/ghostcms2mastodon",
"protocols": "ActivityPub",
"site": "",
"logo": "",
"servers": "",
"description": "Send posts from GhostCMS to Mastodon.",
"codeLanguage": "Python",
"techStack": "",
"license": "Apache 2.0",
"FediAccount": "",
"apClass": true,
"zotClass": false,
"diasporaClass": false,
"OStatusClass": false,
"categories": ["Plugins"]
} }
] ]
} }

View File

@ -64,7 +64,7 @@ There were three sets of questions, each having different number of answers. Fur
**Which one is <i>not</i> a fork of Mastodon?** Pleroma. This may seem an idiotic question, but over the years we've seen many newcomers whose acquaintance with Fediverse starts and ends with Mastodon. They come across popular Mastodon forks and assume that all Fedi microblogging platforms are some variant of modified Mastodon. This question was a reminder that Pleroma, like many other microblogging projects, has a different, independent codebase and history. **Which one is <i>not</i> a fork of Mastodon?** Pleroma. This may seem an idiotic question, but over the years we've seen many newcomers whose acquaintance with Fediverse starts and ends with Mastodon. They come across popular Mastodon forks and assume that all Fedi microblogging platforms are some variant of modified Mastodon. This question was a reminder that Pleroma, like many other microblogging projects, has a different, independent codebase and history.
**Which one started as a fork of Pleroma?** In our quiz, the correct answer is Mobilizon, but [it was pointed out](https://queer.hacktivis.me/objects/b0352f0c-4def-43a6-b83a-821cb79ec548) to us ([twice](https://pl.fediverse.pl/objects/afc2836b-ce54-4f09-96c2-25a5edf10037)) that it wasn't a full-blown fork — Mobilizon just borrowed some of the code. We couldn't come up with a better phrasing for the question though, so it is what it is. **Which one started as a fork of Pleroma?** In our quiz, the correct answer is Mobilizon, but it was pointed out to us ([twice](https://pl.fediverse.pl/objects/afc2836b-ce54-4f09-96c2-25a5edf10037)) that it wasn't a full-blown fork — Mobilizon just borrowed some of the code. We couldn't come up with a better phrasing for the question though, so it is what it is.
**What is the unofficial Fediverse mascot suggested by community members?** Phoenix - the symbol of rebirth, renewal, progress and eternity. A legendary bird that rises from the ashes, just like federated networks fall in popularity and rise again, better and stronger. Hopefully you noticed that the birds at the end of the quiz are phoenixes too! **What is the unofficial Fediverse mascot suggested by community members?** Phoenix - the symbol of rebirth, renewal, progress and eternity. A legendary bird that rises from the ashes, just like federated networks fall in popularity and rise again, better and stronger. Hopefully you noticed that the birds at the end of the quiz are phoenixes too!

View File

@ -122,7 +122,7 @@ At least <span class="u-emphasize">10 new networks</span> expressed a wish to be
### Things to happen in 2020 ### Things to happen in 2020
*Fediverse Conference* in Barcelona - 💡 follow the official [account](https://libertalia.world/@fediconf) for updates *Fediverse Conference* in Barcelona
*Spoiler* from the future: millions of people discovering Fediverse networks and migrating from centralized silos. Be prepared! *Spoiler* from the future: millions of people discovering Fediverse networks and migrating from centralized silos. Be prepared!

View File

@ -47,7 +47,7 @@ Seven networks growing most rapidly in *online* server numbers in 2020 were:
### Fediverse in projects ### Fediverse in projects
At least <span class="u-emphasize">18 new projects</span> joined Fediverse in 2020! At least <span class="u-emphasize">17 new projects</span> joined Fediverse in 2020!
🌟 [Hash2Pub](https://git.orlives.de/schmittlauch/Hash2Pub) a fully-decentralised DHT-based relay for global hashtag federation 🌟 [Hash2Pub](https://git.orlives.de/schmittlauch/Hash2Pub) a fully-decentralised DHT-based relay for global hashtag federation
@ -77,8 +77,6 @@ At least <span class="u-emphasize">18 new projects</span> joined Fediverse in 20
🌟 [SkoHub](https://github.com/hbz/skohub-pubsub) a publication / subscription infrastructure for Open Educational Resources; allows to follow specific subjects and be notified when new content is published 🌟 [SkoHub](https://github.com/hbz/skohub-pubsub) a publication / subscription infrastructure for Open Educational Resources; allows to follow specific subjects and be notified when new content is published
🌟 [Lumen AP server](https://notabug.org/tinyrabbit/lumen-ap-server) ActivityPub server using Lumen framework
🌟 [Reedlebee](https://gitlab.com/Alamantus/Readlebee) a viable Goodreads alternative; book reading progress, lists, reviews, comments, and more 🌟 [Reedlebee](https://gitlab.com/Alamantus/Readlebee) a viable Goodreads alternative; book reading progress, lists, reviews, comments, and more
🌟 [LubarGW2](https://git.lubar.me/ben/guild-website) federating guild website using GuildWars2 API 🌟 [LubarGW2](https://git.lubar.me/ben/guild-website) federating guild website using GuildWars2 API

View File

@ -16,7 +16,7 @@ authors: [{"name": "@lostinlight", "url": "https://mastodon.xyz/@lightone", "net
Feneas association, that has kindly hosted this website and its repository, [is being dissolved](https://codeberg.org/fediverse/fediparty/issues/46). Thank you to all Feneas members for having us (and hope to still meet you all in decentralized Web)! Feneas association, that has kindly hosted this website and its repository, [is being dissolved](https://codeberg.org/fediverse/fediparty/issues/46). Thank you to all Feneas members for having us (and hope to still meet you all in decentralized Web)!
Our code repository moved to [Codeberg](https://codeberg.org/fediverse/fediparty) forge. The automated migration from GitLab to Codeberg works like a charm! We're excited and honoured to be part of [Codeberg](https://mastodon.technology/@codeberg) community. Our code repository moved to [Codeberg](https://codeberg.org/fediverse/fediparty) forge. The automated migration from GitLab to Codeberg works like a charm! We're excited and honoured to be part of [Codeberg](https://social.anoxinon.de/@codeberg) community.
ActivityPub [Apps](https://codeberg.org/fediverse/delightful-fediverse-apps) and [Tools](https://codeberg.org/fediverse/delightful-activitypub-development) lists are now part of #delightful lists curated by [@humanetech](https://mastodon.social/@humanetech) (updates appear on the website, as always). ActivityPub [Apps](https://codeberg.org/fediverse/delightful-fediverse-apps) and [Tools](https://codeberg.org/fediverse/delightful-activitypub-development) lists are now part of #delightful lists curated by [@humanetech](https://mastodon.social/@humanetech) (updates appear on the website, as always).

View File

@ -33,7 +33,9 @@ title: "Themed servers"
* [koreadon.com](https://koreadon.com) - for K-POP music fans *(Mastodon)* * [koreadon.com](https://koreadon.com) - for K-POP music fans *(Mastodon)*
* [feedbeat.me](https://feedbeat.me) - dedicated to culture and events such as music, poetry, comedy (German) *(Mastodon)* * [feedbeat.me](https://feedbeat.me) - dedicated to culture and events such as music, poetry, comedy (German) *(Mastodon)*
* [piano.masto.host](https://piano.masto.host) - dedicated to piano music, in English/Japanese *(Mastodon)* * [piano.masto.host](https://piano.masto.host) - dedicated to piano music, in English/Japanese *(Mastodon)*
* [metalverse.social](metalverse.social) - from Metalheads for everybody *(Mastodon)* * [metalverse.social](https://metalverse.social) - from Metalheads for everybody *(Mastodon)*
* [drumstodon.net](https://drumstodon.net) - a place for drummers, musicians and music lovers in general *(Mastodon)*
* [musician.social](https://musician.social) - for musicians who create, play, or love jazz, rock, pop, indie, classical and all other types of music *(Mastodon)*
### 🔭 [Interests and hobbies](#hobbies) ### 🔭 [Interests and hobbies](#hobbies)
* [screenwriting.space](https://screenwriting.space) - a place for storytellers *(Mastodon)* * [screenwriting.space](https://screenwriting.space) - a place for storytellers *(Mastodon)*
@ -51,6 +53,7 @@ title: "Themed servers"
* [onlycosplays.social](https://onlycosplays.social) - safe place for cosplayers and their communities *(Mastodon)* * [onlycosplays.social](https://onlycosplays.social) - safe place for cosplayers and their communities *(Mastodon)*
* [social.vtopia.live](https://social.vtopia.live) - for Vtubers, their fans, and the creators that make them possible *(Misskey)* * [social.vtopia.live](https://social.vtopia.live) - for Vtubers, their fans, and the creators that make them possible *(Misskey)*
* [gametoots.de](https://gametoots.de) - for gamers and streamers *(Mastodon)* * [gametoots.de](https://gametoots.de) - for gamers and streamers *(Mastodon)*
* [myhobby.zone](https://myhobby.zone) - for all kinds of hobbies *(Mastodon)*
### 🚄 [Travel, Transport and Infrastructure](#travel) ### 🚄 [Travel, Transport and Infrastructure](#travel)
* [rail.chat](https://rail.chat) - discussions about long-distance, passenger and freight rail networks for economic, environmental and equity benefits *(Mastodon)* * [rail.chat](https://rail.chat) - discussions about long-distance, passenger and freight rail networks for economic, environmental and equity benefits *(Mastodon)*
@ -59,7 +62,6 @@ title: "Themed servers"
* [bahn.social](https://bahn.social) - for rail enthusiasts, in German *(Mastodon)* * [bahn.social](https://bahn.social) - for rail enthusiasts, in German *(Mastodon)*
* [matitodon.com](https://matitodon.com) - exploring geography (traffic and towns), in Japanese *(Mastodon)* * [matitodon.com](https://matitodon.com) - exploring geography (traffic and towns), in Japanese *(Mastodon)*
* [urbanists.social](https://urbanists.social) - for people who like bikes, transit, and walkable cities *(Mastodon)* * [urbanists.social](https://urbanists.social) - for people who like bikes, transit, and walkable cities *(Mastodon)*
* [bikejam.social](https://bikejam.social) - for bike and pedestrian infrastructure *(Mastodon)*
* [toot.pizza](https://toot.pizza) - NYC-leaning urbanism and transit instance *(Mastodon)* * [toot.pizza](https://toot.pizza) - NYC-leaning urbanism and transit instance *(Mastodon)*
### 🎏 [Language specific](#languages) ### 🎏 [Language specific](#languages)
@ -74,16 +76,18 @@ title: "Themed servers"
* [mastodon.nu](https://mastodon.nu) - for Swedish speakers *(Mastodon)* * [mastodon.nu](https://mastodon.nu) - for Swedish speakers *(Mastodon)*
* [norrebro.space](https://norrebro.space) - for Danish speakers *(Mastodon)* * [norrebro.space](https://norrebro.space) - for Danish speakers *(Mastodon)*
* [loðfíll.is](https://xn--lofll-1sat.is) - for Icelandic speakers *(Mastodon)* * [loðfíll.is](https://xn--lofll-1sat.is) - for Icelandic speakers *(Mastodon)*
* [tea.codes](https://tea.codes) - for Chinese speakers *(Mastodon)*
* [planet.moe](https://planet.moe) - for Korean speakers *(Mastodon)* * [planet.moe](https://planet.moe) - for Korean speakers *(Mastodon)*
* [mastodon.com.tr](https://mastodon.com.tr) - for Turkish speakers *(Mastodon)*
* [best-friends.chat](https://best-friends.chat) - for Japanese speakers *(Mastodon)* * [best-friends.chat](https://best-friends.chat) - for Japanese speakers *(Mastodon)*
* [mastodon.in.th](https://mastodon.in.th) - for Thai speakers *(Mastodon)* * [mastodon.in.th](https://mastodon.in.th) - for Thai speakers *(Mastodon)*
* [hub.mtf.party](https://hub.mtf.party) - for Chinese speakers, trans-friendly *(Mastodon)*
* [bluestar.social](https://bluestar.social) - Arabic language *(Mastodon)*
* [occitania.social](https://occitania.social) - community of Occitan culture and language *(Mastodon)* * [occitania.social](https://occitania.social) - community of Occitan culture and language *(Mastodon)*
* [bassam.social](https://bassam.social) - Arabic language *(Mastodon)*
* [samenet.social](https://samenet.social) - Sámi language *(Mastodon)* * [samenet.social](https://samenet.social) - Sámi language *(Mastodon)*
* [mastodo.fi](https://mastodo.fi) - Finnish language *(Mastodon)*
* [twitteregypt.online](https://twitteregypt.online) - Arabic language *(Mastodon)*
* [vkl.world](https://vkl.world) - Belarusian language *(Mastodon)*
* [9kb.me](https://9kb.me) - Chinese language *(Mastodon)*
* [fairy.id](https://fairy.id) - Chinese language *(Mastodon)*
* [e.fo](https://e.fo) - Faroese language *(Mastodon)*
* [kanoa.de](https://kanoa.de) - German language *(Mastodon)*
### 🛡 [Safer spaces](#safer-spaces) ### 🛡 [Safer spaces](#safer-spaces)
@ -99,7 +103,6 @@ Instances run by and for people belonging to some minority and moderated more st
#### Austria #### Austria
* [krems.social](https://krems.social) - Krems *(Mastodon)* * [krems.social](https://krems.social) - Krems *(Mastodon)*
* [tyrol.social](https://tyrol.social) - Tyrol *(Mastodon)*
* [wien.rocks](https://wien.rocks) - Vienna *(Mastodon)* * [wien.rocks](https://wien.rocks) - Vienna *(Mastodon)*
* [fedi.at](https://fedi.at) - Austria *(Mastodon)* * [fedi.at](https://fedi.at) - Austria *(Mastodon)*
* [sbg-social.at](https://sbg-social.at) - Salzburg *(Mastodon)* * [sbg-social.at](https://sbg-social.at) - Salzburg *(Mastodon)*
@ -115,9 +118,15 @@ Instances run by and for people belonging to some minority and moderated more st
* [vancity.social](https://vancity.social) - Vancouver *(Calckey)* * [vancity.social](https://vancity.social) - Vancouver *(Calckey)*
* [yyj.social](https://yyj.social) - Victoria & Vancouver Island *(Calckey)* * [yyj.social](https://yyj.social) - Victoria & Vancouver Island *(Calckey)*
#### Czech Republic
* [witter.cz](https://witter.cz) - Czech Republic *(Mastodon)*
#### Denmark #### Denmark
* [norrebro.space](https://norrebro.space) - Denmark *(Mastodon)* * [norrebro.space](https://norrebro.space) - Denmark *(Mastodon)*
#### Egypt
* [twitteregypt.online](https://twitteregypt.online) - Egypt *(Mastodon)*
#### Finland #### Finland
* [mastodo.fi](https://mastodo.fi) - Finland *(Mastodon)* * [mastodo.fi](https://mastodo.fi) - Finland *(Mastodon)*
@ -140,32 +149,43 @@ Instances run by and for people belonging to some minority and moderated more st
* [rheinneckar.social](https://rheinneckar.social) - Rhein-Neckar area *(Mastodon)* * [rheinneckar.social](https://rheinneckar.social) - Rhein-Neckar area *(Mastodon)*
* [nahe.social](https://nahe.social) - Nahe region *(Mastodon)* * [nahe.social](https://nahe.social) - Nahe region *(Mastodon)*
* [moessingen.social](https://moessingen.social) - Mössingen area *(Mastodon)* * [moessingen.social](https://moessingen.social) - Mössingen area *(Mastodon)*
* [bremen.team](https://bremen.team) - Bremen *(Mastodon)*
* [chemnitz.network](https://chemnitz.network) - Chemnitz *(Mastodon)* * [chemnitz.network](https://chemnitz.network) - Chemnitz *(Mastodon)*
* [chemnitz.rocks](https://chemnitz.rocks) - Chemnitz *(Friendica)* * [chemnitz.rocks](https://chemnitz.rocks) - Chemnitz *(Friendica)*
* [mfr.social](https://mfr.social) - (Mittel-)Franken *(Mastodon)* * [mfr.social](https://mfr.social) - (Mittel-)Franken *(Mastodon)*
* [cas.social](https://cas.social) - Castrop-Rauxel *(Mastodon)* * [cas.social](https://cas.social) - Castrop-Rauxel *(Mastodon)*
* [im.allmendenetz.de](https://im.allmendenetz.de) - Cologne, Germany *(Hubzilla)* * [im.allmendenetz.de](https://im.allmendenetz.de) - Cologne, Germany *(Hubzilla)*
* [toot.berlin](https://toot.berlin) - Berlin *(Mastodon)*
#### Indonesia
* [mstdn.id](https://mstdn.id) - Indonesia *(Mastodon)*
* [mastodonindonesia.com](https://mastodonindonesia.com) - Indonesia *(Mastodon)*
#### Italy
* [www.foxyhole.io](https://www.foxyhole.io) - Italy *(Calckey)*
#### Netherlands #### Netherlands
* [nwb.social](https://nwb.social) - Nieuw West-Brabant *(Mastodon)* * [nwb.social](https://nwb.social) - Nieuw West-Brabant *(Mastodon)*
* [mastodonners.nl](https://mastodonners.nl) - Netherlands *(Mastodon)*
#### Norway #### Norway
* [oslo.town](https://oslo.town) - Oslo *(Mastodon)* * [oslo.town](https://oslo.town) - Oslo *(Mastodon)*
#### Paraguay
* [mastodon.com.py](https://mastodon.com.py) - Paraguay *(Mastodon)*
#### Portugal #### Portugal
* [lisboa.social](https://lisboa.social) - Lisbon *(Mastodon)* * [lisboa.social](https://lisboa.social) - Lisbon *(Mastodon)*
#### Spain #### Spain
* [barcelona.social](https://barcelona.social) - Barcelona *(Pleroma)*
* [mstdn.es](https://mstdn.es) - Spain *(Mastodon)* * [mstdn.es](https://mstdn.es) - Spain *(Mastodon)*
* [malaga.social](https://malaga.social) - Malaga *(Mastodon)*
#### Switzerland #### Switzerland
* [swiss.social](https://swiss.social) - Switzerland *(Mastodon)* * [swiss.social](https://swiss.social) - Switzerland *(Mastodon)*
* [zurich.social](https://zurich.social) - Zurich *(Mastodon)*
* [basel.social](https://basel.social) - Basel and Basel region *(Mastodon)* * [basel.social](https://basel.social) - Basel and Basel region *(Mastodon)*
* [mastodon.free-solutions.org](https://mastodon.free-solutions.org) - Switzerland *(Mastodon)* * [mastodon.free-solutions.org](https://mastodon.free-solutions.org) - Switzerland *(Mastodon)*
* [swiss-talk.net](https://swiss-talk.net) - Switzerland *(Mastodon)*
#### Ukraine #### Ukraine
* [soc.ua-fediland.de](https://soc.ua-fediland.de) - Ukraine *(Mastodon)* * [soc.ua-fediland.de](https://soc.ua-fediland.de) - Ukraine *(Mastodon)*
@ -174,15 +194,12 @@ Instances run by and for people belonging to some minority and moderated more st
#### UK #### UK
* [glasgow.social](https://glasgow.social) - Glasgow *(Mastodon)* * [glasgow.social](https://glasgow.social) - Glasgow *(Mastodon)*
* [bath.social](https://bath.social) - Bath *(Mastodon)* * [bath.social](https://bath.social) - Bath *(Mastodon)*
* [yorkshire.social](https://yorkshire.social) - Yorkshire *(Mastodon)* * [gib.social](https://gib.social) - Gibraltar *(Mastodon)*
#### USA #### USA
* [masto.nyc](https://masto.nyc) - New York *(Mastodon)*
* [socialclub.nyc](https://socialclub.nyc) - New York *(Mastodon)* * [socialclub.nyc](https://socialclub.nyc) - New York *(Mastodon)*
* [social.tulsa.ok.us](https://social.tulsa.ok.us) - Tulsa, Northeast Oklahoma *(Mastodon)* * [social.tulsa.ok.us](https://social.tulsa.ok.us) - Tulsa, Northeast Oklahoma *(Mastodon)*
* [sfba.social](https://sfba.social) - San Francisco Bay Area *(Mastodon)* * [sfba.social](https://sfba.social) - San Francisco Bay Area *(Mastodon)*
* [mastodon.boston](https://mastodon.boston) - Boston *(Mastodon)*
* [mastodon.miami](https://mastodon.miami) - Miami, Florida *(Mastodon)*
* [cityofchicago.live](https://cityofchicago.live) - Chicago, Illinois *(Mastodon)* * [cityofchicago.live](https://cityofchicago.live) - Chicago, Illinois *(Mastodon)*
* [gardenstate.social](https://gardenstate.social) - New Jersey *(Mastodon)* * [gardenstate.social](https://gardenstate.social) - New Jersey *(Mastodon)*
@ -191,7 +208,6 @@ Instances run by and for people belonging to some minority and moderated more st
* [layer8.space](https://layer8.space) - talk about Linux, anime, music, software and more *(Mastodon)* * [layer8.space](https://layer8.space) - talk about Linux, anime, music, software and more *(Mastodon)*
* [hachyderm.io](https://hachyderm.io) - for respectful professionals in the tech industry *(Mastodon)* * [hachyderm.io](https://hachyderm.io) - for respectful professionals in the tech industry *(Mastodon)*
* [devschile.social](https://devschile.social) - for Spanish-language techies of Chile *(Mastodon)* * [devschile.social](https://devschile.social) - for Spanish-language techies of Chile *(Mastodon)*
* [techhub.social](https://techhub.social) - for passionate technologists and everyone in Canada *(Mastodon)*
* [k8s.social](https://k8s.social) - for kubernetes, container and cloud native enthusiasts *(Mastodon)* * [k8s.social](https://k8s.social) - for kubernetes, container and cloud native enthusiasts *(Mastodon)*
* [techspace.social](https://techspace.social) - for techies and tech-curious people *(Mastodon)* * [techspace.social](https://techspace.social) - for techies and tech-curious people *(Mastodon)*
* [gnulinux.social](https://gnulinux.social) - community dedicated to Free Software enthusiasts and supporters * [gnulinux.social](https://gnulinux.social) - community dedicated to Free Software enthusiasts and supporters
@ -203,6 +219,7 @@ Instances run by and for people belonging to some minority and moderated more st
### 🎬 [Book / Game / Show theme](#entertainment) ### 🎬 [Book / Game / Show theme](#entertainment)
* [osrs.club](https://osrs.club) - themed around Old School Runescape *(Pleroma)* * [osrs.club](https://osrs.club) - themed around Old School Runescape *(Pleroma)*
* [greenhill.zone](https://greenhill.zone) - multilingual instance for fans of Sonic the Hedgehog *(Mastodon)*
### 🔴 [Political and social views](#political-and-social-views) ### 🔴 [Political and social views](#political-and-social-views)
* [campaign.openworlds.info](https://campaign.openworlds.info) - for campaigners and NGOs *(Mastodon)* * [campaign.openworlds.info](https://campaign.openworlds.info) - for campaigners and NGOs *(Mastodon)*
@ -222,6 +239,7 @@ Instances run by and for people belonging to some minority and moderated more st
* [diabetes.masto.host](https://diabetes.masto.host) - safe harbor for people affected by diabetes *(Mastodon)* * [diabetes.masto.host](https://diabetes.masto.host) - safe harbor for people affected by diabetes *(Mastodon)*
* [veterinary.education](https://veterinary.education) - veterinary medicine *(Mastodon)* * [veterinary.education](https://veterinary.education) - veterinary medicine *(Mastodon)*
* [med-mastodon.com](https://med-mastodon.com) - for medical professionals and curious onlookers *(Mastodon)* * [med-mastodon.com](https://med-mastodon.com) - for medical professionals and curious onlookers *(Mastodon)*
* [medibubble.org](https://medibubble.org) - for medical professionals and everyone else, in German *(Mastodon)*
### 👽 [Fandoms](#fandoms) ### 👽 [Fandoms](#fandoms)
* [bungle.online](https://bungle.online) - fandom instance, post media, fan art and fanfiction *(Misskey)* * [bungle.online](https://bungle.online) - fandom instance, post media, fan art and fanfiction *(Misskey)*
@ -248,15 +266,10 @@ Instances run by and for people belonging to some minority and moderated more st
* [idlethumbs.social](https://idlethumbs.social) - hosted in California *(Mastodon)* * [idlethumbs.social](https://idlethumbs.social) - hosted in California *(Mastodon)*
* [bardown.space](https://bardown.space) - for hockey fans and players *(Hometown)* * [bardown.space](https://bardown.space) - for hockey fans and players *(Hometown)*
* [wetdry.world](https://wetdry.world) - talk about tech, gaming, bad jokes *(Mastodon)* * [wetdry.world](https://wetdry.world) - talk about tech, gaming, bad jokes *(Mastodon)*
* [earthlings.socia](https://earthlings.social) - for all precious earthlings *(Mastodon)*
* [troet.crynet.one](https://troet.crynet.one) - English and German, all friendly creatures may join *(Mastodon)*
* [europe.social](https://europe.social) - for users in Europe *(Mastodon)*
* [bytesize.social](https://bytesize.social) - comfortable place to discuss technology, social, political, and beyond *(Mastodon)*
* [masto.bike](https://masto.bike) - riding a bike is a plus, French speaking *(Mastodon)* * [masto.bike](https://masto.bike) - riding a bike is a plus, French speaking *(Mastodon)*
* [astronomique.de](https://astronomique.de) - main language is German *(Mastodon)* * [astronomique.de](https://astronomique.de) - main language is German *(Mastodon)*
* [blueplanet.social](https://blueplanet.social) - for people interested in making this planet a better place, primarily German language * [blueplanet.social](https://blueplanet.social) - for people interested in making this planet a better place, primarily German language
* [convo.casa](https://convo.casa) - general for everyone *(Mastodon)* * [convo.casa](https://convo.casa) - general for everyone *(Mastodon)*
* [jistflow.com](https://jistflow.com) - general purpose federated social-verse *(Calckey)*
* [mstodon.eu](https://mstodon.eu) - EU based English language server *(Mastodon)* * [mstodon.eu](https://mstodon.eu) - EU based English language server *(Mastodon)*
### 🐚 [Run by tech-savvy organizations](#run-by-tech-savvy-organizations) ### 🐚 [Run by tech-savvy organizations](#run-by-tech-savvy-organizations)
@ -273,6 +286,7 @@ Instances run by and for people belonging to some minority and moderated more st
* [mastodon.librelabucm.org](https://mastodon.librelabucm.org) - for Universidad Complutense de Madrid (UCM) people and free/libre software talk in Spanish *(Mastodon)* * [mastodon.librelabucm.org](https://mastodon.librelabucm.org) - for Universidad Complutense de Madrid (UCM) people and free/libre software talk in Spanish *(Mastodon)*
* [mastodon.acc.sunet.se](https://mastodon.acc.sunet.se) - by Academic Computer Club at Umeå University, Sweden *(Mastodon)* * [mastodon.acc.sunet.se](https://mastodon.acc.sunet.se) - by Academic Computer Club at Umeå University, Sweden *(Mastodon)*
* [akademienl.social](https://akademienl.social) - for anyone working in, affiliated with, or with a general interest in Dutch academia *(Mastodon)* * [akademienl.social](https://akademienl.social) - for anyone working in, affiliated with, or with a general interest in Dutch academia *(Mastodon)*
* [social.sunet.se](https://social.sunet.se) - by the Swedish Research Council for anyone belonging to a Swedish university *(Mastodon)*
### 🎉 [Various (registration by application)](#registration-by-application) ### 🎉 [Various (registration by application)](#registration-by-application)
// *these servers may be removed in future automated updates due to signups by application* // *these servers may be removed in future automated updates due to signups by application*
@ -339,7 +353,6 @@ Instances run by and for people belonging to some minority and moderated more st
* [leftist.network](https://leftist.network) - for those with Leftist politics *(Mastodon)* * [leftist.network](https://leftist.network) - for those with Leftist politics *(Mastodon)*
* [PCGamer.social](https://pcgamer.social) - by the PC gamer, for the PC gamer *(Mastodon)* * [PCGamer.social](https://pcgamer.social) - by the PC gamer, for the PC gamer *(Mastodon)*
* [poliverso.org](https://poliverso.org) - dedicated to politics and digital rights (Italian speaking) *(Friendica)* * [poliverso.org](https://poliverso.org) - dedicated to politics and digital rights (Italian speaking) *(Friendica)*
* [rheinland.social](https://rheinland.social) - Rheinland, Germany *(Mastodon)*
* [social.politicaconciencia.org](https://social.politicaconciencia.org) - community about politics, science and culture for Spanish speakers *(Mastodon)* * [social.politicaconciencia.org](https://social.politicaconciencia.org) - community about politics, science and culture for Spanish speakers *(Mastodon)*
* [esperanto.masto.host](https://esperanto.masto.host) - for those interested in Esperanto *(Mastodon)* * [esperanto.masto.host](https://esperanto.masto.host) - for those interested in Esperanto *(Mastodon)*
* [masto.nobigtech.es](https://masto.nobigtech.es) - for Spanish speakers *(Mastodon)* * [masto.nobigtech.es](https://masto.nobigtech.es) - for Spanish speakers *(Mastodon)*
@ -378,7 +391,8 @@ Instances run by and for people belonging to some minority and moderated more st
* [blasmusik.social](https://blasmusik.social) - specially, but not only for brass musicians, Germany *(Mastodon)* * [blasmusik.social](https://blasmusik.social) - specially, but not only for brass musicians, Germany *(Mastodon)*
* [poketopia.city](https://poketopia.city) - For Pokémon furries, Pokéfurs. Also transformation and inanimate TF. *(Mastodon)* * [poketopia.city](https://poketopia.city) - For Pokémon furries, Pokéfurs. Also transformation and inanimate TF. *(Mastodon)*
* [social.seattle.wa.us](https://social.seattle.wa.us) - Seattle *(Mastodon)* * [social.seattle.wa.us](https://social.seattle.wa.us) - Seattle *(Mastodon)*
* [social.bau-ha.us](https://social.bau-ha.us) - part of CCC family, hosted in Weimar *(Mastodon)*
* [poliversity.it](https://poliversity.it) - Italian instance dedicated to the world of science and journalism *(Mastodon)*
## Disclaimer ## Disclaimer
`Following instances skipped`: number of users > 5.000, closed registration *at the moment of checking*, behind Cloudflare, running old code, theme / description not understood due to language barrier or scarce description, long blocklists, experimental servers. `Following instances skipped`: number of users > 5.000, closed registration *at the moment of checking*, behind Cloudflare, running old code, theme / description not understood due to language barrier or scarce description, long blocklists, experimental servers.

View File

@ -4,13 +4,13 @@
# Menu # Menu
menu: MENU menu: MENU
chronicles: Chronicles chronicles: News
knowledge: Knowledge knowledge: Knowledge
more: All apps more: All apps
portal: Servers portal: Servers
magic: Magic Ball magic: Magic Ball
logo: logo hub logo: logo hub
about: about about: about us
# Index page # Index page
hello: Hello, traveller! hello: Hello, traveller!

View File

@ -18,9 +18,9 @@
<ul class="nav slideout"> <ul class="nav slideout">
<label for="overlay"></label> <label for="overlay"></label>
<li><a href="/en/fediverse"><svg class="f-icon"><use xlink:href="#icon-star"></use></svg> <span>Fediverse</span></a></li> <li><a href="/en/fediverse"><svg class="f-icon"><use xlink:href="#icon-star"></use></svg> <span>Fediverse</span></a></li>
<li><a href="/en/chronicles"><svg class="f-icon"><use xlink:href="#icon-star"></use></svg> <span><%- __('chronicles') %></span></a></li>
<li><a href="/en/miscellaneous"><svg class="f-icon"><use xlink:href="#icon-star"></use></svg> <span><%- __('more') %></span></a></li> <li><a href="/en/miscellaneous"><svg class="f-icon"><use xlink:href="#icon-star"></use></svg> <span><%- __('more') %></span></a></li>
<li><a href="/en/portal/servers"><svg class="f-icon"><use xlink:href="#icon-star"></use></svg> <span><%- __('portal') %></span></a></li> <li><a href="/en/portal/servers"><svg class="f-icon"><use xlink:href="#icon-star"></use></svg> <span><%- __('portal') %></span></a></li>
<li><a href="/en/chronicles"><svg class="f-icon"><use xlink:href="#icon-star"></use></svg> <span><%- __('chronicles') %></span></a></li>
<li><a href="/en/crystalball"><svg class="f-icon"><use xlink:href="#icon-star"></use></svg> <span><%- __('magic') %></span></a></li> <li><a href="/en/crystalball"><svg class="f-icon"><use xlink:href="#icon-star"></use></svg> <span><%- __('magic') %></span></a></li>
<li><a href="https://14th.fediverse.party"><svg class="f-icon"><use xlink:href="#icon-star"></use></svg> <span>fediquiz</span></a></li> <li><a href="https://14th.fediverse.party"><svg class="f-icon"><use xlink:href="#icon-star"></use></svg> <span>fediquiz</span></a></li>
<li><a href="/en/about"><svg class="f-icon"><use xlink:href="#icon-star"></use></svg> <span><%- __('about') %></span></a></li> <li><a href="/en/about"><svg class="f-icon"><use xlink:href="#icon-star"></use></svg> <span><%- __('about') %></span></a></li>

View File

@ -12,6 +12,8 @@ layout: layout
<div class="code"> <div class="code">
<a href="https://codeberg.org/fediverse/fediparty">repository</a> | <a href="https://codeberg.org/lostinlight/distributopia/src/branch/main/all-logos-in-one-basket">logo hub</a> <a href="https://codeberg.org/fediverse/fediparty">repository</a> | <a href="https://codeberg.org/lostinlight/distributopia/src/branch/main/all-logos-in-one-basket">logo hub</a>
</div> </div>
<h2>Donate</h2>
<div class="code"><a href="https://boosty.to/fediparty">Boosty.to</a> - thank you! 🧡</div>
<h2>About us</h2> <h2>About us</h2>
<% for (u in team) { %> <% for (u in team) { %>
<ul> <ul>

View File

@ -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),

View File

@ -55,23 +55,6 @@
fill: $golden; fill: $golden;
} }
.navbar li:last-child {
position: absolute;
bottom: 1.8em;
width: 100%;
text-align: center;
font-size: .85rem;
padding-left: 0;
}
.navbar li:last-child a {
padding-left: 0;
}
.navbar li:last-child svg {
display: none;
}
.overlay, .overlay,
.control, .control,
.control ~ .slideout { .control ~ .slideout {
@ -166,22 +149,6 @@
display: block; display: block;
} }
@media screen and (max-width: $mq-medium) {
.navbar li:last-child {
position: static;
font-size: inherit;
text-align: left;
}
.navbar li:last-child a {
padding-left: 2.2em;
}
.navbar li:last-child svg {
display: initial;
}
}
@media screen and (max-width: $mq-small) { @media screen and (max-width: $mq-small) {
.hamburger { .hamburger {
width: 170px; width: 170px;