diff --git a/source/_data/diaspora.json b/source/_data/diaspora.json index 3e8d990..65d62f3 100644 --- a/source/_data/diaspora.json +++ b/source/_data/diaspora.json @@ -35,10 +35,10 @@ ], "features": [ - "tag subscription", - "limited posts", - "making contact list private", "markdown support", + "following hashtags", + "limited posts", + "hiding contact list", "birthday notifications" ], "information": diff --git a/source/_data/pixelfed.json b/source/_data/pixelfed.json index e32faee..c22c907 100644 --- a/source/_data/pixelfed.json +++ b/source/_data/pixelfed.json @@ -35,7 +35,7 @@ "screenshots": [ {"descr": "Pixelfed interface", "img": "pixelfed-1.png"}, - {"descr": "Alternative MicroUI", "img": "pixelfed-2.png"} + {"descr": "MetroUI", "img": "pixelfed-2.png"} ], "features": [ @@ -44,6 +44,7 @@ "spoiler warnings", "video loops", "stories", + "following hashtags", "two-factor authentication (TOTP)" ], "donate": "https://www.patreon.com/dansup", diff --git a/source/_data/pleroma.json b/source/_data/pleroma.json index 7f7d1cf..4fad680 100644 --- a/source/_data/pleroma.json +++ b/source/_data/pleroma.json @@ -38,11 +38,15 @@ "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", "postActiv", "WriteFreely"], + "connections": ["Friendica", "GNU Social", "Hubzilla", "Mastodon", "microblog.pub", "Misskey", "Peertube", "Pleroma", "Plume", "WriteFreely"], "screenshots": [ - {"descr": "Default Pleroma layout", "img": "pleroma-1.png"} + {"descr": "Default Pleroma layout", "img": "pleroma-1.jpg"} ], + "features": + [ + "polls" + ], "tracker": "https://git.pleroma.social/pleroma/pleroma/issues", "bounty": "", "translating": "https://l10n.swecha.org/projects/pleroma/pleroma-fe", diff --git a/source/img/screenshots/pixelfed-2.png b/source/img/screenshots/pixelfed-2.png index 20108c0..01c0526 100644 Binary files a/source/img/screenshots/pixelfed-2.png and b/source/img/screenshots/pixelfed-2.png differ diff --git a/source/img/screenshots/pleroma-1.jpg b/source/img/screenshots/pleroma-1.jpg new file mode 100644 index 0000000..acbdf42 Binary files /dev/null and b/source/img/screenshots/pleroma-1.jpg differ diff --git a/source/img/screenshots/pleroma-1.png b/source/img/screenshots/pleroma-1.png deleted file mode 100644 index 47a7143..0000000 Binary files a/source/img/screenshots/pleroma-1.png and /dev/null differ