dns: Reduce ttls
[sks-keyservers-pool.git] / sks-keyservers.net / contact.php
blobc4bb9f58daab4b46015f8065c55178da7f95753c
1 <?
2 /*
3 * contact.php
4 * Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Kristian Fiskerstrand
5 *
6 * This file is part of SKS Keyserver Pool (http://sks-keyservers.net)
7 *
8 * The Author can be reached by electronic mail at kf@sumptuouscapital.com
9 * Communication using OpenPGP is preferred - a copy of the public key 0x0B7F8B60E3EDFAE3
10 * is available in all the common keyservers or in hkp://pool.sks-keyservers.net
12 * This program is free software: you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation, either version 3 of the License, or
15 * (at your option) any later version.
17 * This program is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
22 * You should have received a copy of the GNU General Public License
23 * along with this program. If not, see <http://www.gnu.org/licenses/>.
26 $dir = "./";
27 $title="Contact";
28 include($dir."inc/header.inc.php");
30 <p>If you want to contact me, use the email information found in the OpenPGP public keyblock
31 <a href="https://sks-keyservers.net/pks/lookup?op=get&amp;search=0x94CBAFDD30345109561835AA0B7F8B60E3EDFAE3">0x94CBAFDD30345109561835AA0B7F8B60E3EDFAE3</a>
32 </p>
34 <p>sks-keyservers.net is released under the GNU General Public License v3 and
35 the sourcecode is available at
36 <a href="https://git.sumptuouscapital.com/?p=sks-keyservers-pool.git;a=summary">git.sumptuouscapital.com</a>.
37 </p>
40 include($dir."/inc/footer.inc.php");