' . t('The Redmatrix/Hubzilla projects are provided primarily by volunteers giving their time and expertise - and often paying out of pocket for services they share with others.') . '
'; $text .= '' . t('There is no corporate funding and no ads, and we do not collect and sell your personal information. (We don\'t control your personal information - you do.)') . '
'; $text .= '' . t('Help support our ground-breaking work in decentralisation, web identity, and privacy.') . '
'; $text .= '' . t('Your donations keep servers and services running and also helps us to provide innovative new features and continued development.') . '
'; $o = replace_macros(get_markup_template('donate.tpl','addon/donate'),array( '$header' => t('Donate'), '$text' => $text, '$choice' => t('Choose a project, developer, or public hub to support with a one-time donation'), '$onetime' => t('Donate Now'), '$repeat' => t('Or become a project sponsor (Hubzilla Project only)'), '$note' => t('Please indicate if you would like your first name or full name (or nothing) to appear in our sponsor listing'), '$subscribe' => t('Sponsor'), '$contributors' => $contributors, '$sponsors' => $sponsors, '$thanks' => t('Special thanks to: '), )); call_hooks('donate_plugin',$o); return $o; }