From 2d82c07afdcdbbe47e91868d47cc4cff53e09b90 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 31 May 2015 21:27:12 -0400 Subject: Split up download page into separate pages --- (limited to 'site/gpg/index.php') diff --git a/site/gpg/index.php b/site/gpg/index.php new file mode 100644 index 0000000..cba7377 --- /dev/null +++ b/site/gpg/index.php @@ -0,0 +1,75 @@ + + + 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("GPG signing key"); ?> + + + + +
+ +

+ +

+ +

+

+
+ $ gpg --recv-keys +

+ +

+ + + rom/ in that directory, and crossgcc tarballs under crossgcc/."); ?> +

+

+
+ $ sha512sum -c sha512sum.txt +

+

+
+ $ gpg --verify sha512sum.txt.sig +

+

+ +

+ +
+ + + + + + \ No newline at end of file -- cgit v0.9.1