display names listed in credits.txt from /credits
This commit is contained in:
parent
bc8c6eb455
commit
a48156aab6
20
mod/credits.php
Normal file
20
mod/credits.php
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Show a credits page for all the developers who helped with the project
|
||||||
|
* (only contributors to the git repositories for friendica core and the
|
||||||
|
* addons repository will be listed though ATM)
|
||||||
|
*/
|
||||||
|
|
||||||
|
function credits_content (&$a) {
|
||||||
|
/* fill the page with credits */
|
||||||
|
$f = fopen('util/credits.txt','r');
|
||||||
|
$names = fread($f, filesize('util/credits.txt'));
|
||||||
|
$arr = explode("\n", htmlspecialchars($names));
|
||||||
|
fclose($f);
|
||||||
|
$tpl = get_markup_template('credits.tpl');
|
||||||
|
return replace_macros( $tpl, array(
|
||||||
|
'$pagetitle' => t('Credits'),
|
||||||
|
'$thanks' => t('Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!'),
|
||||||
|
'$names' => $arr,
|
||||||
|
));
|
||||||
|
}
|
164
util/credits.txt
Normal file
164
util/credits.txt
Normal file
|
@ -0,0 +1,164 @@
|
||||||
|
23n
|
||||||
|
Abinoam P. Marques Jr.
|
||||||
|
Abrax
|
||||||
|
Adam Jurkiewicz
|
||||||
|
Alex
|
||||||
|
Alexander Kampmann
|
||||||
|
AlfredSK
|
||||||
|
André Lohan
|
||||||
|
Anthronaut
|
||||||
|
Arian - Cazare Muncitori
|
||||||
|
aweiher
|
||||||
|
axelt
|
||||||
|
balderino
|
||||||
|
Beanow
|
||||||
|
bufalo1973
|
||||||
|
Calango Jr
|
||||||
|
Carlos Solís
|
||||||
|
Carsten Pfeiffer
|
||||||
|
Cat Gray
|
||||||
|
Chris Case
|
||||||
|
Christian M. Grube
|
||||||
|
Christian Vogeley
|
||||||
|
Cohan Robinson
|
||||||
|
Cyboulette
|
||||||
|
Cyryl Sochacki
|
||||||
|
czarnystokrotek
|
||||||
|
Damien Goutte-Gattat
|
||||||
|
Daniel Dupriest
|
||||||
|
Daria Początek
|
||||||
|
David
|
||||||
|
David Martín Miranda
|
||||||
|
Devlon Duthie
|
||||||
|
Diego Souza
|
||||||
|
Domovoy
|
||||||
|
Doru DEACONU
|
||||||
|
Dylan Thiedeke
|
||||||
|
Développeur égaré
|
||||||
|
eddy2508
|
||||||
|
effex7
|
||||||
|
Elena
|
||||||
|
emilia.krawczyk
|
||||||
|
Eric Côté
|
||||||
|
erik
|
||||||
|
Erkan Yilmaz
|
||||||
|
Fabian Dost
|
||||||
|
Fabio Comuni
|
||||||
|
felixgilles
|
||||||
|
Filip Bugaj
|
||||||
|
FlxAlbroscheit
|
||||||
|
foss
|
||||||
|
Francesco Apruzzese
|
||||||
|
Frank Dieckmann
|
||||||
|
Frederico Gonçalves Guimarães
|
||||||
|
gerhard6380
|
||||||
|
Gert Cauwenberg
|
||||||
|
greeneyedred
|
||||||
|
Gregory Smith
|
||||||
|
Haakon Meland Eriksen
|
||||||
|
Hans Meine
|
||||||
|
hauke
|
||||||
|
Hauke Altmann
|
||||||
|
Hauke Zühl
|
||||||
|
Hubert Kościański
|
||||||
|
Jak
|
||||||
|
Jakob
|
||||||
|
jensp
|
||||||
|
jeroenpraat
|
||||||
|
Johannes Schwab
|
||||||
|
John Brazil
|
||||||
|
Josef Moravek
|
||||||
|
juanman
|
||||||
|
julia.domagalska
|
||||||
|
Karel Vandecandelaere
|
||||||
|
Karolina
|
||||||
|
Keith Fernie
|
||||||
|
Klaus Weidenbach
|
||||||
|
Lea1995polish
|
||||||
|
Leberwurscht
|
||||||
|
Leonard Lausen
|
||||||
|
Lionel Triay
|
||||||
|
Ludovic Grossard
|
||||||
|
maase2
|
||||||
|
Magdalena Gazda
|
||||||
|
Mai Anh Nguyen
|
||||||
|
Manuel Pérez Monís
|
||||||
|
Marcin Klessa
|
||||||
|
Mariusz Pisz
|
||||||
|
marmor
|
||||||
|
Marquis_de_Carabas
|
||||||
|
Martin Schmitt
|
||||||
|
Mateusz Mikos
|
||||||
|
Mats Sjöberg
|
||||||
|
Matthew Exon
|
||||||
|
Matthias
|
||||||
|
Matthias Moritz
|
||||||
|
Max Weller
|
||||||
|
mhnxo
|
||||||
|
Michael Johnston
|
||||||
|
Michael Vogel
|
||||||
|
Michal Šupler
|
||||||
|
Michalina
|
||||||
|
Mike Macgirvin
|
||||||
|
Nicola Spanti
|
||||||
|
Olaf Conradi
|
||||||
|
Oliver
|
||||||
|
Olivier
|
||||||
|
Olivier Migeot
|
||||||
|
Pavel Morozov
|
||||||
|
peturisfeld
|
||||||
|
Piotr Blonkowski
|
||||||
|
pokerazor
|
||||||
|
Rabuzarus
|
||||||
|
Radek
|
||||||
|
Rafael
|
||||||
|
Rainulf Pineda
|
||||||
|
rcmaniac
|
||||||
|
rebeka-catalina
|
||||||
|
repat
|
||||||
|
Ricardo Pereira
|
||||||
|
Rui Andrada
|
||||||
|
Sam
|
||||||
|
Sandro Santilli
|
||||||
|
Sebastian Egbers
|
||||||
|
sella
|
||||||
|
Sennewood
|
||||||
|
Seth
|
||||||
|
Silke Meyer
|
||||||
|
Simon L'nu
|
||||||
|
Simó Albert i Beltran
|
||||||
|
Stanislav N.
|
||||||
|
StefOfficiel
|
||||||
|
Sveinn í Felli
|
||||||
|
Sven Anders
|
||||||
|
Sylvain Lagacé
|
||||||
|
szymon.filip
|
||||||
|
Sérgio Lima
|
||||||
|
Taekus
|
||||||
|
Tazman DeVille
|
||||||
|
Thomas
|
||||||
|
Thomas Willingham
|
||||||
|
thorsten23
|
||||||
|
Tino
|
||||||
|
Tobias Diekershoff
|
||||||
|
Tobias Hößl
|
||||||
|
tomamplius
|
||||||
|
tomtom84
|
||||||
|
Tony Baldwin
|
||||||
|
TORminator
|
||||||
|
tschlotfeldt
|
||||||
|
Tubuntu
|
||||||
|
tupambae
|
||||||
|
tuscanhobbit
|
||||||
|
U-SOUND\mike
|
||||||
|
ufic
|
||||||
|
Vasudev Kamath
|
||||||
|
Vasya Novikov
|
||||||
|
vislav
|
||||||
|
Yasen Pramatarov
|
||||||
|
ylms
|
||||||
|
Zach Prezkuta
|
||||||
|
Zered
|
||||||
|
zottel
|
||||||
|
Zvi ben Yaakov (a.k.a rdc)
|
||||||
|
Михаил
|
8
view/templates/credits.tpl
Normal file
8
view/templates/credits.tpl
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<h1>{{$pagetitle}}</h1>
|
||||||
|
<p>{{$thanks}}</p>
|
||||||
|
|
||||||
|
<ul class="credits">
|
||||||
|
{{foreach $names as $name}}
|
||||||
|
<li>{{$name}}</li>
|
||||||
|
{{/foreach}}
|
||||||
|
</ul>
|
Loading…
Reference in a new issue