diff --git a/source/_data/gnusocial.json b/source/_data/gnusocial.json index 9f4b998..b380cca 100644 --- a/source/_data/gnusocial.json +++ b/source/_data/gnusocial.json @@ -41,7 +41,11 @@ [ {"descr": "GNU Social interface", "img": "gnusocial-1.png"} ], - "tracker": "https://git.gnu.io/gnu/gnu-social/issues", + "information": + [ + "There are no private messages in GNU Social. Consider everything you post public (visible to anyone)." + ], + "tracker": "https://notabug.org/diogo/gnu-social/issues", "bounty": "", "translating": "https://www.transifex.com/gnu-social/gnu-social", "reading": diff --git a/source/_data/mastodon.json b/source/_data/mastodon.json index 60a61f8..8ec3852 100644 --- a/source/_data/mastodon.json +++ b/source/_data/mastodon.json @@ -75,18 +75,19 @@ ], "features": [ - "contact lists", - "making contact list private", "custom emojis", "pinned posts", + "hiding followers", "spoiler warnings", "redrafting posts", - "image preview with focal points", - "account verification with links" + "contact lists", + "image upload with focal points", + "account verification with links", + "two-factor authentication (TOTP)" ], "information": [ - "Direct messages (\"private messages\") are delivered with limited visibility (non public) only between Mastodon users. Friends from other networks may get such \"direct messages\" as public (visible to all) because some networks (GNU Social) don't support DMs, and other projects (Friendica, Hubzilla, Osada) by default make them public. Keep that in mind when sharing something private via a DM." + "Direct messages (\"private messages\") are delivered with limited visibility (non public) only between Mastodon users. Friends from other Fediverse networks may get such \"direct messages\" as public (visible to all) because some networks (GNU Social, postActiv) don't support DMs. Keep that in mind when sharing private information via a DM." ], "donate": "https://patreon.com/mastodon", "tracker": "https://github.com/tootsuite/mastodon/issues", diff --git a/source/_data/pixelfed.json b/source/_data/pixelfed.json index 39d7dd4..e32faee 100644 --- a/source/_data/pixelfed.json +++ b/source/_data/pixelfed.json @@ -37,6 +37,15 @@ {"descr": "Pixelfed interface", "img": "pixelfed-1.png"}, {"descr": "Alternative MicroUI", "img": "pixelfed-2.png"} ], + "features": + [ + "disabling comments", + "hiding followers", + "spoiler warnings", + "video loops", + "stories", + "two-factor authentication (TOTP)" + ], "donate": "https://www.patreon.com/dansup", "tracker": "https://github.com/dansup/pixelfed/issues", "bounty": "", diff --git a/source/_data/pleroma.json b/source/_data/pleroma.json index 573b551..7f7d1cf 100644 --- a/source/_data/pleroma.json +++ b/source/_data/pleroma.json @@ -34,7 +34,7 @@ {"id": "2", "url": "https://github.com/wimvanderbauwhede/limited-systems/wiki/Pleroma-and-Mastodon-on-the-Raspberry-Pi-3"} ], "devTutorial": "https://git.pleroma.social/pleroma/pleroma/wikis/home", - "mascot": [{"item": "?"}], + "mascot": [{"item": "Fox Tan", "imgNum": "1"}], "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.", diff --git a/source/img/mascots/pleroma-1.png b/source/img/mascots/pleroma-1.png new file mode 100644 index 0000000..28fb111 Binary files /dev/null and b/source/img/mascots/pleroma-1.png differ