links.php 1.7 KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. if (!defined('N')) {
  3. echo('You probably meant <a href="'.preg_replace('/\.php$/','',$_SERVER['REQUEST_URI']).'">this</a>.');
  4. exit(0);
  5. }
  6. echo('</nav>
  7. <div class="scrwide">
  8. <div class="scrwidein">
  9. <section class="sectcontm">
  10. <h3>'._('Some links you may find useful').'</h3>
  11. <ul>
  12. <li><a href="https://fediverse.party/">fediverse.party</a>: '._('a good starting point to approach the Fediverse').'</li>
  13. <li><a href="https://fediverse.info/">fediverse.info</a>: '._('an extensive guide to the Fediverse with a Directory of accounts').'</li>
  14. <li><a href="https://instances.social/">instances.social</a>: '._('another Mastodon instances database, has a wizard to help choosing one').'</li>
  15. <li><a href="https://fedidb.org/">fedidb.org</a>: '._('very comprehensive stats about Fediverse, with another instances database covering all Fediverse platforms').'</li>
  16. <li><a href="https://fedi.tips/">fedi.tips</a>: '._('another very good, unofficial, non-technical guide to using Mastodon and the wider Fediverse').'</li>
  17. <li><a href="https://mastodon.help/verbose/">Verbose</a>: '._('a tool to split Mastodon posts').'</li>
  18. <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>
  19. <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>
  20. <li><a href="https://mastodon.help/basket/rachialgie.html">'._('Exercises for rachialgia (in italian language)').'</a></li>
  21. </ul>
  22. </section>
  23. </div>
  24. </div>'.N);
  25. ?>