about.php 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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>'._('About us').'</h3>
  11. <p>'.sprintf(_('The first version of our <a href="../%s">Guide</a> was written in 2019 by <a href="https://mastodon.bida.im/@Ca_Gi">Ca_Gi</a>, who kept it up to date until early 2022. Since then the <a href="../%s">Guide</a> has been updated by <a href="https://kolektiva.social/@jones_">Jones</a>, who also takes care of the development and maintenance of the website and contribute to its translation from Italian to English language. Many other Mastodon users, particularly from the <a href="https://mastodon.bida.im">mastodon.bida.im</a> Italian instance, have contributed to the writing of the <a href="../%s">Guide</a> and to the website development and maintenance. Among them we would like to thank at least <a href="https://mastodon.bida.im/@jops">Jops</a>, an admin of <a href="https://bida.im">bida.im</a> who is in charge, among other things, of the <a href="https://bida.im">bida</a>’s server hosting mastodon.help, <a href="https://mastodon.bida.im/@RedGlow">RedGlow</a>, who integrated <a href="https://github.com/patrickschur/language-detection">Patrick Schur’s PHP library for automatic language recognition</a> into the crawler that collects data for our <a href="../instances/%s">Mastodon instances search engine</a>, and <a href="https://mastodon.bida.im/@paulbutgold">paulbutgold</a>, who developed the website admin section’s page to manage its notifications.'),$dlang,$dlang,$dlang,$dlang).'</p>
  12. <!--
  13. <h3>'._('Translation').'</h3>
  14. <p>'._('Since october 2022, the translation of this site is done on <a href="https://hosted.weblate.org/projects/mastodon-help/site/">Weblate</a>.').'</p>
  15. ---
  16. <p><strong>'._('Arabic').'</strong>: ButterflyOfFire, Ahmad Gharbeia</p>
  17. ---
  18. <p><strong>'._('Catalan').'</strong>: <a href="https://mastodon.bida.im/@gnagno">gnagno</a></p>
  19. ---
  20. <p><strong>'._('Czech').'</strong>: Jaroslav T., Fjuro</p>
  21. ---
  22. <p><strong>'._('French').'</strong>: <a href="https://framapiaf.org/@zorglubu">zorglubu</a>, J. Lavoie, Takeçi</p>
  23. <p><strong>'._('Galician').'</strong>: <a href="https://m.costas.dev/@ariel">Ariel Costas</a>, Celia Rocha-Táboas</p>
  24. <p><strong>'._('German').'</strong>: Electric Monk, Murat H</p>
  25. <p><strong>'._('Italian').'</strong>: <a href="https://pixelfed.social/@ahi">Ahi</a></p>
  26. ---
  27. <p><strong>'._('Persian').'</p>: Mehrad Mahmoudian, Danial Behzadi, Hosein Naghdbishi</p>
  28. ---
  29. <p><strong>'._('Portuguese (Brazil)').'</strong>: Tiago Ferreira, Fábio Rodrigues Ribeiro, Eduardo Lima, Daimar Stein, Carlos</p>
  30. ---
  31. <p><strong>'._('Russian').'</strong>: Affir Vega</p>
  32. ---
  33. ---
  34. <p><strong>'._('Spanish').'</strong>: ...
  35. ---
  36. <p><strong>'._('Ukrainian').'</strong>: <a href="https://social.noleron.com/@ihor">Ігор Андреєв</a></p>
  37. -->
  38. <h3>'._('Code').'</h3>
  39. <p>'.sprintf(_('The code for this website is %shere%s.'),'<a href="https://git.lattuga.net/jones/MastodonHelp">','</a>').'
  40. <h3>'._('License').'</h3>
  41. <p>'.sprintf(_('Except where otherwise noted, content on this site is licensed under a %sCreative Commons Attribution 4.0 International license%s.'),'<a href="https://creativecommons.org/licenses/by/4.0">','</a>').'</p>
  42. </section>
  43. </div>
  44. </div>'.N);
  45. ?>