diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-12-16 23:20:20 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-12-16 23:21:10 +0100 |
commit | 0f89dd195d9a93d16ec7ece06d01321e0b5d668b (patch) | |
tree | ef627ea9b8a9e8e7c6aceca1ae698c433194a98d | |
parent | 16cae2446a6fc26ce2e63cc85a7e5917aa42af9e (diff) | |
download | guix-artwork-0f89dd195d9a93d16ec7ece06d01321e0b5d668b.tar guix-artwork-0f89dd195d9a93d16ec7ece06d01321e0b5d668b.tar.gz |
website: donate: Add link to the FSF donation page.
* website/www/donate.scm (donate-page): Add sentence and link regarding
financial donations.
-rw-r--r-- | website/www/donate.scm | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/website/www/donate.scm b/website/www/donate.scm index d846bd9..9151763 100644 --- a/website/www/donate.scm +++ b/website/www/donate.scm @@ -40,11 +40,26 @@ (a (@ (href "http://hydra.gnu.org/jobset/gnu/master")) "build farm") " of the Guix System Distribution runs on donated hardware -and hosting. Please consider helping the project with donations. ") - (p "As the distribution grows (see the " - (a (@ (href ,(base-url "packages"))) - "package list") - "), so do the computing and storage needs. We are looking for +and hosting. " + "As the distribution grows (see the " + (a (@ (href ,(base-url "packages"))) + "package list") + "), so do the computing and storage needs.") + (p "We have " + (a (@ (href + "https://savannah.gnu.org/forum/forum.php?forum_id=8423")) + "started a fundraising campaign") + " to strengthen our build farm, with " + (a (@ (href + "https://www.fsf.org/blogs/community/fsf-announces-support-for-gnu-guix")) + "support from the Free Software Foundation (FSF)") + ". Please consider helping out by making a donation on +this FSF-hosted page:") + (p (a (@ (href "https://my.fsf.org/civicrm/contribute/transact?reset=1&id=50") + (class "button btn-blue")) + "♥ DONATE!")) + + (p "We are also looking for donations of hardware and optionally hosting for the following kinds of machines (they should be usable with exclusively free software): ") (ul (li "x86_64 machines, with on the order of 1\xa0TiB of |