MastodonHelp/web/site/about.php

69 lines
3.1 KiB
PHP
Raw Normal View History

2020-10-27 16:32:23 +01:00
<?php
if (!defined('N')) {
echo('You probably meant <a href="'.preg_replace('/\.php$/','',$_SERVER['REQUEST_URI']).'">this</a>.');
exit(0);
}
2020-10-27 16:32:23 +01:00
echo('</nav>
<div class="scrwide">
<div class="scrwidein">
<section class="sectcontm">
<h3>'._('About').'</h3>
<p>'._('This website is mainly attended by <a href="https://mastodon.bida.im/@Ca_Gi">Ca_Gi</a> and <a href="https://nebbia.fail/@zuz">zuz</a> with a lot of help from other enthusiastic Mastodon users from the italian instance <a href="https://mastodon.bida.im">mastodon.bida.im</a> (<a href="https://bida.im">bida.im</a> also hosts it) and other instances.').'</p>
2020-10-27 16:32:23 +01:00
<p>'._('These are some of the involved users').'</p>
<ul>
2022-12-08 14:52:20 +01:00
<li><a href="https://mastodon.bida.im/@Ca_Gi">Ca_Gi</a> '.sprintf(_('wrote the <a href="/%s">Guide</a>s text and keeps it updated; he also does some translation work from Italian to English'),$dlang).'</li>
<li><a href="https://stereophonic.space/users/giarminio">giarminio</a> '._('develops the site and does some translation work from Italian to English').'</li>
2020-10-27 16:32:23 +01:00
<li><a href="https://mastodon.bida.im/@RedGlow">RedGlow</a> '._('integrated <a href="https://github.com/patrickschur/language-detection">Patrick Schurs PHP library for automatic language detection</a> into the crawler').'</li>
<li><a href="https://mastodon.bida.im/@paulbutgold">paulbutgold</a> '._('made the crawlers notifications management page for the backend').'</li>
</ul>
<p>'._('Since october 2022, translation of this site is done on <a href="https://hosted.weblate.org/projects/mastodon-help/site/">Weblate</a>.').'</p>
2022-12-08 14:52:20 +01:00
<h3>'._('Translation credits').'</h3>
<!--
<p><strong>'._('Arabic').'</strong>: ButterflyOfFire, Ahmad Gharbeia</p>
//-->
<p><strong>'._('Catalan').'</strong>: <a href="https://mastodon.bida.im/@gnagno">gnagno</a></p>
<!--
<p><strong>'._('Czech').'</strong>: Jaroslav T., Fjuro</p>
//-->
<p><strong>'._('French').'</strong>: <a href="https://framapiaf.org/@zorglubu">zorglubu</a>, J. Lavoie, Takeçi</p>
<p><strong>'._('Galician').'</strong>: <a href="https://m.costas.dev/@ariel">Ariel Costas</a>, Celia Rocha-Táboas</p>
<p><strong>'._('German').'</strong>: Electric Monk, Murat H</p>
<p><strong>'._('Italian').'</strong>: <a href="https://pixelfed.social/pongrebio">Pongrèbio</a></p>
<!--
<p><strong>'._('Persian').'</p>: Mehrad Mahmoudian, Danial Behzadi, Hosein Naghdbishi</p>
//-->
<p><strong>'._('Portuguese (Brazil)').'</strong>: Tiago Ferreira, Fábio Rodrigues Ribeiro, Eduardo Lima, Daimar Stein, Carlos</p>
<!--
<p><strong>'._('Russian').'</strong>: Affir Vega</p>
//-->
<!--
<p><strong>'._('Spanish').'</strong>: ...
//-->
<p><strong>'._('Ukrainian').'</strong>: <a href="https://lviv.social/@ihor">Ігор Андреєв</a></p>
<h3>'._('Code').'</h3>
<p>'._('The code for this website is <a href="https://git.lattuga.net/pongrebio/MastodonStartpage">here</a>.').'
2022-12-08 14:52:20 +01:00
<h3>'._('License').'</h3>
2020-10-27 16:32:23 +01:00
<p>'._('Except where otherwise noted, content on this site is licensed under a <a href="https://creativecommons.org/licenses/by/4.0">Creative Commons Attribution 4.0 International license</a>.').'</p>
</section>
</div>
</div>'.N);
?>