From 4111887fbcb796a46f70f4bad867f61487474bc9 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Sun, 25 Aug 2024 10:30:24 +0200 Subject: [PATCH] Changed a bit the intro text to make it clearer --- web/site/instances.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/site/instances.php b/web/site/instances.php index 086cd53..c632a95 100644 --- a/web/site/instances.php +++ b/web/site/instances.php @@ -215,7 +215,7 @@ function presub() { $res=tquery('SELECT COUNT(ID) AS tinsts, SUM(UserCount) AS tusers, SUM(StatusCount) AS tstatuses, SUM(ActiveUsersMonth) AS tactusers FROM Instances WHERE IsMastodon=1 AND Visible=1 AND LastOkCheckTS>='.$graceline,__LINE__); $row=mysqli_fetch_assoc($res); - echo(_('

This search engine for Mastodon instances is based on a database that gets updated by our crawler every night (CET).

Instances are considered new for 30 days after they are discovered.

When an instance has not responded to our daily checks for more than 30 days it’s considered dead, meaning it is no longer considered in statistics and searches and it gets checked only on the first of the month, rather than daily, until it possibly responds again, or its last succesful check is one year old; in this latter case it will be checked only on the first day of each year.

“Random ordering” of results varies daily.

Default search criteria reflect our fondness for a decentralized and egalitarian Fediverse and our attempt to exclude instances accepting fascist, racist, sexist, ableist or sovereignist contents by marking them as noxious.

For any technical or non-technical issue, or to suggest instances to exclude according to the above criteria, please contact us at our e-mail address, masthelp[at]insicuri.net.

').N); + echo(_('

This search engine for Mastodon instances is based on a database that gets updated by our crawler every night (CET).

Instances are considered new for 30 days after they are discovered.

When an instance has not responded to our daily checks for more than 30 days it’s considered dead, meaning that it is no longer considered in statistics and searches, and that it gets checked only on the first of the month, rather than daily, until it possibly responds again, or until its last succesful check is one year old; in this latter case it will be checked only on the first day of each year.

“Random ordering” of results varies daily.

Default search criteria reflect our fondness for a decentralized and egalitarian Fediverse and our attempt to exclude instances accepting fascist, racist, sexist, ableist or sovereignist contents by marking them as noxious.

For any issue, technical or non-technical, or to suggest instances to exclude according to the above criteria, please contact us at our e-mail address, masthelp[at]insicuri.net.

').N); printf(_('

We currently count %s Mastodon instances, with %s users (%s active during last month) and %s published statuses. [Show Threads moderation statistics]

'), fnum($row['tinsts'],$lc), fnum($row['tusers'],$lc), fnum($row['tactusers'],$lc), fnum($row['tstatuses'],$lc)); //echo '
'.print_r($metastats,true).'
'.N;