29 lines
1.6 KiB
PHP
29 lines
1.6 KiB
PHP
<?php
|
|
|
|
if (!defined('N')) {
|
|
echo('You probably meant <a href="'.preg_replace('/\.php$/','',$_SERVER['REQUEST_URI']).'">this</a>.');
|
|
exit(0);
|
|
}
|
|
|
|
echo('</nav>
|
|
<div class="scrwide">
|
|
<div class="scrwidein">
|
|
<section class="sectcontm">
|
|
<h3>'._('Some links you may find useful').'</h3>
|
|
<ul>
|
|
<li><a href="https://fediverse.party/">fediverse.party</a>: '._('a good starting point to approach the Fediverse').'</li>
|
|
<li><a href="https://fediverse.info/">fediverse.info</a>: '._('an extensive guide to the Fediverse with a Directory of accounts').'</li>
|
|
<li><a href="https://instances.social/">instances.social</a>: '._('another Mastodon instances database, has a wizard to help choosing one').'</li>
|
|
<li><a href="https://fedidb.org/">fedidb.org</a>: '._('very comprehensive stats about Fediverse, with another instances database covering all Fediverse platforms').'</li>
|
|
<li><a href="https://fedi.tips/">fedi.tips</a>: '._('another very good, unofficial, non-technical guide to using Mastodon and the wider Fediverse').'</li>
|
|
<!--
|
|
<li><a href="https://mastodon.help/verbose/">Verbose</a>: '._('a tool to split Mastodon posts').'</li>
|
|
<li><a href="https://mastodon.help/acck/">Acck</a>: '._('a tool to easily check if a Mastodon account is moderated by a Mastodon instance').'</li>
|
|
<li><a href="https://mastodon.help/unocck/">Unocck</a>: '._('a tool that is set up to easily check if «mastodon.uno», an italian Mastodon instance whose admins are well known for <a href="https://qua.name/diorama/astroturfing-the-italophone-fediverse">bad practices</a> and censoring those who criticize them, is censoring a given post').'</li>
|
|
-->
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
</div>'.N);
|
|
|
|
?>
|