Prechádzať zdrojové kódy

Replaced jones@puntarella.party references with giarminio@fe.disroot.org

Gnucco 3 mesiacov pred
rodič
commit
c3f167739c
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 1 1
      web/site/about.php
  2. 1 1
      web/site/index.php

+ 1 - 1
web/site/about.php

@@ -10,7 +10,7 @@ echo('</nav>
 <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 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>
+<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://fe.disroot.org/@giarminio">Giarminio</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>
 
 <!--
 

+ 1 - 1
web/site/index.php

@@ -288,7 +288,7 @@ require $cont['fp'];
 
 //if ($needstrans) printf('<div id="transd">'._('This translation is missing, incomplete or not up-to-date. Please click <a href="/contribute/%s">here</a> if you’d like to help, or <span class="transc" onclick="document.getElementById(\'transd\').style.display=\'none\'">here</span> to close this message').'</div>'.N,$dlang);
 
-echo '<a class="invisible" href="https://graeber.social/@jones" rel="me">...</a>
+echo '<a class="invisible" href="https://fe.disroot.org/@giarminio" rel="me">...</a>
 </body>
 </html>'.N;