From 6f7dfa5d4e544768e44b39f77f2d648ab25527e0 Mon Sep 17 00:00:00 2001 From: pezcurrel Date: Sun, 25 Aug 2024 10:25:44 +0200 Subject: [PATCH] =?UTF-8?q?Added=20a=20missing=20=E2=80=9C

=E2=80=9D=20?= =?UTF-8?q?in=20intro=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 54ea689..086cd53 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 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); 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;