Changed a bit the intro text to make it clearer
This commit is contained in:
parent
6f7dfa5d4e
commit
4111887fbc
1 changed files with 1 additions and 1 deletions
|
@ -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 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.</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 technical or non-technical issue, 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’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.</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);
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue