From a3aff0f84e4c10b5e7e920e9c4868b0b9b8ed99e Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 15 Oct 2015 05:19:51 -0400 Subject: Add template donations page --- (limited to 'site/donate') diff --git a/site/donate/index.php b/site/donate/index.php new file mode 100644 index 0000000..4b5ff64 --- /dev/null +++ b/site/donate/index.php @@ -0,0 +1,58 @@ + + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . +*/ + header('Content-type: text/html; charset=utf-8'); + ob_start(); + include_once "../common/variables.php"; + include_once "../common/functions.php"; +?> + + + + + <?php echo gettext("Donating to libreboot"); ?> + + + + +
+

+

+ While the libreboot project does not yet accept financial contributions, patches are always welcome! +

+

+ However, there are some systems with libreboot preinstalled that you can purchase, linked + to from the suppliers page, which can support the libreboot project. +

+

+ Back to home page +

+
+ + + + + + -- cgit v0.9.1