diff options
-rw-r--r-- | donators.inc.php | 4 | ||||
-rw-r--r-- | en/thank-you/index.php | 11 |
2 files changed, 9 insertions, 6 deletions
diff --git a/donators.inc.php b/donators.inc.php index 461e585ff..396ff7325 100644 --- a/donators.inc.php +++ b/donators.inc.php @@ -176,10 +176,10 @@ $orgs = array( function html_donators_list($donators) { $count_donators = count($donators); - $donators = array_unique($donators); + //$donators = array_unique($donators); sort($donators); - $html = sprintf('<p>%d people <a href="/en/donate/">donated money</a> to Mageia.Org:</p>', $count_donators); + $html = sprintf('<p>%d amazing people <a href="/en/donate/">donated money</a> to Mageia.Org:</p>', $count_donators); $html .= '<ul class="ty-ppl-list">'; foreach ($donators as $p) $html .= sprintf('<li>%s</li>', $p); diff --git a/en/thank-you/index.php b/en/thank-you/index.php index fd821d3d3..4cbbcc9dd 100644 --- a/en/thank-you/index.php +++ b/en/thank-you/index.php @@ -28,15 +28,18 @@ <?php echo html_donators_list($donators); ?> - <p>Places and teams that welcomed us and offerred us some tea, coffee, seats and advice:</p> + <p>Great places and teams that welcomed us and offerred us some tea, coffee, seats and advice + (mostly in Paris for now):</p> <ul class="ty-ppl-list"> - <li>the famous <a href="http://lacantine.org/">La Cantine</a> coworking space</li> - <li>Starbucks Coffee (Paris)</li> + <li><a href="http://lacantine.org/">La Cantine</a></li> + <li>Le Père Tranquille</li> + <li>Séverine's place</li> + <li>Starbucks Coffee</li> </ul> <p>Thanks a lot to all the people we met, discussed with about this project and its potential implications: you know who you are!</p> - <p>Those provided Mageia.Org with hosting, hosting advice, server hardware, + <p>Those organizations provided Mageia.Org with hosting, hosting advice, server hardware, network bandwidth or some facilities:</p> <?php echo html_orgs_list($orgs); ?> </div> |