about-page wording updates
This commit is contained in:
parent
2f1a654520
commit
55f55216d6
|
@ -18,12 +18,12 @@ const AboutScreen: React.FC = () => (
|
||||||
|
|
||||||
<H4>Why can't I see details about my instance?</H4>
|
<H4>Why can't I see details about my instance?</H4>
|
||||||
<p className={Classes.RUNNING_TEXT}>
|
<p className={Classes.RUNNING_TEXT}>
|
||||||
Currently, fediverse.space only supports Mastodon and Pleroma instances. In addition, instances with 10 or fewer
|
fediverse.space only supports servers using the Mastodon API, the Misskey API, the GNU Social API, or Nodeinfo.
|
||||||
users won't be scraped -- it's a tool for understanding communities, not individuals.
|
Instances with 10 or fewer users won't be scraped -- it's a tool for understanding communities, not individuals.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<H4>
|
<H4>
|
||||||
When is <Code>$OTHER_ACTIVITYPUB_SERVER</Code> going to be added?
|
When is <Code>$OTHER_FEDIVERSE_SERVER</Code> going to be added?
|
||||||
</H4>
|
</H4>
|
||||||
<p className={Classes.RUNNING_TEXT}>
|
<p className={Classes.RUNNING_TEXT}>
|
||||||
Check out{" "}
|
Check out{" "}
|
||||||
|
@ -38,7 +38,7 @@ const AboutScreen: React.FC = () => (
|
||||||
|
|
||||||
<H4>How do you calculate the strength of relationships between instances?</H4>
|
<H4>How do you calculate the strength of relationships between instances?</H4>
|
||||||
<p className={Classes.RUNNING_TEXT}>
|
<p className={Classes.RUNNING_TEXT}>
|
||||||
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
|
calculates at the ratio of
|
||||||
<Code>mentions of an instance / total statuses</Code>. It uses a ratio rather than an absolute number of mentions
|
<Code>mentions of an instance / total statuses</Code>. It uses a ratio rather than an absolute number of mentions
|
||||||
to reflect that smaller instances can play a large role in a community.
|
to reflect that smaller instances can play a large role in a community.
|
||||||
|
|
Loading…
Reference in a new issue