diff --git a/source/_data/friendica.json b/source/_data/friendica.json index 87782ef..3c9cb22 100644 --- a/source/_data/friendica.json +++ b/source/_data/friendica.json @@ -45,7 +45,7 @@ {"title": "Nodes by theme", "url": "https://gitlab.com/distributopia/friendica-world-overview"} ], "descr": "Friendica aims at being a platform that suits everyone. Newcomers will feel right at home: the network's interface and functionality include common features of a mainstream social network. Being comparatively light on resources makes it attractive for administrators to host (Friendica servers are called \"nodes\"). The community is good-natured and helpful. Friendica is well connected with the rest of Fediverse — its users can follow friends on most other federated networks.", - "connections": ["diaspora*", "GangGo", "GNU Social", "Hubzilla", "Mastodon", "Osada", "Pleroma", "postActiv", "Socialhome"], + "connections": ["diaspora*", "GangGo", "GNU Social", "Hubzilla", "Mastodon", "Pixelfed", "Pleroma", "Socialhome"], "screenshots": [ {"descr": "Default Frio theme (green colour)", "img": "friendica-1.png"}, diff --git a/source/_data/gnusocial.json b/source/_data/gnusocial.json index 36157d3..f4913ea 100644 --- a/source/_data/gnusocial.json +++ b/source/_data/gnusocial.json @@ -35,7 +35,7 @@ "dwellers": "GNU-hackers", "communities": [{"title": "List of groups", "url": "http://laemeur.sdf.org/gs/group-index.html"}], "descr": "GNU Social creators are the founding fathers of free libre microblogging networks. The platform has a significant userbase and multiple plugins.", - "connections": ["Friendica", "Hubzilla", "Mastodon", "Pleroma", "postActiv"], + "connections": ["Friendica", "Hubzilla", "Pleroma"], "screenshots": [ {"descr": "GNU Social interface", "img": "gnusocial-1.png"} diff --git a/source/_data/mastodon.json b/source/_data/mastodon.json index 8904e42..3090437 100644 --- a/source/_data/mastodon.json +++ b/source/_data/mastodon.json @@ -13,7 +13,6 @@ "language": "Ruby", "protocols": [ - {"title": "OStatus", "url": "https://github.com/tootsuite/ostatus2"}, {"title": "ActivityPub", "url": "https://activitypub.rocks"} ], "wiki": "", @@ -66,7 +65,7 @@ "dwellers": "mastonauts", "communities": [{"title": "List of servers by theme", "url": "https://gitlab.com/distributopia/masto-world-overview"}], "descr": "Mastodon network grew quickly. You'll find everything you want of a microblogging platform, and much more. There are numerous Mastodon servers (called \"instances\") created specifically for certain communities and dedicated to various interests, spheres of knowledge, regions and activities.", - "connections": ["Friendica", "GNU Social", "Hubzilla", "Misskey", "Osada", "PeerTube", "Pleroma", "postActiv"], + "connections": ["Friendica", "Hubzilla", "microblog.pub", "Misskey", "PeerTube", "Pixelfed", "Pleroma", "Plume", "WriteFreely"], "screenshots": [ {"descr": "Default tweetdeck layout", "img": "mastodon-1.png"}, diff --git a/source/_data/numbers.json b/source/_data/numbers.json index 209c446..676db20 100644 --- a/source/_data/numbers.json +++ b/source/_data/numbers.json @@ -2,66 +2,66 @@ { "list": { - "lastUpdate": "11/07/19", + "lastUpdate": "20/07/19", "diaspora": { - "population": "698.216", - "activeUsers": "", - "podsNum": "241" + "population": "698.322", + "activeUsers": "86.691", + "podsNum": "293" }, "friendica": { - "population": "14.701", - "activeUsers": "", - "podsNum": "356" + "population": "14.719", + "activeUsers": "2.472", + "podsNum": "359" }, "hubzilla": { - "population": "7.924", - "activeUsers": "", - "podsNum": "218" + "population": "9.014", + "activeUsers": "3.419", + "podsNum": "241" }, "socialhome": { - "population": "1122", - "activeUsers": "", + "population": "1.136", + "activeUsers": "334", "podsNum": "4" }, "mastodon": { - "population": "3.225.811", - "activeUsers": "", - "podsNum": "2.641" + "population": "3.793.408", + "activeUsers": "1.391.503", + "podsNum": "2.685" }, "gnusocial": { - "population": "12.789", + "population": "12.264", "activeUsers": "", - "podsNum": "128" + "podsNum": "125" }, "pleroma": { - "population": "23.674", + "population": "25.821", "activeUsers": "", - "podsNum": "532" + "podsNum": "553" }, "misskey": { "population": "669", "activeUsers": "", - "podsNum": "65" + "podsNum": "64" }, "peertube": { - "population": "19.205", + "population": "19.338", "activeUsers": "", - "podsNum": "339" + "podsNum": "330" }, "pixelfed": { - "population": "10.081", + "population": "10.429", "activeUsers": "", - "podsNum": "79" + "podsNum": "94" } } } diff --git a/source/_data/pleroma.json b/source/_data/pleroma.json index 21ff27c..5b9ef69 100644 --- a/source/_data/pleroma.json +++ b/source/_data/pleroma.json @@ -38,7 +38,7 @@ "dwellers": "?", "communities": "", "descr": "Pleroma microblogging platform was quickly appreciated by the community for its low resource consumption. If you have a Raspberry Pi or similar single-board computer you can use it as Pleroma server for family and friends.", - "connections": ["Friendica", "GNU Social", "Hubzilla", "Mastodon", "microblog.pub", "Misskey", "Peertube", "Pleroma", "Plume", "WriteFreely"], + "connections": ["Friendica", "GNU Social", "Hubzilla", "Mastodon", "microblog.pub", "Misskey", "Peertube", "Pixelfed", "Plume", "WriteFreely"], "screenshots": [ {"descr": "Default Pleroma layout", "img": "pleroma-1.jpg"} diff --git a/themes/starter/source/assets/scss/modules/_index.scss b/themes/starter/source/assets/scss/modules/_index.scss index 48b8536..050c81d 100644 --- a/themes/starter/source/assets/scss/modules/_index.scss +++ b/themes/starter/source/assets/scss/modules/_index.scss @@ -39,6 +39,8 @@ font-family: $font-secondary; display: inline-flex; border-bottom: none; + &:active, + &:focus, &:hover { background: none; }