Changed again the intro text a bit, to make it clearer

This commit is contained in:
pezcurrel 2024-08-25 11:45:40 +02:00
parent 10a7d39f4c
commit 15362db8e3

View file

@ -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(_('<div id="help" class="hiddiv"><p class="intro">This search engine for Mastodon instances is based on a database that gets updated by our crawler every night (CET).</p><p class="intro">Instances are considered new for 30 days after they are discovered.</p><p class="intro">When an instance has not responded to our daily checks for more than 30 days its 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.</p><p class="intro">“Random ordering” of results varies daily.</p><p class="intro">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.</p><p class="intro">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, <span class="magt">masthelp[at]insicuri.net</span>.</p></div>').N);
echo(_('<div id="help" class="hiddiv"><p class="intro">This search engine for Mastodon instances is based on a database that gets updated by our crawler every night (CET).</p><p class="intro">Instances are considered new for 30 days after they are discovered.</p><p class="intro">When an instance has not responded to our daily checks for more than 30 days 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 until its last succesful check is one year old; in this latter case, from that moment it gets checked only on the first day of each year.</p><p class="intro">“Random ordering” of results varies daily.</p><p class="intro">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.</p><p class="intro">To report 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, <span class="magt">masthelp[at]insicuri.net</span>.</p></div>').N);
printf(_('<p class="intro">We currently count <span class="statd">%s</span> Mastodon instances, with <span class="statd">%s</span> users (<span class="statd">%s</span> active during last month) and <span class="statd">%s</span> published statuses. [<a id="msswitch" onclick="swmetastats();" style="cursor:pointer;">Show Threads moderation statistics</a>]</p>'), fnum($row['tinsts'],$lc), fnum($row['tusers'],$lc), fnum($row['tactusers'],$lc), fnum($row['tstatuses'],$lc));
//echo '<pre>'.print_r($metastats,true).'</pre>'.N;