'; $orgs = array( array('http://www.mandrivafr.org/', 'AUFML'), array('http://dedibox.fr/', 'Dédibox'), array('http://www.gandi.net/', 'Gandi.net'), array('http://www.kazar.net/', 'Kazar.net'), array('http://www.lost-oasis.net/', 'Lost-Oasis'), array('http://www.mandrivalinux-online.org/', 'MLO'), array('http://nfrance.fr/', 'NFrance'), array('http://www.spreadshirt.com/', 'Spreadshirt'), array('http://zarb.org/', 'zarb.org'), // see mirrors.mageia.org array('http://www.umpc.fr/', 'Université Pierre et Marie Curie'), array('http://www.ibiblio.org/', 'The Public\'s Library and Digital Archive'), array('http://www.mandrivauser.de', 'Mandrivauser.de'), array('http://www.hs-esslingen.de/', 'Hochschule Esslingen'), array('http://uni-erlangen.de/', 'Universität Erlangen-Nürnberg'), // mageia.supp.name? // fundawang.lcuc.org.cn? // ftp.LinuxCabal.org? // mageia.nautile.nc? ); /** * @param array $donators * * @return string */ function html_donators_list($donators) { $count_donators = count($donators); //$donators = array_unique($donators); sort($donators); $html = sprintf('

%d amazing people donated money to Mageia.Org:

', $count_donators); $html .= ''; return $html; } /** */ function html_people_list($people) { $html = ''; return $html; } /** */ function html_orgs_list($orgs) { $html = ''; return $html; }