MastodonHelp/web/site/about.php

67 lines
3.3 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 us').'</h3>
<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://puntarella.party/@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 Schurs 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 sections page to manage its notifications.'),$dlang,$dlang,$dlang,$dlang).'</p>
2022-12-08 14:52:20 +01:00
<!--
<h3>'._('Translation').'</h3>
<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>
---
2022-12-08 14:52:20 +01:00
<p><strong>'._('Arabic').'</strong>: ButterflyOfFire, Ahmad Gharbeia</p>
---
2022-12-08 14:52:20 +01:00
<p><strong>'._('Catalan').'</strong>: <a href="https://mastodon.bida.im/@gnagno">gnagno</a></p>
---
2022-12-08 14:52:20 +01:00
<p><strong>'._('Czech').'</strong>: Jaroslav T., Fjuro</p>
---
2022-12-08 14:52:20 +01:00
<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/@ahi">Ahi</a></p>
2022-12-08 14:52:20 +01:00
---
2022-12-08 14:52:20 +01:00
<p><strong>'._('Persian').'</p>: Mehrad Mahmoudian, Danial Behzadi, Hosein Naghdbishi</p>
---
2022-12-08 14:52:20 +01:00
<p><strong>'._('Portuguese (Brazil)').'</strong>: Tiago Ferreira, Fábio Rodrigues Ribeiro, Eduardo Lima, Daimar Stein, Carlos</p>
---
2022-12-08 14:52:20 +01:00
<p><strong>'._('Russian').'</strong>: Affir Vega</p>
---
2022-12-08 14:52:20 +01:00
---
2022-12-08 14:52:20 +01:00
<p><strong>'._('Spanish').'</strong>: ...
---
2022-12-08 14:52:20 +01:00
<p><strong>'._('Ukrainian').'</strong>: <a href="https://social.noleron.com/@ihor">Ігор Андреєв</a></p>
-->
<h3>'._('Code').'</h3>
<p>'.sprintf(_('The code for this website is %shere%s.'),'<a href="https://git.lattuga.net/jones/MastodonHelp">','</a>').'
2022-12-08 14:52:20 +01:00
<h3>'._('License').'</h3>
<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>
2020-10-27 16:32:23 +01:00
</section>
</div>
</div>'.N);
?>