diff --git a/source/_data/diaspora.json b/source/_data/diaspora.json index 65d62f3..7ca77ee 100644 --- a/source/_data/diaspora.json +++ b/source/_data/diaspora.json @@ -39,7 +39,8 @@ "following hashtags", "limited posts", "hiding contact list", - "birthday notifications" + "birthday notifications", + "two-factor authentication (TOTP)" ], "information": [ diff --git a/source/_data/mastodon.json b/source/_data/mastodon.json index 1668a01..8904e42 100644 --- a/source/_data/mastodon.json +++ b/source/_data/mastodon.json @@ -80,9 +80,10 @@ "hiding followers", "spoiler warnings", "redrafting posts", - "contact lists", + "creating contact lists", "image upload with focal points", - "account verification with links", + "verifying external links in your profile", + "filtering out unwanted content by keywords", "two-factor authentication (TOTP)" ], "information": diff --git a/source/_data/misskey.json b/source/_data/misskey.json index 70287c8..37a3ec9 100644 --- a/source/_data/misskey.json +++ b/source/_data/misskey.json @@ -25,11 +25,12 @@ "mascot": [{"item": "藍 (Ai)", "imgNum": "1"}], "dwellers": "Miskist", "communities": "", - "descr": "Apart from mainstream microblogging features, this network has many nice additions. User profile can be customized to show less or more available widgets. The project is in active development, parts of its interface have not been fully translated to other languages (main language is Japanese) — anyone can contribute translations and improve the network.", + "descr": "Apart from mainstream microblogging experience, this network provides many additional features like calendar, emoji reactions, games. User profile can be customized by choosing from available widgets. Main interface language is Japanese.", "connections": ["Mastodon", "Pleroma"], "screenshots": [ - {"descr": "Misskey interface", "img": "misskey-1.png"} + {"descr": "Misskey interface", "img": "misskey-1.jpg"}, + {"descr": "Dark theme", "img": "misskey-2.jpg"} ], "features": [ diff --git a/source/_data/pleroma.json b/source/_data/pleroma.json index 4fad680..21ff27c 100644 --- a/source/_data/pleroma.json +++ b/source/_data/pleroma.json @@ -33,7 +33,7 @@ {"id": "1", "url": "https://git.pleroma.social/pleroma/pleroma-fe/wikis/dual-boot-with-qvitter"}, {"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", + "devTutorial": "https://docs-develop.pleroma.social/readme.html", "mascot": [{"item": "Fox Tan", "imgNum": "1"}], "dwellers": "?", "communities": "", @@ -45,7 +45,10 @@ ], "features": [ - "polls" + "polls", + "markdown support", + "advanced custom themes", + "filtering out unwanted content by keywords" ], "tracker": "https://git.pleroma.social/pleroma/pleroma/issues", "bounty": "", diff --git a/source/img/screenshots/misskey-1.jpg b/source/img/screenshots/misskey-1.jpg new file mode 100644 index 0000000..18fbc6a Binary files /dev/null and b/source/img/screenshots/misskey-1.jpg differ diff --git a/source/img/screenshots/misskey-1.png b/source/img/screenshots/misskey-1.png deleted file mode 100644 index c7fbc12..0000000 Binary files a/source/img/screenshots/misskey-1.png and /dev/null differ diff --git a/source/img/screenshots/misskey-2.jpg b/source/img/screenshots/misskey-2.jpg new file mode 100644 index 0000000..aebd78a Binary files /dev/null and b/source/img/screenshots/misskey-2.jpg differ diff --git a/source/img/screenshots/pleroma-2.jpg b/source/img/screenshots/pleroma-2.jpg new file mode 100644 index 0000000..ec47710 Binary files /dev/null and b/source/img/screenshots/pleroma-2.jpg differ