diff --git a/source/_data/common.json b/source/_data/common.json index b9ef376..c31f95a 100644 --- a/source/_data/common.json +++ b/source/_data/common.json @@ -89,7 +89,7 @@ }, { "name": "Go", - "networks": "Honk, Littr.me, Socialtap, Tavern, WriteFreely" + "networks": "GoToSocial, Owncast, WriteFreely" }, { "name": "Java", @@ -101,23 +101,23 @@ }, { "name": "PHP", - "networks": "Castopod, Friendica, GNU Social, Hubzilla, Pixelfed, NextCloud-Social, Zap" + "networks": "Castopod, Friendica, Hubzilla, Pixelfed" }, { "name": "Python", - "networks": "Bookwyrm, Epicyon, Fedeproxy, Funkwhale, microblog.pub, OLKi, Socialhome" + "networks": "Bookwyrm, Epicyon, Funkwhale, microblog.pub" }, { "name": "Ruby", - "networks": "diaspora, Glitch-Soc, Hometown, Learn Awesome, Mastodon" + "networks": "diaspora, Mastodon" }, { "name": "Rust", - "networks": "Lemmy, Kibou, Kroeg, Plume" + "networks": "Lemmy, Plume" }, { "name": "TypeScript", - "networks": "Dolphin, Misskey, PeerTube" + "networks": "Misskey, PeerTube" } ] } diff --git a/source/_data/fediverse.json b/source/_data/fediverse.json index 8129eaa..84f2907 100644 --- a/source/_data/fediverse.json +++ b/source/_data/fediverse.json @@ -3,8 +3,8 @@ "article": { "definition": "is a new word made of two words: “federation” + “universe”", - "preamble": "It is a common name for federated social networks running on free open software on a myriad of servers across the world. Historically, this term has included only microblogging platforms supporting a set of protocols called OStatus. With the wide adoption of a new standard protocol called ActivityPub, many new projects appeared. This guide unites all interconnected networks under one term.", - "info": "Fediverse social networks differ from mainstream platforms (Facebook, Twitter, Instagram, Pinterest, etc). Mainstream platforms concentrate millions of users on one website, where they control all the decision-making, enforce censorship, and hoard users' private data for commercial profit and spying. Fediverse networks, on the other hand, are developed by a community of people all around the globe, independent from any corporation or official institution. You are free to register on any Fediverse website you like. You can choose the person who will be in charge of your data - the administrator of your server. If you have technical knowledge, you can administrate your own server for your friends and family, connecting with thousands of other independent servers across the web. Fediverse is an autonomous universe where power and data are decentralized and scattered across multiple lands. No high fences. No algorithms. No ads. Don't trust our word - explore Fediverse yourself!", + "preamble": "It is a federated social network running on free open software on a myriad of computers across the globe. Many independent servers are interconnected and allow people to interact with one another. There's no one central site: you choose a server to register. This ensures some decentralization and sovereignty of data. Fediverse (also called Fedi) has no built-in advertisements, no tricky algorithms, no one big corporation dictating the rules. Instead we have small cozy communities of like-minded people. Welcome!", + "info": "Fediverse social network differs from mainstream platforms (Facebook, Twitter, Instagram, Pinterest, etc). Mainstream platforms concentrate millions of users on one website, where they control all the decision-making, enforce censorship, and hoard users' data for commercial profit and spying. Fediverse platforms, on the other hand, are developed by a community of people from all over the world, independent from any company or official institution. You are free to register on any Fediverse website you like. You can choose the person who will be in charge of your data - the administrator of your server. If you have technical knowledge, you can administrate your own server for your friends and family, connecting with thousands of other independent servers across the web. Fediverse is an autonomous universe where power and data are decentralized and scattered across multiple lands.", "history": [ { @@ -24,14 +24,9 @@ } ], "projects": - [ - { - "title": "Fediverse visualization", - "url": "https://kumu.io/wakest/fediverse" - } - ], - "servers": - ["nodes.fediverse.party", "fediverse.space", "fedidb.org", "fediverse.observer", "the-federation.info", "joinfediverse.wiki", "fediverse.to", "fediverse.info"], + ["nodes.fediverse.party", "fedidb.org", "fediverse.observer", "the-federation.info", "fediverse.to", "fedi.directory"], + "knowledge": + ["fedi.tips", "joinfediverse.wiki", "fediverse.space", "fediverse.info"], "reading": [ { diff --git a/themes/starter/languages/en.yml b/themes/starter/languages/en.yml index a040a30..973cb64 100644 --- a/themes/starter/languages/en.yml +++ b/themes/starter/languages/en.yml @@ -21,7 +21,7 @@ universe: A universe that you shape, refine and expand. joinF: JOIN FEDIVERSE # Fediverse page -networks: networks +platforms: platforms protocols: protocols langs: programming languages history: history diff --git a/themes/starter/layout/fediverse.ejs b/themes/starter/layout/fediverse.ejs index aa381b4..320817f 100644 --- a/themes/starter/layout/fediverse.ejs +++ b/themes/starter/layout/fediverse.ejs @@ -5,8 +5,7 @@ layout: layout <% const fv = site.data.fediverse.article; - const servers = fv.servers; - const networks = site.data.common.list; + const platforms = site.data.common.list; const protocols = site.data.common.protocols; const langs = site.data.common.langs; const numbers = site.data.numbers.list.fediverse; @@ -47,22 +46,20 @@ layout: layout <% } %>
-

<%- __('networks') %>

-
-

<%- __('protocols') %>

+

<%- __('platforms') %>

@@ -77,11 +74,13 @@ layout: layout
-
-

<%- __('links') %>

-