From 55f55216d6861ffcd02d88e23d4d8fcbff36589c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bror=20Bojl=C3=A9n?= Date: Wed, 21 Aug 2019 22:35:21 +0200 Subject: [PATCH] about-page wording updates --- frontend/src/components/screens/AboutScreen.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/screens/AboutScreen.tsx b/frontend/src/components/screens/AboutScreen.tsx index ef2e6cb..c7aa7e9 100644 --- a/frontend/src/components/screens/AboutScreen.tsx +++ b/frontend/src/components/screens/AboutScreen.tsx @@ -18,12 +18,12 @@ const AboutScreen: React.FC = () => (

Why can't I see details about my instance?

- Currently, fediverse.space only supports Mastodon and Pleroma instances. In addition, instances with 10 or fewer - users won't be scraped -- it's a tool for understanding communities, not individuals. + fediverse.space only supports servers using the Mastodon API, the Misskey API, the GNU Social API, or Nodeinfo. + Instances with 10 or fewer users won't be scraped -- it's a tool for understanding communities, not individuals.

- When is $OTHER_ACTIVITYPUB_SERVER going to be added? + When is $OTHER_FEDIVERSE_SERVER going to be added?

Check out{" "} @@ -38,7 +38,7 @@ const AboutScreen: React.FC = () => (

How do you calculate the strength of relationships between instances?

- fediverse.space looks at statuses from within the last month on the public timeline of each instance. It + fediverse.space looks at public statuses from within the last month on the public timeline of each instance. It calculates at the ratio of mentions of an instance / total statuses. It uses a ratio rather than an absolute number of mentions to reflect that smaller instances can play a large role in a community.