MastodonHelp/web/site/links.php
2023-07-06 21:45:20 +02:00

26 lines
1.1 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>'._('Links').'</h3>
<p>'._('Some links you may find useful').'</p>
<ul>
<li><a href="https://fediverse.party/">fediverse.party</a>: '._('a good starting point to approach the Fediverse').'</li>
<li><a href="https://instances.social/">instances.social</a>: '._('another Mastodon instances database, has a wizard to help choosing an instance').'</li>
<li><a href="https://fedidb.org/">fedidb.org</a>: '._('very comprehensive stats about Fediverse').'</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>
</ul>
</section>
</div>
</div>'.N);
?>