dns: Reduce ttls
[sks-keyservers-pool.git] / sks-keyservers.net / index.php
blob0f398f426ebe1b89ddea4e084aecced7549be20c
1 <?
2 /*
3 * index.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/>.
25 $dir = "./";
26 include($dir."inc/header.inc.php");
28 <p>This website provides services for the <a href="https://bitbucket.org/skskeyserver/sks-keyserver">SKS keyservers</a> used by <a href="http://www.secure-my-email.com">OpenPGP</a>. A pool of keyservers is available at <b>hkp://pool.sks-keyservers.net</b> Information about the other variants of the pool is found <a href="/overview-of-pools.php">in the overview</a>.</p>
29 <p>If you wish to contact me feel free to send an email to the user id in the public keyblock <a href="/pks/lookup?op=get&amp;search=0x94CBAFDD30345109561835AA0B7F8B60E3EDFAE3">0x94CBAFDD30345109561835AA0B7F8B60E3EDFAE3</a></p>
31 <h1>The HKP Pool</h1>
32 <p>Read about <a href="/overview-of-pools.php">the various pools</a></p>
34 <h1>Keyserver statuses</h1>
35 <p>Status information about the different keyservers can be found at <a href="/status/">the status pages</a></p>
37 <h1>The number of OpenPGP Keys</h1>
38 <p>A chart showing the development in <a href="/status/key_development.php">the number of OpenPGP keys by day</a>. This is the maximum number of keys found on the keyserver at the start of any given day.</p>
40 include($dir."/inc/footer.inc.php");