From 152152c0cb6de7dda690938cb3a9a1aa9a43e07a Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 8 Oct 2011 18:58:19 +0200 Subject: [PATCH] Update donations received page --- docs/home-page/en/pages/donations.php | 97 ++++++++++----------------- 1 file changed, 37 insertions(+), 60 deletions(-) diff --git a/docs/home-page/en/pages/donations.php b/docs/home-page/en/pages/donations.php index f03c6ec4..f5cfcc42 100644 --- a/docs/home-page/en/pages/donations.php +++ b/docs/home-page/en/pages/donations.php @@ -1,64 +1,41 @@ + + + + + + + + -
+ Donations Received + +
+ +

Donations Received in 2011

+ The following people or organizations have made + donations or supplied finacial development support + to the Bacula project and have specifically requested + that their names appear here: +

+

+

+ Many thanks to the many Bacula listed and non-listed + supporters have provided support or made donations. + Names listed here are by specific request. If you have + made a donation or provided financial support and wish + to appear in this list, please send an email to + kern at sibbald dot com. + +

- - - -
- Donations Received -
- - - -
- - 0 && $news_counter < $max_news) { - // next line - $line = array_pop($lines); - - // start of news - if(eregi("^[a-z0-9]+;;;", $line)) { - // news header - list($author,$date,$time) = explode(";;;",$line); - // news subject - $subject = array_pop($lines); - printf('', $subject); - printf(''); - printf(''); - printf('', $date, $time, $author); - printf(''); - printf(''); - $news_counter++; - continue; - } - - // news content - printf('%s', $line); -} -?> -
%s
');
-
-                continue;
-        }
-
-        // end of news
-        if(eregi("^;;;", $line)) {
-                printf('
%s - %s, %s
-
- +

+ -- 2.39.2